- 博客(4)
- 资源 (2)
- 收藏
- 关注
原创 添加收藏 设为主页
//添加收藏 function AddFavorite(sURL, sTitle) { try { window.external.addFavorite(sURL, sTitle); } catch (e) { try {
2009-06-04 10:24:00 481
原创 md5
// MD5加密函数 public static string MD5(String str) { MD5 md5 = new MD5CryptoServiceProvider(); byte[] data = System.Text.Encoding.Default.GetBytes(str);
2009-06-04 10:20:00 842
原创 获取mac
cs // 获取MAC地址 public static string GetNetCardMacAddress() { ManagementClass mc; ManagementObjectCollection moc; mc = new ManagementClass("Win32_Net
2009-06-04 10:16:00 367
原创 init文件类
class IniFile { public string inipath; [DllImport("kernel32")] private static extern long WritePrivateProfileString(string section, string key, string val, string filePath)
2009-06-04 10:10:00 432
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人