摘要: 第一 ,引用命名空间using System.Runtime.CompilerServices;第二,编写一个方法 void ShowDetail(Exception ex, [CallerFilePath] string path=null, [Cal... 阅读全文
posted @ 2015-06-16 17:53 扫地僧2015 阅读(603) 评论(3) 推荐(0)
摘要: #region 是否合法的中国身份证号码 protected bool IsChineseID() { if (str.Length == 15) str = CidUpdate(str); ... 阅读全文
posted @ 2015-06-16 15:41 扫地僧2015 阅读(622) 评论(0) 推荐(0)
摘要: /// /// 此类用于获得设备的Ip和Mac /// public class Mac { [DllImport("Iphlpapi.dll")] private static extern int SendARP(Int32 dest, ... 阅读全文
posted @ 2015-06-16 10:32 扫地僧2015 阅读(1525) 评论(0) 推荐(0)