摘要: //检查端口是否被占用! public static bool PortInUseBl(int port) { bool inUse = false; IPGlobalProperties ipProperties = IPGlobalProperties.GetIPGlobalProperties 阅读全文
posted @ 2016-03-18 16:55 龙骑科技 阅读(286) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文
posted @ 2016-03-18 16:35 龙骑科技 阅读(271) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.Win32;using System.Diagnostics;using System.IO; name 阅读全文
posted @ 2016-03-18 16:32 龙骑科技 阅读(205) 评论(0) 推荐(0)