上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 23 下一页
摘要: http://www.cnblogs.com/ggjucheng/archive/2013/04/16/3024731.html http://blog.csdn.net/gtuu0123/article/details/5814527 tomcat7及以上支持apr,修改以下配置即可 可选:(不需 阅读全文
posted @ 2016-05-04 13:48 JIN__JIN 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 方法1: 用SET PASSWORD命令 首先登录MySQL。 格式:mysql> set password for 用户名@localhost = password('新密码'); 例子:mysql> set password for root@localhost = password('123' 阅读全文
posted @ 2016-03-31 09:07 JIN__JIN 阅读(167) 评论(0) 推荐(0) 编辑
摘要: http://reymont.iteye.com/blog/756756 阅读全文
posted @ 2016-03-29 10:44 JIN__JIN 阅读(198) 评论(0) 推荐(0) 编辑
摘要: http://bbs.csdn.net/topics/390541081 function isInclude(name){ var js= /js$/i.test(name); var es=document.getElementsByTagName(js?'script':'link'); fo 阅读全文
posted @ 2016-03-22 11:07 JIN__JIN 阅读(1914) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/fanyf/archive/2012/12/20/2826483.html https://segmentfault.com/a/1190000002433305 .zt-select{ width:100px; margin-left:10px; ma 阅读全文
posted @ 2016-03-16 11:43 JIN__JIN 阅读(1802) 评论(0) 推荐(0) 编辑
摘要: http://www.oschina.net/code/snippet_944819_33978 http://www.jb51.net/article/54287.htm public String getAddressByIP(String strIP) { try { //String str 阅读全文
posted @ 2016-02-04 16:07 JIN__JIN 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 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])\\. 阅读全文
posted @ 2016-02-04 16:05 JIN__JIN 阅读(8741) 评论(0) 推荐(0) 编辑
摘要: http://www.poluoluo.com/jzxy/201307/233374.html代码如下:jQuery.fn.wait = function (func, times, interval) {var _times = times || -1, //100次_interval = int... 阅读全文
posted @ 2016-01-18 09:45 JIN__JIN 阅读(1408) 评论(0) 推荐(0) 编辑
摘要: <c:forEach var ="i" begin="1" end="${homeexamque.optionNum}" step="1" varStatus="ss"> 阅读全文
posted @ 2016-01-14 16:50 JIN__JIN 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-12-14 16:35 JIN__JIN 阅读(586) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 23 下一页