eclipse 初次安装配置

插件在线安装地址

pydev - http://pydev.org/updates/
svn - http://subclipse.tigris.org/update_1.8.x
git - http://download.eclipse.org/egit/updates
PMD - https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/ (源码分析)
TestNG - http://beust.com/eclipse
MAT - http://download.eclipse.org/mat/1.8/update-site/ (内存分析工具)
goclipse - http://goclipse.github.io/releases/
CDT - http://download.eclipse.org/releases/mars
Spring Tooling - http://download.springsource.com/release/TOOLS/sts4-language-servers
SonarLint - http://eclipse.sonarlint.org/ (源码分析)

eclipse插件
Juno - http://download.eclipse.org/releases/juno
AJDT - http://dist.springsource.org/release/AJDT/configurator/ (maven)

tomcat 内存溢出监控
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=/root/heapdump


eclipse 初次安装配置

1. 设置编码 为 UTF-8 系统为 Unix
设置方法如下: Window(窗口)->Preferences(首选项)->General->Workspace
2. 配置Eclipse中编辑器支持softtab(用数个空格字符代替默认的tab缩进)
Window -> Preferences->General -> Editors -> Text Editors->Displayed tab width 把下面的“Insert spaces for tabs” 勾选上.
Java -> Code Style -> Formatter 然后点击Active profile中的Edit按钮 在弹出的窗口中,选择General settings中的Tab policy为Spaces only,修改Profile name然后保存即可

3. 使用Eclipse的开发者都知道它有鼠标悬停提示(主要是变量类型声明和Doc帮助提示)的功能,突然弹出的窗口妨碍视线还影响思路。
关闭方法如下: Window(窗口)->Preferences(首选项)->Java->Editor(编辑器)->Hovers(悬浮提示) 将[Combined Hover](组合的悬浮提示)添加 Alt 快捷键即可。然后勾选上Variable Values (debug时的变量内容查看)
4. console日志行数不限制 run/debug->console->limit console output勾选去掉
5. Eclipse设置不格式化注释,注释中写点带格式的文字,format后全乱了,解决办法如下:Windows -> Preferces -> java -> Code Style -> Formatter -> Edit -> Comments 取消勾选“Enable block comment formatting”.


eclipse修改java注释模板

打开Windows->Preferences->Java->Code Style->Code Templates,点击右边窗口中的Comments,可以看到有很多选项,我们便可对此注释信息模板进行编辑。
选择Types,点击Edit。
文件

/**
 * @title: ${file_name}
 * @description: 
 * @copyright: Copyright (c) 2018
 * @author ${user}
 * @date ${date} ${time}
 * @version 1.0
 */

/**
 * @className: ${type_name}
 * @Description: 
 * @Author ${user}
 * @Date ${date} ${time}
 * @Copyright © 2018 
 */

方法

/**
 * @methodName: ${enclosing_method}
 * @description: 
 * @author ${user}
 * @date ${date} ${time}
 * ${tags}
 */

Eclipse及其插件下载网址大全

1 Eclipse下载

EMF,GEF - Graphical Editor Framework,UML2,VE - Visual Editor都在这里下载

http://www.eclipse.org/downloads/index.php

2 lomboz J2EE插件,开发JSP,EJB

http://forge.objectweb.org/projects/lomboz

3 MyEclipse J2EE开发插件,支持SERVLET/JSP/EJB/数据库操纵等

http://www.myeclipseide.com

4 Properties Editor 编辑java的属性文件,并可以自动存盘为Unicode格式

http://propedit.sourceforge.jp/index_en.html

5 Colorer Take 为上百种类型的文件按语法着色

http://colorer.sourceforge.net/

6 XMLBuddy 编辑xml文件

http://www.xmlbuddy.com

7 Code Folding 加入多种代码折叠功能(比eclipse自带的更多)

http://www.coffee-bytes.com/servlet/PlatformSupport

8 Easy Explorer 从eclipse中访问选定文件、目录所在的文件夹

http://easystruts.sourceforge.net/

9 Fat Jar 打包插件,可以方便的完成各种打包任务,可以包含外部的包等

http://fjep.sourceforge.net/

10 RegEx Test 测试正则表达式

http://brosinski.com/stephan/archives/000028.php

11 JasperAssistant 报表插件(要钱的哦~)

http://www.jasperassistant.com/

12 Jigloo GUI Builder JAVA的GUI编辑插件

http://cloudgarden.com/jigloo/

13 Profiler 性能跟踪、测量工具,能跟踪、测量B/S程序

http://sourceforge.net/projects/eclipsecolorer/

14 AdvanQas 提供对if/else等条件语句的提示和快捷帮助(自动更改结构等)

http://eclipsecolorer.sourceforge.net/advanqas/index.html

15 Log4E Log4j插件,提供各种和Log4j相关的任务,如为方法、类添加一个logger等

http://log4e.jayefem.de/index.php/Main_Page

16 VSSPlugin VSS插件

http://sourceforge.net/projects/vssplugin

17 Implementors 提供跳转到一个方法的实现类,而不是接口的功能(实用!)

http://eclipse-tools.sourceforge.net/implementors/

18 Call Hierarchy 显示一个方法的调用层次(被哪些方法调,调了哪些方法)

http://eclipse-tools.sourceforge.net/call-hierarchy/index.html

19 EclipseTidy 检查和格式化HTML/XML文件

http://eclipsetidy.sourceforge.net/

20 Checkclipse 检查代码的风格、写法是否符合规范

http://www.mvmsoft.de/content/plugins/checkclipse/checkclipse.htm

21 Hibernate Synchronizer Hibernate插件,自动映射等

http://www.binamics.com/hibernatesync/

22 VeloEclipse Velocity插件

http://propsorter.sourceforge.net/

23 EditorList 方便的列出所有打开的Editor

http://editorlist.sourceforge.net/

24 MemoryManager 内存占用率的监视

http://cloudgarden.com/memorymanager/

25 swt-designer java的GUI插件

http://www.swt-designer.com/

26 TomcatPlugin 支持Tomcat插件

http://www.sysdeo.com/eclipse/tomcatPlugin.html

27 XML Viewer

http://tabaquismo.freehosting.ne … /xmlview/index.html

28 quantum 数据库插件

http://quantum.sourceforge.net/

29 Dbedit 数据库插件

http://sourceforge.net/projects/dbedit

30 clay.core 可视化的数据库插件

http://www.azzurri.jp/en/software/index.jsp

http://www.azzurri.jp/eclipse/plugins

31 hiberclipse hibernate插件

http://hiberclipse.sourceforge.net

http://www.binamics.com/hibernatesync

32 struts-console Struts插件

http://www.jamesholmes.com/struts/console/

33 easystruts Struts插件

http://easystruts.sourceforge.net

34 veloedit Velocity插件

http://veloedit.sourceforge.net/

35 jalopy 代码整理插件

http://jalopy.sourceforge.net/

36 JDepend 包关系分析

http://andrei.gmxhome.de/jdepend4eclipse/links.html

37 Spring IDE Spring插件

http://springide-eclip.sourceforge.net/updatesite/

38 doclipse 可以产生xdoclet 的代码提示

http://beust.com/doclipse/

39 SQLExplorer,在Eclipse 中连接各种数据库进行操作使用

http://dev2dev.bea.com.cn/bbs/th … &threadID=31124

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值