把C:\\Documents and Settings\\llg\\ApplicationData\\Microsoft\\Word\\STARTUP里面的文件和C:\\Program Files\\MicrosoftOffice\\OFFICE11\\STARTUP里面的文件先放到桌面上,一个一个往回运,看看是哪个文件出了问题,再查问题编号。可是根本没用,甚至于有的上述两个文件夹根本就是空文件夹。怎么办呢?
#>【C#多线程】 动态创建多个线程后 需要关闭其中某个线程的解决实例。 using System; using System.Collections.Generic; using System.Text; using System.Threading; namespace ConsoleApplication2 { class Program { static void Main(string[] args) { List listThread = new List(5); Threa