摘要: window->preferences->General->keys。 找到File Search(有搜索框的,可以搜索),然后在下方 Binding按下ctrl +h 。 阅读全文
posted @ 2016-06-29 14:31 ℉utur_īng 阅读(4811) 评论(0) 推荐(2) 编辑
摘要: http://blog.sina.com.cn/s/blog_708043ab0100pjn8.html select LAST_INSERT_ID() as id 获取最后一次插入的id 阅读全文
posted @ 2016-05-20 15:26 ℉utur_īng 阅读(1248) 评论(0) 推荐(0) 编辑
摘要: java.lang.IllegalStateException: Not allowed to create transaction on sharedEntityManager - use Spring transactions or EJB CMT instead 原因以我的理解是,SPRING 阅读全文
posted @ 2016-05-19 11:26 ℉utur_īng 阅读(3284) 评论(0) 推荐(0) 编辑
摘要: var date1=new Date(); //开始时间 alert("aa"); var date2=new Date(); //结束时间 var date3=date2.getTime()-date1.getTime() //时间差的毫秒数 //计算出相差天数 var days=Math.flo 阅读全文
posted @ 2016-05-18 12:44 ℉utur_īng 阅读(179) 评论(0) 推荐(0) 编辑
摘要: http://www.jqueryfuns.com/resource/44 阅读全文
posted @ 2016-05-17 18:47 ℉utur_īng 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 在这篇文章中将给大家分享12个有关于JavaScript的小技巧。这些小技巧可能在你的实际工作中或许能帮助你解决一些问题。 使用!!操作符转换布尔值 有时候我们需要对一个变量查检其是否存在或者检查值是否有一个有效值,如果存在就返回true值。为了做这样的验证,我们可以使用!!操作符来实现是非常的方便 阅读全文
posted @ 2016-05-11 09:44 ℉utur_īng 阅读(180) 评论(0) 推荐(0) 编辑
摘要: maven编译项目时出错,提示信息如下: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project sp 阅读全文
posted @ 2016-05-04 15:54 ℉utur_īng 阅读(1134) 评论(0) 推荐(0) 编辑
摘要: 方法一:手动安装 手动安装没有成功 步骤: 1. 下载freemarker-ide : http://sourceforge.net/projects/freemarker-ide/files/ 2. 下载完成后解压,由于IDE中的freemarker版本比较老,需要将自己BuildPath中的fr 阅读全文
posted @ 2016-04-29 09:28 ℉utur_īng 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 区别 类名.class叫做“类字面量”,因class是关键字, 所以类名.class编译时确定。 getclass()运行时根据实际实例确定,getClass()是动态而且是final的。String.class 是能对类名的引用取得在内存中该类型class对象的引用, new String().g 阅读全文
posted @ 2016-04-14 15:47 ℉utur_īng 阅读(4948) 评论(0) 推荐(2) 编辑
摘要: http://zhoufoxcn.blog.51cto.com/792419/438277/ C3P0,Proxool,BoneCP,Druid 阅读全文
posted @ 2016-04-14 15:14 ℉utur_īng 阅读(178) 评论(0) 推荐(0) 编辑