2008年6月30日

摘要: msdn :Win32_Processor,CIM_OperatingSystem,Win32_LogicalMemoryConfiguration 主要是前两个 MSDN中可以查看相关的属性 protected string[] GetServerCPUAndMem(string ip, string userName,string password) { Conn... 阅读全文

posted @ 2008-06-30 18:33 hesen 阅读(749) 评论(0) 推荐(0) 编辑

摘要: using Microsoft.Win32; private int GetCPUFrequency() { RegistryKey rk = Registry.LocalMachine.OpenSubKey(@"HARDWARE\DESCRIPTION\System\CentralProcessor\0"); object obj = rk.GetValue("~MHz"); in... 阅读全文

posted @ 2008-06-30 18:27 hesen 阅读(1213) 评论(0) 推荐(0) 编辑

摘要: using System; using System.IO; using System.Windows.Forms; using System.Collections.Generic; using System.Text; using System.Security.Cryptography; namespace MyDes { /// /// DES加/解密与MD5加密 ... 阅读全文

posted @ 2008-06-30 18:22 hesen 阅读(543) 评论(0) 推荐(0) 编辑