1、開啓eclipse 自動格式化代碼 增刪包: javascript
windows-->Preferences-->Java --> Editor-->Save Actions; java
2、tomcat插件生成的web項目轉Dynamic Web Module web
一、進入項目目錄,可看到.project文件,打開。
加入 <buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
二、找到<natures>...</natures>代碼段。
三、在第2步的代碼段中加入以下標籤內容並保存:
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
四、在eclipse的項目上點右鍵,刷新項目。
五、在項目上點右鍵,進入屬性(properties)
六、在左側列表項目中點擊選擇「Project Facets」,在右側選擇「Dynamic Web Module」和"Java",點擊OK保存便可。 windows
7.查看.setting文件夾下的文件,設置編譯路徑
3、svn下載地址: tomcat
http://code.google.com/p/performancetestingtool/wiki/Eclipse_SVN
http://subclipse.tigris.org/update 軟件下載
eclipse
4、同變量顯色 svn
java文件的設置"Window"-"preferences"-"Java"-"Editor"-"Mark Occurrences"複選框勾選
js文件的設置"Window"-"preferences"-"web"-"javascript"-"Mark Occurrences"複選框勾選
ui