摘要://任意調整CUP直綫 static void getUsage(float level) { PerformanceCounter p = new PerformanceCounter("Processor", "% Processor Time", "_Total"); if (p == null) { return; } while (true) { if (p.NextValue() &...
阅读全文
posted @ 2009-01-09 16:13
感動常在
阅读(187)
推荐(0)
编辑