#javascript
Read more stories on Hashnode
Articles with this tag
bit operation Before getting into the topic, let's learn about bitwise operations. Because bit operations are useful in arithmetic, they can be much...
The design pattern is always an abstract concept. The previous person summarizes a set of written code through countless practices. The code written...
TCP is basically the opposite of UDP. To establish a connection and disconnect a connection, a handshake is required first. In the process of data...
Content in the HTTP request An HTTP request consists of three parts: request line capital entity The request line is roughly as long as GET...
Note: This knowledge point belongs to the field of performance optimization. In general, a lot of content in the field of performance optimization is...
Note: This knowledge point belongs to the field of performance optimization. Performance issues are becoming more and more hot topics in the...