程序不费吹灰之力跑的更快
时间:2015-08-06 18:11:16
收藏:0
阅读:128
1 static App() 2 { 3 Process.GetCurrentProcess().PriorityClass = ProcessPriorityClass.High; 4 Process.GetCurrentProcess().PriorityBoostEnabled = true; 5 6 }
原文:http://www.cnblogs.com/weiweiboqi/p/4708688.html
评论(0)