01 MySQL database installation (Windows+Mac)
Python wechat ordering applet course video
https://edu.csdn.net/course/detail/36074
Python actual combat quantitative transaction financial management system
https://edu.csdn.net/course/detail/35475 Catalogue* MySQL database installation + Windows - 1. Introduction to main versions - 2. Software download - 3. Introduction to document directo ...
Posted by pablocullen on Fri, 18 Feb 2022 12:54:26 +0100
FBO and RBO disappeared in WebGPU
Python wechat ordering applet course video
https://edu.csdn.net/course/detail/36074
Python actual combat quantitative transaction financial management system
https://edu.csdn.net/course/detail/35475 Catalogue* 1 FBO and RBO in webgl + 1.1 FramebufferObject + 1.2 true carrier of color accessories and depth template accessories + 1.3 collectio ...
Posted by cooldude832 on Sun, 13 Feb 2022 23:19:40 +0100
R foundation of social network analysis: introduction and simple analysis of graph
Python wechat ordering applet course video
https://edu.csdn.net/course/detail/36074
Python actual combat quantitative transaction financial management system
https://edu.csdn.net/course/detail/35475 How to input the adjacency matrix stored on disk into R program is the starting point of social network analysis. The basic data structure and c ...
Posted by aviavi on Sat, 12 Feb 2022 05:43:10 +0100
C + + realizes the friendly processing of Json data
Python wechat ordering applet course video
https://edu.csdn.net/course/detail/36074
Python actual combat quantitative transaction financial management system
https://edu.csdn.net/course/detail/35475
background
C/C + + client needs to receive and send JSON format data to the back end to realize communication and data interaction. There is n ...
Posted by ionik on Sat, 12 Feb 2022 03:28:23 +0100
Buffer mapping mechanism in WebGPU
Python wechat ordering applet course video
https://edu.csdn.net/course/detail/36074
Python actual combat quantitative transaction financial management system
https://edu.csdn.net/course/detail/35475
1. What is buffer mapping
It is not defined. To put it simply, a piece of video memory after Mapping can be accessed by the CPU.
After the Bu ...
Posted by unclebob on Sat, 12 Feb 2022 03:12:18 +0100
Use Hot Chocolate and NET 6 to build GraphQL application -- Realizing Mutate to add data
Python wechat ordering applet course video
https://edu.csdn.net/course/detail/36074
Python actual combat quantitative transaction financial management system
https://edu.csdn.net/course/detail/35475
Series navigation
Use Hot Chocolate and NET 6 to build GraphQL application article index
demand
After discussing the query requirements in G ...
Posted by skot on Sat, 12 Feb 2022 02:36:14 +0100
A glimpse of AQS source code - JUC series
Python wechat ordering applet course video
https://edu.csdn.net/course/detail/36074
Python actual combat quantitative transaction financial management system
https://edu.csdn.net/course/detail/35475
A glimpse of AQS source code
Considering the large amount of code and information involved in AQS, the plan is to use the commonly used Reentr ...
Posted by bobdabuilder on Thu, 10 Feb 2022 04:35:47 +0100
Implementation of knapsack, queue and stack (based on array)
The following describes the implementation of knapsack, queue and stack (based on array), which is a partial summary of section 1.3 of algorithm (Fourth Edition).
API is the starting point of development, so the API is given first:
Table 1 API of generic iteratable base set data type
The general idea is to give a simple and classic implementat ...
Posted by dansk on Tue, 01 Feb 2022 02:52:15 +0100
Common deployment schemes of Kubernetes (XIV)
Python wechat ordering applet course video
https://edu.csdn.net/course/detail/36074
Python actual combat quantitative transaction financial management system
https://edu.csdn.net/course/detail/35475
1, Common deployment schemes
Rolling update
The service will not stop, but the old and new will coexist in the whole pod. Recreate
...
Posted by someone2088 on Sun, 30 Jan 2022 09:20:32 +0100
2021-06-05 - Analysis of CSRF and XSS
Analysis of CSRF and XSS
preface
Bloggers recently had an interview and encountered a question: * * What are the principles of CSRF and XSS? How to prevent CSRF and XSS** Because the blogger didn't understand this part deeply enough, the answer in the interview was not comprehensive enough. Today, let's discuss the mystery behind CSRF and X ...
Posted by dazz_club on Sun, 30 Jan 2022 05:22:08 +0100