摘要: <Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <Grid> <ListBox Name="lb" Width="100" Height="100" Background="Red" SelectionMode="Single&qu 阅读全文
posted @ 2012-05-03 16:29 AYUI框架 阅读(704) 评论(0) 推荐(0) 编辑
摘要: #region 身份证算法 ///<summary> ///身份证验证 ///</summary> ///<paramname="Id">身份证号</param> ///<returns></returns> public bool CheckIDCard(string Id) { if (Id.Length == 18) { bool check = CheckIDCard18(Id); ... 阅读全文
posted @ 2012-05-03 15:38 AYUI框架 阅读(709) 评论(0) 推荐(0) 编辑