上一页 1 2 3 4 5 6 7 ··· 18 下一页
摘要: http://mahua.jser.me/ 阅读全文
posted @ 2017-09-15 16:41 尼玛范爷 阅读(181) 评论(0) 推荐(0)
摘要: https://github.com/jobbole/awesome-sysadmin-cn https://github.com/jobbole/awesome-sysadmin-cn 阅读全文
posted @ 2016-12-22 09:28 尼玛范爷 阅读(333) 评论(0) 推荐(1)
摘要: 在文本框中输入完要搜索的关键字段,按回车结果整个页面刷新了.仔细分析这样的页面一般都满足以下条件:1、包含FORM表单2、只有一个文本框这样问题就可以解决了,破坏其中任何一个条件即可,一般的做法是加一个隐藏的文本框当然你也可以在表单 form 后面加上一个 onsubmit 事件,返回 false,... 阅读全文
posted @ 2015-08-13 01:22 尼玛范爷 阅读(887) 评论(0) 推荐(1)
摘要: 1、如果tomcat在Windows下打开%CATALINE_HOME%/bin下的文件catalina.bat,加入下面这行:set CATALINA_OPTS=-server -Xdebug -Xnoagent -Djava.compiler=NONE -agentlib:jdwp=transp... 阅读全文
posted @ 2015-07-10 22:17 尼玛范爷 阅读(402) 评论(0) 推荐(0)
摘要: 有时候我们希望gson按照我们想要的方式转换,比如将日期转换为时间戳class GsonBuilderUtil { public static Gson create() { GsonBuilder gb = new GsonBuilder(); gb.regist... 阅读全文
posted @ 2015-07-08 14:15 尼玛范爷 阅读(1479) 评论(0) 推荐(0)
摘要: http://detectmobilebrowsers.com/Download ScriptsApacheASPASP.NETColdFusionC#IISJSPJavaScriptjQueryLassonginxnode.jsPHPPerlPythonRails 阅读全文
posted @ 2015-07-01 01:00 尼玛范爷 阅读(427) 评论(0) 推荐(0)
摘要: 请自行参考:http://sloanseaman.com/wordpress/2011/06/06/spring-and-quartz-and-persistence/https://objectpartners.com/2013/07/09/configuring-quartz-2-with-sp... 阅读全文
posted @ 2015-06-23 22:27 尼玛范爷 阅读(1322) 评论(0) 推荐(0)
摘要: java.lang.ClassNotFoundException: org.junit.Assume$AssumptionViolatedException在spring框架中进行单元测试,出现标题中的异常,多数是因为Spring 与 JUnit 版本不兼容导致的。解决方法:修改JUnit 的版本至... 阅读全文
posted @ 2015-06-16 13:45 尼玛范爷 阅读(1163) 评论(0) 推荐(0)
摘要: HSSFCellStyle style0 = workbook2003.createCellStyle();style0.setBorderBottom(HSSFCellStyle.BORDER_THIN);style0.setDataFormat(format.getFormat("yyyy/mm... 阅读全文
posted @ 2015-03-19 16:09 尼玛范爷 阅读(7206) 评论(0) 推荐(0)
摘要: function getInfo() { var s = ""; s += " 网页可见区域宽:"+ document.body.clientWidth; s += " 网页可见区域高:"+ document.body.clientHeight; ... 阅读全文
posted @ 2015-02-06 10:52 尼玛范爷 阅读(224) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 18 下一页