摘要:
1.启动多个线程,完成同一个任务(控制台应用程序):View Code using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace ConsoleApplication1{ class Program { static internal Thread[] threads = new Thread[10]; public static void Main() { ... 阅读全文
posted @ 2012-11-02 16:56
二哥(阿伟)
阅读(182)
评论(0)
推荐(0)