- 浏览: 63501 次
- 性别:
- 来自: 四川
最新评论
我用的是myeclipse10.0做的优化,早起版本8.5、8.6也都大同小异
一、Myeclipse10修改字体
MyEclipse10是基于Eclipse3.7内核,但在Eclipse的Preferences-〉general-〉Appearance->Colors and Fonts 中并没有找到Courier New字体,它采用的是Consolas字体,中文看着非常小非常别扭,在Windows7下,系统自带虽然有Courier New字体,但是并没有激活显示,需要手动激活,才能在软件中使用
激活方法如下:
在win7的控制面板->字体,找到Courier New,右键,显示。 Courier 常规 ,右键,显示。
window-->preferences-->搜索font-->Color and Font-->Basic-->Text Font-->Edit--> Courier New-->常规-->小三
二、myeclipse修改jsp、xml默认打开方式
window-->preferences-->General-->Editors-->File Associations-->选择File Type-->
Associated editors选择默认的打开方式(Default)
三、Myeclipse修改编译兼容级别_Compiler compliance Level
Window-->Preferences-->Java-->Compiler --> Compiler compliance Level-->1.6
四、修改Myeclipse编码方式:text+jsp
1. window-->preferences-->搜索JSP-->Myeclipse-->Files and Editors-->JSP-->encoding-->UTF-8
2. window-->preferences-->General-->Workspace-->Text file encoding-->Other-->UTF-8
五、myeclipse修改Jboss内存大小
myeclipse菜单栏:Preferences-->搜索Jboss-->Jboss4.X下-->JDK--Optional java VM arguments加入如下代码:
-Xms512m -Xmx1024m -XX:MaxNewSize=256m -XX:MaxPermSize=256m
这个问题的解决办法是关闭自动更新
Windows > Preferences > MyEclipse Enterprise Workbench > Community Essentials,
把选项 "Search for new features on startup"的前勾去掉即可。
七 、关闭updating indexes
Window > Preferences > Myeclipse Enterprise Workbench > Maven4Myeclipse > Maven>
禁用Download repository index updates on startup 。
八 、关闭MyEclipse的自动validation
validation有一堆,什么xml、jsp、jsf、js等等,我们没有必要全部都去自动校验一下,
只是需要的时候才会手工校验一 下,速度立马提升好几个档次
windows–>perferences–>myeclipse–>validation
把 除了manual 下面的全部点掉,build下只留 classpath dependency Validator
windows–>perferences–>general–>validation->editors->Text Editors->spelling -->Enable spell checking
所以可以将一些不使用的模块禁止 加载启动。
Window > Preferences > General > Startup andy Shutdown 在这里列出的是MyEclipse启动时加载的模块
我这里只让它加载tomcat5 勾选 MyEclipse EASIE Tomcat 5 。
怎样才能知道哪些启动项有用呢?我现在把我知道的启动项用处说一下,还有很多不懂的,
希望大家懂的回复在下面 啊:
WTP :一个跟myeclipse差不多的东西,主要差别是 WTP 是免费的,如果使用myeclipse,这个可以取消
Mylyn:组队任务管理工具,类似于 CVS ,以任务为单位管理项目进度,没用到的可以取消
Derby:一种保存成 jar 形式的数据库,我没用到,取消
一大排以 MyEclipse EASIE 打头的启动项:myeclipse 支持的服务器,只选自己用的,其他取消,
比如我只选了 tomcat 。
十一、加大JVM的非堆内存
打开 myeclipse.ini
-startup
../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
--launcher.library
../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731
-clean
-configuration
configuration
-vm
C:\Users\lenovo\AppData\Local\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
-vmargs
-Xmx384m
-XX:MaxPermSize=384m
-XX:ReservedCodeCacheSize=96m
以上是我的myeclipse.ini,需要修改是 -Xmx,-XX:MaxPermSize,-XX:ReservedCodeCacheSize,
将这三项的值调大,但并不是越大越好,曾经在相同的条件下做过测试(内存2GB),-Xmx,-XX:MaxPermSize的值为384m时比512m时要快(视具体的计算机而定),
-Xmx,-XX:MaxPermSize 的值设为同样大小且两者之和不能超出你的计算机本身的内存大小
十二、myeclipse10加入svn插件
(推荐一款自己写的插件安装工具:http://download.csdn.net/detail/sbfivwsll/4046311)
说到插件,myeclipse自8.X开始,插件安装就变得巨难用,通常最好还是用离线安装,在线安装很可能出问题,下面仅以SVN安装为例,其他诸如ADT15,Aptana等都可采用
1.首先下载SVN包:svn-1.6
2.解压SVN包,然后找到其中的两个文件夹:features 和 plugins
3.随意建一个文件夹(位置和名称自己定就好了,我的是E:\myEclipsePlugin\svn),然后把第二步的解压好的features 和 plugins放到这个文件夹下
4.找到myeclipse的安装目录,下面有一个configuration\org.eclipse.equinox.simpleconfigurator\bundles.info 文件。现在需要做的就是在该文件内添加的东西
5.添加的内容用下面的类生成:
- importjava.io.File;
- importjava.util.ArrayList;
- importjava.util.List;
- /**
- *MyEclipse9插件配置代码生成器
- */
- publicclassPluginConfigCreator
- {
- publicPluginConfigCreator()
- {
- }
- publicvoidprint(Stringpath)
- {
- List<String>list=getFileList(path);
- if(list==null)
- {
- return;
- }
- intlength=list.size();
- for(inti=0;i<length;i++)
- {
- Stringresult="";
- StringthePath=getFormatPath(getString(list.get(i)));
- Filefile=newFile(thePath);
- if(file.isDirectory())
- {
- StringfileName=file.getName();
- if(fileName.indexOf("_")<0)
- {
- print(thePath);
- continue;
- }
- String[]filenames=fileName.split("_");
- Stringfilename1=filenames[0];
- Stringfilename2=filenames[1];
- result=filename1+","+filename2+",file:/"+path+"/"
- +fileName+"\\,4,false";
- System.out.println(result);
- }elseif(file.isFile())
- {
- StringfileName=file.getName();
- if(fileName.indexOf("_")<0)
- {
- continue;
- }
- intlast=fileName.lastIndexOf("_");//最后一个下划线的位置
- Stringfilename1=fileName.substring(0,last);
- Stringfilename2=fileName.substring(last+1,fileName
- .length()-4);
- result=filename1+","+filename2+",file:/"+path+"/"
- +fileName+",4,false";
- System.out.println(result);
- }
- }
- }
- publicList<String>getFileList(Stringpath)
- {
- path=getFormatPath(path);
- path=path+"/";
- FilefilePath=newFile(path);
- if(!filePath.isDirectory())
- {
- returnnull;
- }
- String[]filelist=filePath.list();
- List<String>filelistFilter=newArrayList<String>();
- for(inti=0;i<filelist.length;i++)
- {
- Stringtempfilename=getFormatPath(path+filelist[i]);
- filelistFilter.add(tempfilename);
- }
- returnfilelistFilter;
- }
- publicStringgetString(Objectobject)
- {
- if(object==null)
- {
- return"";
- }
- returnString.valueOf(object);
- }
- publicStringgetFormatPath(Stringpath)
- {
- path=path.replaceAll("\\\\","/");
- path=path.replaceAll("//","/");
- returnpath;
- }
- publicstaticvoidmain(String[]args)
- {
- /*你的SVN的features和plugins复制后放的目录*/
- Stringplugin="F:\\MyEclipse10.0\\myEclipsePlugin\\svn";
- newPluginConfigCreator().print(plugin);
- }
- }
import java.io.File; import java.util.ArrayList; import java.util.List; /** * MyEclipse9 插件配置代码生成器 */ public class PluginConfigCreator { public PluginConfigCreator() { } public void print(String path) { List<String> list = getFileList(path); if (list == null) { return; } int length = list.size(); for (int i = 0; i < length; i++) { String result = ""; String thePath = getFormatPath(getString(list.get(i))); File file = new File(thePath); if (file.isDirectory()) { String fileName = file.getName(); if (fileName.indexOf("_") < 0) { print(thePath); continue; } String[] filenames = fileName.split("_"); String filename1 = filenames[0]; String filename2 = filenames[1]; result = filename1 + "," + filename2 + ",file:/" + path + "/" + fileName + "\\,4,false"; System.out.println(result); } else if (file.isFile()) { String fileName = file.getName(); if (fileName.indexOf("_") < 0) { continue; } int last = fileName.lastIndexOf("_");// 最后一个下划线的位置 String filename1 = fileName.substring(0, last); String filename2 = fileName.substring(last + 1, fileName .length() - 4); result = filename1 + "," + filename2 + ",file:/" + path + "/" + fileName + ",4,false"; System.out.println(result); } } } public List<String> getFileList(String path) { path = getFormatPath(path); path = path + "/"; File filePath = new File(path); if (!filePath.isDirectory()) { return null; } String[] filelist = filePath.list(); List<String> filelistFilter = new ArrayList<String>(); for (int i = 0; i < filelist.length; i++) { String tempfilename = getFormatPath(path + filelist[i]); filelistFilter.add(tempfilename); } return filelistFilter; } public String getString(Object object) { if (object == null) { return ""; } return String.valueOf(object); } public String getFormatPath(String path) { path = path.replaceAll("\\\\", "/"); path = path.replaceAll("//", "/"); return path; } public static void main(String[] args) { /*你的SVN的features 和 plugins复制后放的目录*/ String plugin = "F:\\MyEclipse10.0\\myEclipsePlugin\\svn"; new PluginConfigCreator().print(plugin); } }6.把以上生成的字符串(一大堆)添加到第四步bundles.info文件的后面,然后重启myeclipse即可。
发表评论
-
struts2 中获取 web资源的方式
2016-01-08 17:02 534在struts2中获取 web资源的方式大致可分为获取扩展 ... -
sql server、db2、oracle 存储过程动态sql语句示例
2015-01-31 19:00 1842Oracle CREATE OR REPLACE PRO ... -
ie9 中出现不明的异常(参数是必选项 (Argument not optional)、尚未实现)等
2015-01-27 23:57 1311<script type="text/jav ... -
SAXParseException: The content of element type "configuration" must match
2014-09-15 23:57 1967在mybatis的配置文件中新增加<databaseI ... -
java.lang.ClassNotFoundException: Cannot find class: DB_VENDOR
2014-09-15 23:45 2007在mybatis 中使用databaseIdProvide ... -
spring mvc3 + fastjson 转换 REST 参数以及输出
2014-03-27 00:16 4253spring 3可以支持Rest风格参数,其内置了jack ... -
eclipse中编辑log4j 的xml配置文件时,自动提示
2014-03-27 00:05 894方法1. 配置log4j.dtd文件: Windows - ... -
java json 转换之 Jackson 框架
2013-08-01 21:50 1170转自:http://www.cnblogs.com/hooj ... -
eclipse/myeclise 自定义注释中的变量名称
2013-07-01 23:18 974eclipse/myeclipse中自带了 ... -
Eclipse Class Decompiler——Java反编译插件
2012-11-08 22:41 1241Eclipse Class Decompiler,整 ... -
struts+spring+hibernate整合问题解决方法 陆续更新中....
2009-01-01 10:33 882在整合ssh过程中出现的问题和解决方法: 一、 严重: Ser ... -
DWR通过Annotation与spring整合
2009-01-21 22:05 668DWR 2.0 增加了一个很有趣的新特性,Annotat ... -
div嵌套页面 div加载页面 (其中获取目标页面的内容是用dwr框架连接java程序做的)
2009-03-15 16:58 659前段时间因为有需要,要在div中加载一个页面。但是以前没做过, ... -
tapestry autocomplete 更改样式及定位
2009-07-09 19:02 722版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文 ... -
Java中的main()方法详解
2009-07-12 16:23 653源文作者:leizhimin 源文链接:http:/ ... -
tapestry5 集成 spring 的事务管理
2009-07-22 15:43 601说明:使用的是tapestry5.1.0.5 和spring ... -
tapestry5 布局 参数的处理
2009-07-23 17:24 434<?xml version="1.0" ... -
tapestry不支持 等html特殊符号的解决方法
2009-07-23 17:34 547在使用tapestry时,偶然发现使用 &a ... -
WebService大讲堂之Axis2(1):用POJO实现0配置的WebService
2009-07-28 15:01 431转自:http://space.itpub.net ... -
WebService大讲堂之Axis2(2):复合类型数据的传递
2009-07-28 15:25 521转自:http://space.itpub.net/12921 ...
相关推荐
### MyEclipse 10.0 优化及 SVN 安装配置详解 #### MyEclipse 10.0 优化技巧 **1. 字体设置调整:** 在使用 MyEclipse 10.0 时,为了提升开发体验,推荐进行字体设置调整。具体步骤如下: - 打开 `Window` 菜单。 ...
MyEclipse10.0 注册机 sn key
myeclipse.10.0.更新发布(破解更新).myeclipse10.0_key.gen ...另附MyEclipse 10.0 正式版(For Windows)其它各个版本的下载地址,无法下载的话,自己想办法去,这里就不多说了: MyEclipse 10.0 : ...
本汉化包针对MyEclipse 10.0版本,是经过精心翻译和适配的,确保了界面和帮助文档的全面汉化。"myeclipse10.0正式版中文汉化教程"文档则详细指导用户如何安装和使用这个汉化包,使得即使是初学者也能轻松完成汉化...
- **插件兼容性问题**:如果遇到插件不兼容的问题,可以尝试更新MyEclipse到最新版本,或者查找适用于MyEclipse 10.0的其他插件。 - **虚拟设备运行异常**:如果创建的虚拟设备无法正常启动或运行程序时出现问题,...
MyEclipse 10.0注册机破解详解,包含了 MyEclipse 10.0注册机及破解过程详解。
MyEclipse10.0,在网上找了好几个都不能用,好不容易找了个能用的,分享了。
Myeclipse 10.0 破解 工具 就是稳
myeclipse 10.0 破解 注册机 测试绝对可用; 直接替换源文件 不用手动输入注册码,
myeclipse.10.0.更新发布].myeclipse-10.0-offline-installer-windows.part03 myeclipse.10.0.更新发布].myeclipse-10.0-offline-installer-windows.part03 myeclipse.10.0.更新发布].myeclipse-10.0-offline-...
Myeclipse10.0破解与汉化包
直接点击下载,官方正式版!MyEclipse10.0最新发布!
MyEclipse 10.0是该系列的一个版本,它可能包含了对当时最新技术和框架的支持,比如更新的Java版本、Spring、Hibernate等。 然而,"MyEclipse 10.0注册机"涉及到的是软件授权的问题。在软件行业中,注册机通常被...
MyEclipse10.0注册码 可用
MyEclipse 10.0 序列号大全 和 我自己写的破解源代码全部共享,并且还使用7.5到以上的版本使用
里面有myeclipse10.0的破解补丁以及注册机,并附带有详细的破解说明步骤,包你成功破解
MyEclipse10.0汉化和破解工具
MyEclipse10.0破解文件和说明
MyEclipse10.0以上版本都可以用他来破解,教程也都在压缩包里面,打开看就可以,特别简单
本文件内容为MyEclipse10.0的破解过程详细图解