摘要: //检测端口是否使用 public static bool VerifyListenerPort(int port) { bool inUse = false; System.Net.NetworkInformation.IPGlobalProperties ipProperties = System.Net.NetworkInformation.IPGlobalProperties.Get... 阅读全文
posted @ 2018-11-22 15:09 彪悍的代码不需要注释 阅读(451) 评论(0) 推荐(0)
39
0