摘要: using System;using System.Collections.Generic;using System.Text;using System.Data.OleDb;//using System.Data;//using System.IO;//using System.Collections;//namespace ISEX.NET{/// <summary> /// 二进... 阅读全文
posted @ 2010-10-27 14:20 Yao,Mane 阅读(332) 评论(0) 推荐(0)
摘要: 用户名 [\w\-]{3,12} 3-12个字符(包括英文字母、数字、'-'、'_')密码 [\x21-\x7E]{3,8} 3-8个常用字符(0x21到0x7E)年龄 1[0-2]\d|\d{1,2} 最大129岁日期 (19|20)\d{2}[/\s\-\.]*(0[1-9]|1[0-2]|[1-9])[/\s\-\.]*(0[1-9]|3[01]|[12][0-9]|[1-9]) 不含时间的日期,没有处理2月29日的情况(19|20)\d{2}[/\s\-\.]*(0[1-9]|1[0-2]|[1-9])[/\s\-\.]*(0[1-9]|3[01]|[12][0-9]|[1-9])([ 阅读全文
posted @ 2010-10-27 11:14 Yao,Mane 阅读(540) 评论(1) 推荐(1)