摘要:
http://www.cnblogs.com/ggjucheng/archive/2013/04/16/3024731.html http://blog.csdn.net/gtuu0123/article/details/5814527 tomcat7及以上支持apr,修改以下配置即可 可选:(不需 阅读全文
摘要:
方法1: 用SET PASSWORD命令 首先登录MySQL。 格式:mysql> set password for 用户名@localhost = password('新密码'); 例子:mysql> set password for root@localhost = password('123' 阅读全文
摘要:
http://reymont.iteye.com/blog/756756 阅读全文
摘要:
http://bbs.csdn.net/topics/390541081 function isInclude(name){ var js= /js$/i.test(name); var es=document.getElementsByTagName(js?'script':'link'); fo 阅读全文
摘要:
http://www.cnblogs.com/fanyf/archive/2012/12/20/2826483.html https://segmentfault.com/a/1190000002433305 .zt-select{ width:100px; margin-left:10px; ma 阅读全文
摘要:
http://www.oschina.net/code/snippet_944819_33978 http://www.jb51.net/article/54287.htm public String getAddressByIP(String strIP) { try { //String str 阅读全文
摘要:
public boolean ipCheck(String text) { if (text != null && !text.isEmpty()) { // 定义正则表达式 String regex = "^(1\\d{2}|2[0-4]\\d|25[0-5]|[1-9]\\d|[1-9])\\. 阅读全文
摘要:
http://www.poluoluo.com/jzxy/201307/233374.html代码如下:jQuery.fn.wait = function (func, times, interval) {var _times = times || -1, //100次_interval = int... 阅读全文
摘要:
<c:forEach var ="i" begin="1" end="${homeexamque.optionNum}" step="1" varStatus="ss"> 阅读全文