Hello world.

06 2010 档案
日常使用的正则asp.net c# web
摘要:"^\d+$"  //非负整数(正整数 + 0) "^[0-9]*[1-9][0-9]*$"  //正整数 "^((-\d+)|(0+))$"  //非正整数(负整数 + 0) "^-[0-9]*[1-9][0-9]*$"  //负整数 "^-?\d+$"    //整数 "^\d+(\.\d+)?$"  //非负浮点数(正浮点数 + 0) "^(([0-9]+\.[0-9]*[1-9][0-9]... 阅读全文
posted @ 2010-06-30 10:12 Ryan.zhu 阅读(738) 评论(1) 推荐(1)
JQUERY使用技巧~总结
摘要:1. 禁止右键点击view plaincopy to clipboardprint?1. $(document).ready(function(){ 2. $(document).bind("contextmenu",function(e){ 3. return false; 4. }); 5. }); 2. 隐藏搜索文本框文字view plaincopy to clipboardprint?1.... 阅读全文
posted @ 2010-06-12 15:09 Ryan.zhu 阅读(416) 评论(0) 推荐(0)

come soon on