摘要:
#####方法一,使用cmd netstat -n查看当前端口运行情况 public string Execute(string command) { System.Diagnostics.Process p = new System.Diagnostics.Process(); p.StartIn 阅读全文
摘要:
不带返回值的委托 public delegate void DelegateDemo(String s1, String s2); public static event DelegateDemo ddo; public class Test1 { public void Look1(String 阅读全文