2015年11月23日

小知识点

摘要: 线程://一个线程也可以使用它的Join方法来等待另一个线程结束:Thread t = new Thread (Go); // Assume Go is some static methodt.Start();t.Join(); ... 阅读全文

posted @ 2015-11-23 16:40 算顺网 阅读(142) 评论(0) 推荐(0)

导航