java 学习汇总

一.安装svn 插件

1.svn - http://subclipse.tigris.org/update

安装的过程中可能出错,解决方法:

导航到:The Eclipse Project Updates - http://download.eclipse.org/eclipse/updates/4.4

   选择 Eclipse Tests, Examples, and Extras    安装即可

 

测试地址:http://code.taobao.org

 

二.智能提示:

1.

Windows→Preferences→Java→Editor→Content Assist

.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVW

 

2.更改智能提示的快捷键

 

 

三.代码格式化:

Windows→Preferences→Java→Code Style→Formatter-new-braces-Next line

 

四.Jar 发布

 

五.项目引用

 

六.引用外部组件

 

 

原文地址:https://www.cnblogs.com/zhangchengxiang/p/4484675.html