摘要:
SocketServer socketserver一共有这么几种类型 让你的socketserver并发起来, 必须选择使用以下一个多并发的类 class socketserver.ForkingTCPServer class socketserver.ForkingUDPServer class 阅读全文
摘要:
1、Socket参数介绍 A network socket is an endpoint of a connection across a computer network. Today, most communication between computers is based on the In 阅读全文