
Share
keulraesik
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
常用正则表达式
15 or 18 位 中国公民身份证 初验证: (^\\d{15}$)|(^\\d{17}([0-9]|X)$) 闰年身份证 初校验:^[1-9][0-9]{5}19[0-9]{2}((01|03|05|07|08|10|12)(0[1-9]|[1-2][0-9]|3[0-1])|(04|06|09|11)(0[1-9]|[1-2][0-9]|30)|02(0[1-9]|[1-...原创 2009-10-11 09:07:27 · 106 阅读 · 0 评论 -
32位'不重复'ID
如题 调用代码:/** * * @return String 生成32位的'不重复'随机数 */public static String genUniqueKey() { return new String(org.apache.commons.id.Hex .encodeHex(org.apache.commons.id.uuid.UUID.random...原创 2009-12-08 15:11:01 · 224 阅读 · 0 评论 -
测试代码编辑器字体
Illegal1 = O0原创 2009-12-25 14:38:17 · 127 阅读 · 0 评论 -
XAMPP
Defination in wiki : XAMPP's name is an acronym for:X (meaning cross-platform) Apache HTTP Server MySQL PHP Perl The program is released under the terms of the GNU General Pu...原创 2009-07-12 23:36:02 · 118 阅读 · 0 评论 -
网络测速
Test IT原创 2011-05-06 08:15:56 · 248 阅读 · 0 评论 -
Reset window 7 files permission
http://lallousx86.wordpress.com/2009/06/14/resetting-ntfs-files-security-and-permission-in-windows-7/原创 2011-05-10 21:15:15 · 134 阅读 · 0 评论 -
Chrome Temp files Location
"X:\Chrome_HOME\Chrome.exe" --disk-cache-dir="X:\temp\TMP" --disk-cache-size=150000000原创 2011-05-10 22:58:46 · 221 阅读 · 0 评论 -
Google JavaScript Style Guide
Google JavaScript Style Guide原创 2010-11-17 20:51:10 · 162 阅读 · 0 评论 -
Change Chrome default temporary folder location
FROM Nomad_CF Using the fallowing is a horrible idea, if you only want to relocate your chrome temp files [BAD] --user-data-dir="Z:\chromeTemp" [/BAD]Using the above will make yo...原创 2011-12-13 18:53:56 · 189 阅读 · 0 评论