2023年2月15日

发送Socket消息(给feiq、飞鸽)

摘要: 发送Socket消息(给feiq、飞鸽) static void SendIPmsg(string MsgStr, string IPstring) { //1.准备两个必要条件 int port = 2425; IPAddress ip = IPAddress.Parse(IPstring); / 阅读全文

posted @ 2023-02-15 08:19 因思道客 阅读(44) 评论(0) 推荐(0)

C#简单读取xml文件

摘要: 命令行程序用XmlDocument读取xml文件 static void Main(string[] args) { string xmlPath = Path.GetDirectoryName(System.Diagnostics.Process.GetCurrentProcess().MainM 阅读全文

posted @ 2023-02-15 08:13 因思道客 阅读(135) 评论(0) 推荐(0)

导航