摘要:
Frequently Asked Questions — Circus 0.15.0 documentation https://circus.readthedocs.io/en/latest/faq/#whycircussockets Here is a list of frequently as 阅读全文
摘要:
https://mp.weixin.qq.com/s/hy68s610B9GbL_wgwTn7nA 更优美的python日志管理库Loguru Asynchronous, Thread-safe, Multiprocess-safe All sinks added to the logger are 阅读全文
摘要:
小结: 1、在创建套接字时,选择tcp/udp。 要创建一个可用的套接字,需要使用下面的函数: int socket(int domain, int type, int protocol) type 可用的值是: SOCK_STREAM: 表示的是字节流,对应 TCP; SOCK_DGRAM: 表示 阅读全文