
Eclipse
lwj704684897
一个人如果按照自己的内心活下去要么成为一个疯子要么成为一个传奇
展开
-
Eclipse下安装Subclipse插件
安装路径如下: help - > install new software -> 选择资源位置: http://subclipse.tigris.org/update_1.0.x 点击OK即可~原创 2013-07-04 10:08:29 · 568 阅读 · 0 评论 -
Eclipse做web开发,报错:java.lang.OutOfMemoryError: PermGen space
用maven做开发,由于项目较多,项目启动完毕一打开页面就报错:Exception in thread "http-bio-8080-exec-10" java.lang.OutOfMemoryError: PermGen space。 用google百度后知道是一下原因: PermGen space的全称是Permanent Generation space,是指内存的永久保存区转载 2014-01-15 16:33:56 · 882 阅读 · 0 评论 -
eclipse maven plugin execution not covered by life cycle configuration
在向eclipse导入一个Maven工程时,pom.xml报错了: compile test-compile 错误原因是: Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-dependency-plugin:2.6:copy (ex原创 2013-11-04 10:32:54 · 1472 阅读 · 0 评论 -
Eclipse 快捷键
Ctrl + shift + t可以快速定位类~ 行注释/销注释 Ctrl+/ 块注释/销注释 Ctrl+Shift+/ Ctrl+Shift+\ 查找 查找替换 Ctrl+H Ctrl+F 查找下一个/往回找 Ctrl+K Ctrl+Shift+K 跳到某行 Ctrl+L,哈用惯了Editplus,不时会敲下Ctrl+G, 查找当前元素的声明 Ctrl+G转载 2013-08-20 15:10:15 · 495 阅读 · 0 评论