会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
尼玛范爷
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
···
18
下一页
2017年9月15日
MarkDown学习
摘要: http://mahua.jser.me/
阅读全文
posted @ 2017-09-15 16:41 尼玛范爷
阅读(181)
评论(0)
推荐(0)
2016年12月22日
系统管理员资源大全
摘要: https://github.com/jobbole/awesome-sysadmin-cn https://github.com/jobbole/awesome-sysadmin-cn
阅读全文
posted @ 2016-12-22 09:28 尼玛范爷
阅读(333)
评论(0)
推荐(1)
2015年8月13日
解决回车键导致的页面无意义刷新
摘要: 在文本框中输入完要搜索的关键字段,按回车结果整个页面刷新了.仔细分析这样的页面一般都满足以下条件:1、包含FORM表单2、只有一个文本框这样问题就可以解决了,破坏其中任何一个条件即可,一般的做法是加一个隐藏的文本框当然你也可以在表单 form 后面加上一个 onsubmit 事件,返回 false,...
阅读全文
posted @ 2015-08-13 01:22 尼玛范爷
阅读(887)
评论(0)
推荐(1)
2015年7月10日
Tomcat远程调试
摘要: 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)
2015年7月8日
gson 自定义对象转换格式
摘要: 有时候我们希望gson按照我们想要的方式转换,比如将日期转换为时间戳class GsonBuilderUtil { public static Gson create() { GsonBuilder gb = new GsonBuilder(); gb.regist...
阅读全文
posted @ 2015-07-08 14:15 尼玛范爷
阅读(1479)
评论(0)
推荐(0)
2015年7月1日
浏览器检测脚本(各语言)
摘要: http://detectmobilebrowsers.com/Download ScriptsApacheASPASP.NETColdFusionC#IISJSPJavaScriptjQueryLassonginxnode.jsPHPPerlPythonRails
阅读全文
posted @ 2015-07-01 01:00 尼玛范爷
阅读(427)
评论(0)
推荐(0)
2015年6月23日
Spring MVC+Quartz 定时任务持久化
摘要: 请自行参考: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)
2015年6月16日
java.lang.ClassNotFoundException: org.junit.Assume$AssumptionViolatedException
摘要: java.lang.ClassNotFoundException: org.junit.Assume$AssumptionViolatedException在spring框架中进行单元测试,出现标题中的异常,多数是因为Spring 与 JUnit 版本不兼容导致的。解决方法:修改JUnit 的版本至...
阅读全文
posted @ 2015-06-16 13:45 尼玛范爷
阅读(1163)
评论(0)
推荐(0)
2015年3月19日
POI 设置EXCEL单元格格式(日期数字文本等)
摘要: HSSFCellStyle style0 = workbook2003.createCellStyle();style0.setBorderBottom(HSSFCellStyle.BORDER_THIN);style0.setDataFormat(format.getFormat("yyyy/mm...
阅读全文
posted @ 2015-03-19 16:09 尼玛范爷
阅读(7206)
评论(0)
推荐(0)
2015年2月6日
js获取网页高度
摘要: 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
下一页
公告