1.设置字体Window-->Prefernces-->General-->Appearance-->ColorandFonts-->Basic-->Fonts2.显示行号General-->Editors-->TextEditor-->Showlinenumbers3.编程风格设置Java-->CodeStyle-->Formatter-->.....4.代码自动提示Java-->Edito..
分类:
系统相关 时间:
2015-09-01 18:33:15
阅读次数:
238
下载eclipse插件
http://sourceforge.net/projects/eclipse-cs/
下载后,把里面的两个文件夹plugins和 features下面的文件分别拷贝到eclipse目录下面对应的plugins和features目录。
如果你就这样直接启动eclipse 可能会出现ClassNotFoundExceptions 等错误,所以必须在启...
分类:
系统相关 时间:
2015-08-31 01:15:11
阅读次数:
192
参考:http://www.cnblogs.com/yimu/archive/2011/06/30/SXLYLOVE.html需要设置的几处地方为:Window->Preferences->General ->Content Type->Text->JSP 最下面设置为UTF-8Window->Pr...
分类:
系统相关 时间:
2015-08-27 18:13:28
阅读次数:
171
eclipse设置: Window->Preferences->Java->Editor->Content Assist
分类:
系统相关 时间:
2015-08-26 09:23:48
阅读次数:
127
Eclipse中常见设置:1、Eclipse在保存时设置自动去掉多余的import和格式化代码路径:window --> preferences --> java --> Editor --> Save Actions选中 Perform the selected actions on save选中...
分类:
系统相关 时间:
2015-08-25 18:53:05
阅读次数:
185
eclipse调优 一般在不对eclipse进行相关设置的时候,使用eclipse总是会觉得启动好慢,用起来好卡,其实只要对eclipse的相关参数进行一些配置,就会有很大的改善。加快启动速度1.在eclipse启动的时候,它总是会搜索让其运行的jre,往往就是这个搜索过程让eclipse启动变慢了...
分类:
系统相关 时间:
2015-08-14 00:57:10
阅读次数:
164
run->run?configurations ?Arguments ? ?VM arguments: -Dhttp.proxyHost=192.168.100.105 -Dhttp.proxyPort=8888...
分类:
系统相关 时间:
2015-08-13 18:25:10
阅读次数:
286
1.eclipse下的编码设置: eclipse 中使用模板新建 JSP,xhtml等 文件时,默认的编码为:ISO-8859-1。?ISO-8859-1 编码对于中文的显示是不支持的,如果要支持简体中文,则编码方式应为 GBK 或者 GB2312 或者 UTF-8(...
分类:
系统相关 时间:
2015-08-13 18:23:49
阅读次数:
243
效果如下:
步骤:
1、如果你的Eclipse没有Marketplace的话,你自己装一个就行了:Help–>Install New Software–>add
location:http://eclipse-color-theme.github.com/update
2、安装好之后重启eclipse:3、设置:
Help–>Eclipse Marketplace–>查找”Eclip...
分类:
系统相关 时间:
2015-07-27 21:10:31
阅读次数:
1083
1、给Eclipse设置android的SDK位置时,出现这个:This Android SDK requires Andr...ate ADT to the latest一个升级ADT到指定版本或以上,另一个简单的办法是调低SDK版本找到android-sdk-windows\tools\lib下...
分类:
移动开发 时间:
2015-07-23 19:41:06
阅读次数:
140