摘要: java instanceof实现,java类型转换,java强制类型转换 阅读全文
posted @ 2016-10-10 21:52 FEI_>.<_JI 阅读(680) 评论(0) 推荐(0) 编辑
摘要: 关于hibernate纯sql查询返回结果集问题(hbm.xml中不写多表关联),hibernate查询绑定结果集 阅读全文
posted @ 2016-08-29 21:20 FEI_>.<_JI 阅读(456) 评论(1) 推荐(0) 编辑
摘要: 博客: 史上最强大的40多个纯cs图形 问题:看了上面的博客思考简单的三角行是怎么形成的? 最后一直想不通,一直认为边距是矩形的,却没有想到原本的边距也是有宽度的,所以原本的边距并不是一个矩形,而是一个梯形。类似这样的(如果中间width、height设置为0的话,就会变成对角线了,再设置相应的边颜 阅读全文
posted @ 2016-10-12 10:47 FEI_>.<_JI 阅读(187) 评论(0) 推荐(0) 编辑
摘要: idea常用快捷键, eclipse转idea, ideajvm配置 阅读全文
posted @ 2016-10-11 20:15 FEI_>.<_JI 阅读(1090) 评论(0) 推荐(0) 编辑
摘要: 在Hibernate 4版本中,对于Hql有一点点改变,如果你还是按照以前的方式去编写HQL Query query = sessionFactory.openSession().createQuery("from User u where u.name = ?") .setParamter(0," 阅读全文
posted @ 2016-10-10 19:54 FEI_>.<_JI 阅读(7800) 评论(0) 推荐(0) 编辑
摘要: 这类技术主要应用到那些需要进行后台整理数据的系统中,比如说数据仓储,数据挖掘等. 其实到Java中,实现起来是非常简单的,下面我们以每隔5秒钟打引一句"Hello world"为例:具体参考JDK中的Timer和TimerTask类 import java.util.TimerTask;public class MyTimeTask extends TimerTask{// 在这里写你要定时执... 阅读全文
posted @ 2016-09-06 23:26 FEI_>.<_JI 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 表现层技术以及Freemaker使用教程,jsp、freemarker、velocity。 阅读全文
posted @ 2016-09-06 15:29 FEI_>.<_JI 阅读(576) 评论(0) 推荐(0) 编辑
摘要: java synchronized使用,synchronized关键词,同步异步思想 阅读全文
posted @ 2016-08-30 23:26 FEI_>.<_JI 阅读(200) 评论(0) 推荐(0) 编辑
摘要: <h1> nested exception is org.hibernate.LazyInitializationException:</h1> stackoverflow:http://stackoverflow.com/questions/36106620/failed-to-lazily-in 阅读全文
posted @ 2016-07-04 15:09 FEI_>.<_JI 阅读(161) 评论(0) 推荐(0) 编辑
摘要: http://www.linuxprobe.com/chapter-02.html 阅读全文
posted @ 2016-07-04 10:46 FEI_>.<_JI 阅读(145) 评论(0) 推荐(0) 编辑