
编程工具
孤单品尝寂寞
没有任何人可以定义你,除了你自己
展开
-
Hibernate 调用ORACLE 存储过程
//签到(网管编号 、 用户编号 、 类型 、 积分 、 备注 、 会话ID) public String scoreSign(long markerId,long memberId,long sessionId){ String result = ""; try { String memberInfo_procedure="{Call MEMBERINFO_PROCEDU原创 2016-03-17 16:52:43 · 2394 阅读 · 0 评论 -
Myeclipse无法提示显示No Default Proposals
突然发现alt+/无法出现提示,使用.页没有办法出来提示,到处查看了。我霸气的重装Myeclise.结果还没有好。终于找到原因了: Window -> Preferences -> Java -> Editor -> Content Assist -> Advanced 里的「Select the proposal kinds contained in the 'default' conten原创 2016-03-07 10:07:24 · 636 阅读 · 0 评论 -
技术学习
http://www.verysource.com/原创 2016-06-23 09:27:36 · 360 阅读 · 0 评论 -
xxx cannot be resolved to a type 错误解决方法
xxx cannot be resolved to a type 引言 eclipse新导入的项目经常可以看到“XX cannot be resolved to a type”的报错信息。本文将做以简单总结。 正文 (1)jdk不匹配(或不存在) 项目指定的jdk为“jdk1.6.0_18”,而当前eclipse使用的是“jdk1.6.原创 2016-09-07 16:21:16 · 1653 阅读 · 0 评论