2012年5月8日
摘要: 今天在修改indexBean时出现javax.naming.NameNotFoundException异常,详细信息:javax.naming.NameNotFoundException: Name com.gdie.account.liteBean.account.IndexBean is not bound in this Context org.apache.naming.NamingContext.lookup(NamingContext.java:770) org.apache.naming.NamingContext.lookup(NamingContext.java:153) o 阅读全文
posted @ 2012-05-08 15:07 ekisstherain 阅读(655) 评论(0) 推荐(0) 编辑
  2012年5月7日
摘要: 在eclipse的服务器vm参数中添加如下配置:-noverify -javaagent:D:\RUNTIME\jrebel\jrebel.jar -Drebel.spring_plugin=true根据jrebel.jar的路径存放不同而修改。OK! 阅读全文
posted @ 2012-05-07 14:55 ekisstherain 阅读(218) 评论(0) 推荐(0) 编辑
  2012年5月4日
摘要: 昨天在使用dataGrid控件时获取选择的数据返回空值,前端代码:<w:dataGrid paged="true" rows="20" id="grid" var="data" toolBarPosition="top" idColumn="id" singleSelect="true" selectionModel="#{constantBean.checkBox}"> <w:outputColumn id=&quo 阅读全文
posted @ 2012-05-04 09:08 ekisstherain 阅读(1005) 评论(0) 推荐(1) 编辑
  2012年4月30日
摘要: 今天开机出现了异常,我的硬盘最后一个分区不见了,后来在网上找了好多方法和工具,最后终于有惊无险!具体操作:1. 使用DiskGenius软件2.步骤:搜索分区->选择所有未分区区域->开始搜索,OK3. 几分钟内完成丢失分区,然后选中丢失的分区,保存,OK用DiskGenius恢复分区及文件的方法参考:http://www.diskgenius.cn/function/recovery.asp希望对你有参考价值! 阅读全文
posted @ 2012-04-30 10:12 ekisstherain 阅读(231) 评论(0) 推荐(0) 编辑
  2012年4月28日
摘要: 1. 在导出之前必须配置plugin.xml文件的build页面:选择要包括在二进制构建中的文件夹和文件中,把代码中使用的资源文件勾选中,这样在导出后的zip包才有相应的文件夹。2. 第三方的lib必须在运行时的类路径上添加进来! 阅读全文
posted @ 2012-04-28 16:33 ekisstherain 阅读(1155) 评论(0) 推荐(0) 编辑
摘要: 修改代码后运行,调试的环境中的插件代码没有变化,只能把原来的调试环境删除,然后重新配置新的调试环境了!!!!删除位置:工作空间同目录的runtime-EclipseApplication文件夹,OK。 阅读全文
posted @ 2012-04-28 11:28 ekisstherain 阅读(307) 评论(0) 推荐(0) 编辑
  2012年4月23日
摘要: 今天在学习使用jet模板生成代码的时候,总是出现生成的代码为空的问题,找到的原因是:模板生成中间的java代码编译运行出错,找不到自定义的类,后来看了jet_tutorial 2教程才找到答案,解决的英文如下:3. Classpath IssuesJETEmitter translates your templates to Java source files in the.JETEmittersproject, and invokes the JavaBuilder to compile these source files. If your templates use classes th 阅读全文
posted @ 2012-04-23 18:20 ekisstherain 阅读(465) 评论(0) 推荐(0) 编辑
  2012年4月21日
摘要: 很多时候在编辑plugin.xml 文件的Extension 时,IDE 总提示警告,内容为“No schema found for ‘org.eclipse.core.runtime.applications’ extension point”等,在对应的Extension 中右键内容为“Generic”,没有对应的子项的信息提示。原因为对应的org.eclipse.core.runtime.applications 的source plugin 没有找到。使用Eclipse SDK 版本的开发人员一般不会遇到这种问题,SDK 中包含了所有的source plugin,如果目前的IDE 的p 阅读全文
posted @ 2012-04-21 22:15 ekisstherain 阅读(455) 评论(0) 推荐(0) 编辑
  2012年3月23日
摘要: 记录一下,意思意思! 阅读全文
posted @ 2012-03-23 10:39 ekisstherain 阅读(96) 评论(0) 推荐(0) 编辑