摘要:
1 public class Program 2 { 3 public static CountdownEvent cde = new CountdownEvent(0); 4 5 //每个线程下载的字节数,方便最后合并 6 public static ConcurrentDictionary dic = new... 阅读全文
posted @ 2016-03-17 10:31
the boy、图样图森破
阅读(191)评论(0)推荐(0)
摘要:
1 var constructors=typeof(Demo).GetConstructors(); 2 var paramsInfos=constructors[i].GetParameters();//I代表构造函数的下标 3 List<object> o = new List<object>{ 阅读全文
posted @ 2016-03-02 18:11
the boy、图样图森破
阅读(624)评论(0)推荐(0)