HTML learning punch in_ Day3

Learn HTML - punch in!!! Day3 1,HTML CSS 1.1. HTML style CSS **Function: * * CSS is used to render the style of HTML element tags Example: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> Rookie tutorial(runoob.com) </title> </head> <body> <div style="opacity:0.5 ...

Added by flyersun on Mon, 29 Nov 2021 20:48:33 +0200

Network programming -- TCP principle

reference resources TCP/IP network programming Yin Shengyu TCP principle I/O buffering in TCP sockets The data sending and receiving of TCP socket has no boundary. For example, the client can slowly receive the data transmitted by the server in batches In fact, the data is not transmitted immediately after the write function is called, and ...

Added by planetsim on Sun, 03 Oct 2021 20:34:42 +0300

Stanford University CS144 Lab3 The TCP Sender

Forward citation I'm really bored and speechless recently because of one thing Now I feel the gap between our school and other schools. I really don't understand that some teachers allow me to skip classes. I can do my own work. As a result, the college remembers my name alone I thought that the University credits were given by the te ...

Added by AMV on Wed, 22 Sep 2021 04:37:43 +0300