2023年4月15日

摘要: https://learn.microsoft.com/zh-cn/dotnet/api/system.net.sockets.tcplistener?view=netframework-4.8.1 TCP编程的服务器端一般步骤是: 1、创建一个socket,用函数socket()。 2、设置soc 阅读全文
posted @ 2023-04-15 17:57 Violin_Huang 阅读(143) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threadi 阅读全文
posted @ 2023-04-15 11:43 Violin_Huang 阅读(23) 评论(0) 推荐(0)

导航