06 2018 档案
摘要:1 IPAddress localIp = null; 2 IPAddress[] ipArray; 3 ipArray = Dns.GetHostAddresses(Dns.GetHostName()); 4 localIp = ipArray.First(i...
阅读全文
摘要:1 static DispatcherTimer GCTimer = new DispatcherTimer(); 2 public static void BeginGC() 3 { 4 GCTimer.Interval = TimeSpan.FromMinutes(0.5); //垃圾释放定时器 我定为每十分钟释...
阅读全文

浙公网安备 33010602011771号