passer1991

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 39 下一页

2013年8月6日

js格式化日期

摘要: function formatterdate(val, row) {var date = new Date(val);return date.getFullYear() + '-' + (date.getMonth() + 1) + '-' + date.getDate();}开始时间 阅读全文

posted @ 2013-08-06 22:25 passer1991 阅读(109) 评论(0) 推荐(0) 编辑

2013年8月5日

读取web应用中properties配置文件(这种方法可能不是最好的)

摘要: String path= ContextLoader.getCurrentWebApplicationContext().getServletContext().getRealPath("/WEB-INF/spring/config.properties") ; Properties p=new Properties(); try { p.load(new FileInputStream(path)); System.out.println(p.getProperty("uploadPath")); } catch (Exception e) { e.p 阅读全文

posted @ 2013-08-05 19:56 passer1991 阅读(203) 评论(0) 推荐(0) 编辑

2013年8月2日

easyui 获得ComboBox选中项的值 getValue

摘要: $('#state').combobox('getValue') 使用这种方式可以获得选中项的值,但是在easyUI的官方文档中却没有这个方法.在easyui的例子中有这个方法.例子如下:http://www.jeasyui.com/demo/main/index.php?plugin=ComboBox&theme=default&dir=ltr&pitem= 阅读全文

posted @ 2013-08-02 17:32 passer1991 阅读(1621) 评论(0) 推荐(0) 编辑

2013年8月1日

request 报错The remote server returned an error: (415) Unsupported Media Type.

摘要: request 报错The remote server returned an error: (415) Unsupported Media Type. 阅读全文

posted @ 2013-08-01 10:27 passer1991 阅读(248) 评论(0) 推荐(0) 编辑

2013年7月31日

No mapping found for HTTP request with URI [/spring/WEB-INF/page/index.jsp] in DispatcherServlet with name 'spring'

摘要: 今天试了下spring mvc遇到个很奇怪的事情,按照书上配置访问时总是出现如下警告:org.springframework.web.servlet.DispatcherServlet noHandlerFound警告: No mapping found for HTTP request with URI [/myspring/WEB-INF/jsp/hello.jsp] in DispatcherServlet with name 'spring'web.xmlXml代码springorg.springframework.web.servlet.DispatcherServl 阅读全文

posted @ 2013-07-31 18:01 passer1991 阅读(4422) 评论(0) 推荐(0) 编辑

Spring配置项之<context:component-scan base-package="..."/>

摘要: Spring配置项之 阅读全文

posted @ 2013-07-31 16:55 passer1991 阅读(264) 评论(0) 推荐(0) 编辑

eclipse界面定制,让eclipse看着更清爽

摘要: eclipse界面定制,让eclipse看着更清爽 阅读全文

posted @ 2013-07-31 14:36 passer1991 阅读(143) 评论(0) 推荐(0) 编辑

2013年7月29日

eclipse 环境下 FreeMarker 编辑器插件

摘要: http://blog.sina.com.cn/s/blog_67c5640b0100yr0u.html 阅读全文

posted @ 2013-07-29 10:40 passer1991 阅读(104) 评论(0) 推荐(0) 编辑

2013年7月27日

MyEclipse10 中的两种FreeMarker插件的安装与配置

摘要: http://it.oyksoft.com/post/5899/ 阅读全文

posted @ 2013-07-27 13:10 passer1991 阅读(76) 评论(0) 推荐(0) 编辑

2013年7月26日

JdbcTemplate 查询

摘要: http://www.cnblogs.com/shitianzeng/articles/2318995.htmlhttp://www.oecp.cn/hi/hailang/blog/358 阅读全文

posted @ 2013-07-26 18:10 passer1991 阅读(78) 评论(0) 推荐(0) 编辑

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 39 下一页

导航