摘要: 开源项目托管:http://www.apache.org/http://www.googlecode.com/http://www.sf.net/http://www.github.com/http://www.java.net/http://www.codeplex.com/http://www.codeproject.com/顶级开源项目:http://Unix.org/http://Linux.com/http://FreeBSD.org/http://Debian.org/http://Ubuntu.org.cn/http://CentOS.org/http://OpenSUSE.or 阅读全文
posted @ 2011-12-20 14:30 one light 阅读(342) 评论(0) 推荐(0) 编辑
摘要: function returnRegString(regName) { if (regName == "email") { return "^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$"; //邮箱 } else if (regName == "tel") { return "^(86)?(-)?(0[0-9]{2,3})?(-)?([0-9]{7,8})(-)?([0-9]{3,5})?$"; //电话 } else if (reg 阅读全文
posted @ 2011-12-20 13:47 one light 阅读(182) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/fish-li/archive/2011/12/18/2292037.html 阅读全文
posted @ 2011-12-20 09:43 one light 阅读(108) 评论(0) 推荐(0) 编辑