2016年3月19日

摘要: 时间插件 wdatepicker 表单验证 Validform wdatepicker前面的日期必须小于或等于后面的日期: 后台:request.setAttribute("sysDate",DateUtil.today());格式:2016-07-08 http://www.angularjsap 阅读全文
posted @ 2016-03-19 12:05 james-roger 阅读(210) 评论(0) 推荐(0)

2016年3月16日

摘要: http://pangxin12345.iteye.com/blog/554176 阅读全文
posted @ 2016-03-16 13:56 james-roger 阅读(127) 评论(0) 推荐(0)
摘要: struts2: http://www.cnblogs.com/huozhicheng/archive/2011/09/27/2193605.html springMVC http://blog.csdn.net/yang362046076/article/details/44317043 视屏: 阅读全文
posted @ 2016-03-16 11:47 james-roger 阅读(149) 评论(0) 推荐(0)

2016年3月14日

摘要: http://ttaale.iteye.com/blog/808719 阅读全文
posted @ 2016-03-14 11:55 james-roger 阅读(102) 评论(0) 推荐(0)

2016年3月11日

摘要: forEach实现原理:foreach语法最终被编译器转为了对Iterator.next()的调用 http://www.cnblogs.com/xrq730/p/4827590.html 设计模式: http://www.cnblogs.com/java-my-life/default.html? 阅读全文
posted @ 2016-03-11 16:22 james-roger 阅读(100) 评论(0) 推荐(0)
摘要: http://download.csdn.net/detail/luojia_wang/5275588 http://blog.csdn.net/luojia_wang/article/details/8825929 阅读全文
posted @ 2016-03-11 10:25 james-roger 阅读(139) 评论(0) 推荐(0)

2016年3月10日

摘要: 页面返回:history.back() 文件上传时,限制格式:<input type="file" name="pic" accept="image/gif,image.jpg" /> 在JS中将JSON的字符串解析成JSON数据格式,一般方式:使用eval()函数 阅读全文
posted @ 2016-03-10 09:25 james-roger 阅读(128) 评论(0) 推荐(0)

2016年3月9日

摘要: 解决方案 看下我的 session.setAttribute(UserInfo.USERINFO, userinfo); session.setMaxInactiveInterval(SESSION_TIME); 没有用到sessionlistener, 页面上会检查是否存在该session 解决方 阅读全文
posted @ 2016-03-09 10:44 james-roger 阅读(737) 评论(0) 推荐(0)

2016年3月2日

摘要: http://jingyan.baidu.com/article/e2284b2b60aceee2e6118d3b.html 阅读全文
posted @ 2016-03-02 14:29 james-roger 阅读(132) 评论(0) 推荐(0)

2016年1月27日

摘要: private Class<T> entityClass ; entityClass = (Class<T>) ((ParameterizedType) getClass().getGenericSuperclass()).getActualTypeArguments()[0]; 阅读全文
posted @ 2016-01-27 15:09 james-roger 阅读(503) 评论(0) 推荐(0)