摘要: using System; using System.Management;using System.Runtime.InteropServices;using System.Collections.Generic;using System.Diagnostics;using System.IO;u... 阅读全文
posted @ 2016-01-25 16:43 小孙^_^ 阅读(243) 评论(0) 推荐(0) 编辑
摘要: public string GetIPAddress() { try { string sIP = string.Empty; //获取IP地址 _mc = new Mana... 阅读全文
posted @ 2016-01-25 16:41 小孙^_^ 阅读(116) 评论(0) 推荐(0) 编辑
摘要: public static string GetMacByIPConfig() { string sMac = string.Empty; ProcessStartInfo startInfo = new ProcessStartInfo(... 阅读全文
posted @ 2016-01-25 16:40 小孙^_^ 阅读(199) 评论(0) 推荐(0) 编辑