摘要: usingSystem;usingSystem.Collections.Generic;usingSystem.Text;namespaceConsoleApplication1{classProgram{staticvoidMain(string[]args){List<int>leap1=newList<int>();List<int>leap2=newLi... 阅读全文
posted @ 2008-04-10 13:16 josephshi 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 在网上搜索有关日期YYYY-MM-DD的正则表达式出现不少标题为<<一个特牛的日期时间判断正则表达式>>的连接,本人也采用了,但是在08年2月29日时,正好测试页面,不经意间就选择了当天的日期,结果RegularExpressionValidator显示了错误提示,于是我自己觉得很纳闷,WHY,难道"特牛"的有问题?于是再次测试果然......无语中...算了,还是自己修改... 阅读全文
posted @ 2008-04-10 12:59 josephshi 阅读(1001) 评论(0) 推荐(0) 编辑