摘要:
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
阅读(95)
推荐(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
阅读(128)
推荐(0)
编辑
摘要:
页面返回:history.back() 文件上传时,限制格式:<input type="file" name="pic" accept="image/gif,image.jpg" /> 在JS中将JSON的字符串解析成JSON数据格式,一般方式:使用eval()函数
阅读全文
posted @ 2016-03-10 09:25
james-roger
阅读(122)
推荐(0)
编辑
摘要:
解决方案 看下我的 session.setAttribute(UserInfo.USERINFO, userinfo); session.setMaxInactiveInterval(SESSION_TIME); 没有用到sessionlistener, 页面上会检查是否存在该session 解决方
阅读全文
posted @ 2016-03-09 10:44
james-roger
阅读(725)
推荐(0)
编辑
摘要:
http://jingyan.baidu.com/article/e2284b2b60aceee2e6118d3b.html
阅读全文
posted @ 2016-03-02 14:29
james-roger
阅读(126)
推荐(0)
编辑
摘要:
private Class<T> entityClass ; entityClass = (Class<T>) ((ParameterizedType) getClass().getGenericSuperclass()).getActualTypeArguments()[0];
阅读全文
posted @ 2016-01-27 15:09
james-roger
阅读(498)
推荐(0)
编辑
摘要:
Top 50个快速高效学习 Java 的在线资源 http://codecloud.net/top-50-java-online-6297.html 程序员必看的书之Java程序员 http://www.open-open.com/news/view/4c6ed1 学习网址 http://www.j
阅读全文
posted @ 2016-01-26 10:40
james-roger
阅读(132)
推荐(0)
编辑
摘要:
jsp:JSON.stringify(params):params:表示数组servlet:Store store = (Store) JSONObject.toBean(JSONObject.fromObject(areaStr), Store.class);
阅读全文
posted @ 2016-01-26 10:19
james-roger
阅读(113)
推荐(0)
编辑
posted @ 2016-01-20 14:05
james-roger
阅读(164)
推荐(0)
编辑
摘要:
1 having 是对于聚合函数而言的(max,min,avg,count,)
阅读全文
posted @ 2016-01-13 16:43
james-roger
阅读(108)
推荐(0)
编辑