Computer Network

网络字节流

参考连接

  • 网络字节流是指网络传输时先后到达的字节
  • 网络字节序编码是大端序(高位在低地址)
    • 数值 0x01020304 在大端机器内存中地址排列为:[0x01,0x02,0x03,0x04]

HTTP

  • http 中的 get、post 区别,是怎么做的
Author

derolol

Posted on

2024-06-26

Updated on

2024-06-26

Licensed under

p