




免费预览已结束,剩余1页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
对身份证号码进行验证,根据身份证号码,生成生日 属相和星座 #region 检验身份证 / / 验证身份证号码 / / / public static bool CheckIDCard(string Id) if (Id.Length = 18) bool check = CheckIDCard18(Id); return check; else if (Id.Length = 15) bool check = CheckIDCard15(Id); return check; else return false; / / 验证位身份证格式 / / / private static bool CheckIDCard18(string Id) long n = 0; if (long.TryParse(Id.Remove(17), out n) = false | n Math.Pow(10, 16) | long.TryParse(Id.Replace(x, 0).Replace(X, 0), out n) = false) return false;/数字验证 string address = 11x22x35x44x53x12x23x36x45x54x13x31x37x46x61x14x32x41x50x62x15x33x42x51x63x21x34x43x52x64x65x71x81x82x91; if (address.IndexOf(Id.Remove(2) = -1) return false;/省份验证 string birth = Id.Substring(6, 8).Insert(6, -).Insert(4, -); DateTime time = new DateTime(); if (DateTime.TryParse(birth, out time) = false) return false;/生日验证 string arrVarifyCode = (1,0,x,9,8,7,6,5,4,3,2).Split(,); string Wi = (7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2).Split(,); char Ai = Id.Remove(17).ToCharArray(); int sum = 0; for (int i = 0; i 17; i+) sum += int.Parse(Wii) * int.Parse(Aii.ToString(); int y = -1; Math.DivRem(sum, 11, out y); if (arrVarifyCodey != Id.Substring(17, 1).ToLower() return false;/校验码验证 return true;/符合GB11643-1999标准 / / 验证位身份证格式 / / / private static bool CheckIDCard15(string Id) long n = 0; if (long.TryParse(Id, out n) = false | n Math.Pow(10, 14) return false;/数字验证 string address = 11x22x35x44x53x12x23x36x45x54x13x31x37x46x61x14x32x41x50x62x15x33x42x51x63x21x34x43x52x64x65x71x81x82x91; if (address.IndexOf(Id.Remove(2) = -1) return false;/省份验证 string birth = Id.Substring(6, 6).Insert(4, -).Insert(2, -); DateTime time = new DateTime(); if (DateTime.TryParse(birth, out time) = false) return false;/生日验证 return true;/符合位身份证标准 / / 根据身份证号获取生日 / / / public static string GetBrithdayFromIdCard(string IdCard) string rtn = 1900-01-01; if (IdCard.Length = 15) rtn = IdCard.Substring(6, 6).Insert(4, -).Insert(2, -); else if (IdCard.Length = 18) rtn = IdCard.Substring(6, 8).Insert(6, -).Insert(4, -); return rtn; #endregion protected void txtNumber_TextChanged(object sender, EventArgs e) if (CheckIDCard(txtNumber.Text.Trim() txtBirthday.Text = GetBrithdayFromIdCard(txtNumber.Text.Trim(); txtAge.Text = (DateTime.Now.Year - Convert.ToInt32(txtBirthday.Text.Substring(0, 4).ToString(); getStart(txtBirthday.Text); getZodiac(txtBirthday.Text); else Response.Write(alert(身份证号错误);); return; / / 获取星座 / / private void getStart(string str) string strValue = ; int month = Convert.ToInt32(txtBirthday.Text.Substring(5, 2); int day = Convert.ToInt32(txtBirthday.Text.Substring(8, 2); if (month = 1 & day = 21) | (month = 2 & day 20) | (month = 3 & day 20) | (month = 4 & day 20) | (month = 5 & day 21) | (month = 6 & day 21) | (month = 7 & day 22) | (month = 8 & day 23) | (month = 9 & day 23) | (month = 10 & day 23) | (month = 11 & day 22) | (month = 12 & day 21) | (month = 1 & day = 20) strValue = 魔羯座; txtConstelldation.Text = strValue; / / 获取属相 / private void getZodiac(string birthdayyear) try int start = 1901; string sub = birthdayyear.Split(-); int end = Convert.ToInt32(sub0); int x = (start - end) % 12; string value = ; if (x = 1 | x = -11) value = 老鼠; if (x = 0) value = 牛; if (x = 11 | x = -1) value = 老虎; if (x = 10 | x = -2) value = 兔子; if (x = 9 | x = -3) value = 龙; if (x = 8 | x = -4) value = 蛇; if (x = 7 | x = -5) value = 马; if (x = 6 | x = -6) value = 羊
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 土豆淀粉生产创新创业项目商业计划书
- 2025年教育行业教育信息化产品创新与应用案例分析报告
- 现场安全生产知识培训课件
- 2025年建筑施工安全管理信息化与安全生产监管报告
- 2025年美妆行业个性化定制服务模式的产业链分析报告
- 现在进行时课件文档
- 2026届安徽省黄山市屯溪第二中学高三化学第一学期期中调研模拟试题含解析
- 现代管理知识培训课件
- 北京市衡中清大教育集团2026届化学高一上期中复习检测模拟试题含解析
- 2025年医学影像技术考试设备操作专项训练试卷 技术应用能力提升
- 高中新班主任培训
- 新媒体运营与推广- 课程标准、授课计划
- 肝脏中医知识讲座
- 粉尘清扫记录-带说明
- 可视喉镜培训课件
- 《怎样听课评课》课件
- DB64+1841-2022+养老机构分级护理服务规范
- 《茶文化与茶健康》第一讲
- OBE理念下的小学音乐教学设计反向思路初探
- GB 24541-2022手部防护机械危害防护手套
- 智慧产业园综合管理平台解决方案
评论
0/150
提交评论