摘要: 1.socket模块 要使用socket.socket()函数来创建套接字。其语法如下: socket.socket(socket_family,socket_type,protocol=0) socket_family可以是如下参数: socket.AF_INET IPv4(默认) socket. 阅读全文
posted @ 2020-12-02 01:06 oztekin-自皇 阅读(66) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.IO;using System.IO.Compression;using S 阅读全文
posted @ 2020-09-24 11:36 oztekin-自皇 阅读(66) 评论(0) 推荐(0)