myeclipse

http://lavasoft.blog.51cto.com/62575/108931
NetBeans 5.0、5.5、6.1
http://www.netbeans.org/downloads/index.html
http://dlc.sun.com.edgesuite.net/netbeans/sync/6.5/bundles/netbeans-6.5-ml-windows.exe

http://dlc-cdn-rd.sun.com/c1/netbeans/sync/6.5/bundles/netbeans-6.5-ml-linux.sh?e=1231469080&h=40f46a007bfa7a6e71fc28d695f106ec
netbeans 6.5 setup
http://www.netbeans.org/kb/60/java/javase-intro_zh_CN.html#setup

d:\Program Files\glassfish-v2ur2
id:admin pwd:adminadmin
admin console:4848
http:8080 https:8181
d:\Program Files\glassfish-v3-prelude
d:\Program Files\Apache Software Foundation\Apache Tomcat 6.0.18
NetBeans IDE 安装文件夹:D:\Program Files\NetBeans 6.5
GlassFish V2 UR2 安装文件夹:D:\Program Files\glassfish-v2ur2
GlassFish v3 Prelude 安装文件夹:D:\Program Files\glassfish-v3-prelude
Apache Tomcat 6.0.18 安装文件夹:D:\Program Files\Apache Software Foundation\Apache Tomcat 6.0.18
Open ESB v2 将安装到 GlassFish 文件夹。
Eclipse 2.1、3.0、3.1、3.2、3.3
MyEclipse 5.5、6.01、6.5、7.0M1、7.0M2
JBuilder 9,X,2005、2006、2007、2008

IntelliJ IDEA 3.5、4.0、4.5、5.12、6.01、6.04、7.04、8M1


MyEclipse 从插件数量和功能的强大程度上讲:Blue>Professional>Standard
对Java IDE来说,用IDEA大部分功能都强于别的工具。
如果要开发XFire的WebService选择MyEclipse
如果要开发图形界面,选择JBuilder。
MyEclipse 优化
http://leewinq.iteye.com/blog/274110

http://sunnylocus.iteye.com/blog/215993
http://www.iteye.com/topic/41097?page=1
技巧一:取消自动validation
validation有一堆,什么xml、jsp、jsf、js等等,我们没有必要全部都去自动校验一下,只是需要的时候才会手工校验一下,速度立马提升好几个档次!
取消方法:
windows-->perferences-->myeclipse-->validation
除开Manual下面的复选框全部选中之外,其他全部不选
手工验证方法:
在要验证的文件上,单击鼠标右键-->myeclipse-->run validation
D:\Program Files\MyEclipse 6.5\eclipse\ eclipse.ini 参数说明

http://dingjun1.iteye.com/blog/236509

原:
-clean
-showsplash
com.genuitec.myeclipse.product.ide
--launcher.XXMaxPermSize
256m
-vmargs
-Xms128m
-Xmx256m
-Duser.language=en
-XX:PermSize=128M
-XX:MaxPermSize=256M
-XX:+UseParallelGC
新:
--launcher.XXMaxPermSize //eclipse启动时的非堆最大内存
-vmargs //设置jvm
-Xms //JVM初始分配的内存
-Xmx //JVM最大分配的内存,默认空余堆内存小于40%时,JVM就会增大堆直到-Xmx的最大限制,空余堆内存大于70%时,JVM会减少堆直到- Xms的最小限制
-XX:PermSize //非堆内存初始值
-XX:MaxPermSize //最大非堆内存
-XX:+UseParallelGC //双核使用加快gc
D:\Program Files\MyEclipse 6.6\eclipse\ eclipse.ini

1.-clean
2.-showsplash
3.com.genuitec.myeclipse.product.ide
4.--launcher.XXMaxPermSize
5.256m
6.#JVM heap size 参数设置
7.-vmargs
8.#初始物理内存的1/64,一般与-Xmx相同或1/2
9.-Xms512m
10.#最大物理内存的1/4,一般小于物理内存80%
11.-Xmx1024m
12.-Duser.language=en
13.-XX:PermSize=128M
14.-XX:MaxPermSize=256M
-clean
-showsplash
com.genuitec.myeclipse.product.ide
--launcher.XXMaxPermSize
256m
#JVM heap size 参数设置
-vmargs
#初始物理内存的1/64,一般与-Xmx相同或1/2
-Xms512m
#最大物理内存的1/4,一般小于物理内存80%
-Xmx1024m
-Duser.language=en
-XX:PermSize=128M
-XX:MaxPermSize=256M

《MyEclipse 6 Java 开发中文教程》
ftp://beansoftdown:1234@219.141.70.147/v
http://www.blogjava.net/beansoft/archive/2008/08/17/222589.html

Eclipse Community
http://www.eclipseworld.org/bbs/index.php
MyEclipse java Dcompiler Tool 反编译
http://komei.iteye.com/blog/127359

for *.class
http://www.bysoft.se/sureshot/cavaj
http://cavaj-java-decompiler.en.softonic.com/
for *.jar;*.class
http://java.decompiler.free.fr/
http://java.decompiler.free.fr/jd-gui/downloads/jd-gui-0.2.4.windows.zip
for jdk1.6
MyEclipse 7.0 config:Windows--Preference--java--JadCipse--Path to decompiler--D:\jdk1.6\bin\jad.exe
http://www.kpdus.com/jad.html
http://www.kpdus.com/jad/winnt/jadnt158.zip
for eclipse3.1
http://jode.sourceforge.net/
http://www.technoetic.com/eclipse/update
http://www.technoetic.com/eclipse/update/features/net.sourceforge.jode.feature_1.0.3.jar
for eclipse3.4
http://jadclipse.sourceforge.net/
http://sourceforge.net/projects/jadclipse
http://internode.dl.sourceforge.net/sourceforge/jadclipse/net.sf.jadclipse_3.3.0.jar
MyEclipse Enterprise Workbench 6.5 for MAC
http://downloads.poweredbypulse.com/downloads/products/pulse/installer/myeclipse-6.5-pulse-macosx.tgz

MyEclipse Enterprise Workbench 6.5 for Linux
http://downloads.poweredbypulse.com/downloads/products/pulse/installer/myeclipse-6.5-pulse-linux-gtk-x86.tgz

MyEclipse Enterprise Workbench 6.5 for Windows
http://downloads.myeclipseide.com/downloads/products/eworkbench/6.5.1GA/MyEclipse_6.5.1GA_E3.3.2_Installer.exe

MyEclipse Enterprise Workbench 7.0.0 M1 for Windows
http://downloads.myeclipseide.com/downloads/products/eworkbench/7.0M1/MyEclipse_7.0M1_E3.4.0_Installer.exe
MyEclipse Enterprise Workbench 6.0.1
http://www.myeclipseide.com
http://downloads.myeclipseide.com/downloads/products/eworkbench/6.0.1GA/MyEclipse_6_0_1GA_E3_3_1_Installer.bin
D:\Program Files\MyEclipse 6.0\myeclipse\eclipse\plugins\com.genuitec.myeclipse.doc_6.0.1.zmyeclipse601200710\html\overview\release-notes.htm
Europa Simultaneous Release project
http://www-128.ibm.com/developerworks/eclipse/downloads/europa/?S_TACT=105AGX44&S_CMP=ECL&ca=dgr-eclipse-1
-------------------------------------------------------------------------------------------------------

MyEclipse Crack
http://www.1cn.biz/node/416

MyEclipse 5.5&6.5 Pro
Subscriber:lindows
Subscriber code:yLR8ZC-655556-655166514433351
MyEclipse 5.5&6.5 Stand
Subscriber:lindows
Subscriber code:yLR7ZL-655556-655166545470143
Eclipse web tools
http://java.chinaitlab.com/tools/726446.html
性能检测工具:jprofiler
Profiler 性能跟踪、测量工具,能跟踪、测量BS程序
http://netfork.iteye.com/blog/286789

一、P6Spy 的安装与使用
p6spy: http://www.p6spy.com/
P6Spy 是一个可以用来在应用程序中拦截和修改数据操作语句的开源框架.
二、结合SQL Profiler进行图形化监控与使用
SQL Profile: http://www.jahia.net/jahia/page597.html IronTrack SQL: http://www.irongrid.com/ironeyesql

三、结合IronTrack SQL进行图形化监控与使用
http://laies.iteye.com/blog/168964
http://www.open-open.com/open4904.htm

http://sourceforge.net/projects/eclipsecolorer/
http://www.prosyst.com/products/tools_jprofiler.html
http://blog.ej-technologies.com/search/label/screencast
冗余代码检查:Simian UI

Internet Explorer Developer Toolbar

Firefox Firebug


software download
svn client

http://tortoisesvn.net/downloads
-------------------------------------------------------------------------------------------------------
linux 下配置eclipse pliugin
在eclipse根目录下建立links目录
然后把插件解压到一个地方如/root/eclipse-plugins/cdt
如cdt下建立eclipse目录把解压的文件全部放到eclipse目录下
在links目录下创建一个cdt.link,其中path=//root/eclipse-plugins/cdt cdt目录下为cdt插件解压后得到的子目录./eclipse/plugins和./eclipse/features。
注意,link文件中保存的path路径只到cdt,之后是eclipse文件夹,再往下才是plugins和features文件夹
Windows 下配置eclipse plugin
在eclipse根目录文件夹里新建Links文件夹,用以链接插件集,
文件:wtp.link
内容:path=E:\\eclipse-jee-europa-win32\\plugin\\wtp
文件:emf-sdo.link
内容:path=E:\\eclipse-jee-europa-win32\\plugin\\emf-sdo
文件:gef.link
内容:path=E:\\eclipse-jee-europa-win32\\plugin\\gef
文件:xsd.link
内容:path=E:\\eclipse-jee-europa-win32\\plugin\\xsd
文件:implementors.link
内容:path=E:\\eclipse-jee-europa-win32\\plugin\\implementors
文件:spring_ide.link
内容:path=E:\\eclipse-jee-europa-win32\\plugin\\spring_ide
文件:vss.link
内容:path=F:\\MikeWang\\plugin\\vss
文件:svnplugin.link
内容:path=E:\\program\\eclipse\\plugins\\svnplugin
文件:dwr.link
内容:path=F:\\MikeWang\\plugin\\dwr
文件:jadclipse.link
内容:path=F:\\program\\eclipse\\myplugins\\jadeclipse
文件:propedit.link
内容:path=E:\\Programmer\\Apps\\Eclipse plugins\\propedit
文件:jseclipse.link
内容:path=E:\\Programmer\\Apps\\Eclipse plugins\\jseclipse
文件:Aptana JS.link
内容:path=E:\\Programmer\\Apps\\Eclipse plugins\\AptanaJS
、、、
在..路径里放入Eclipse插件jar包,以便用,如:D:\..\*\eclipse\ plugins \*.jar
resume:jadclipse.link 需把jad.exe放入%JAVA_HOME%/bin即可
-------------------------------------------------------------------------------------------------------
MyEclipce Dorado Studio Plugin
----help----Software Updates----find and Install
----Search for new features to install---- next---- New Remote Site
Dorado Studio
http://61.151.239.187/download/eclipse/com.bstek.ide.site
MyEclipse PropertiesEditor Plugin
----help----Software Updates----find and Install
----Search for new features to install---- next---- New Remote Site
PropertiesEditor
http://propedit.sourceforge.jp/eclipse/updates/
MyEclipse Implements Plugin
----help----Software Updates----find and Install
----Search for new features to install---- next---- New Remote Site
Implements Plugin
http://eclipse-tools.sourceforge.net/updates/
MyEclipse JIRA Plugin
----help----Software Updates----find and Install
----Search for new features to install---- next---- New Remote Site
JIRA Plugin
http://jira-dashboard.tigris.org/update
MyEclipse SVN Plugin
----help----Software Updates----find and Install
----Search for new features to install---- next---- New Remote Site
SVN Plugin
http://subclipse.tigris.org/update_1.4.x
subversive plugin
http://download.eclipse.org/technology/subversive/0.7/update-site/
MyEclipse Check Style Plugin
----help----Software Updates----find and Install
----Search for new features to install---- next---- New Remote Site
Check Style Plugin
http://eclipse-tools.sourceforge.net/updates/
MyEclipse Implements Plugin
----help----Software Updates----find and Install
----Search for new features to install---- next---- New Remote Site
Check Style Plugin
http://eclipse-cs.sourceforge.net/update
MyEclipse SpringIDE Plugin
----help----Software Updates----find and Install
----Search for new features to install---- next---- New Remote Site
SpringIDE Plugin
http://dist.springframework.org/release/IDE
MyEclipse jode Dcompiler Plugin
----help----Software Updates----Add Site
http://www.technoetic.com/eclipse/update

MyEclipse Auto code prompt
http://topic.csdn.net/u/20080418/12/192c0073-c7b3-42c8-9181-e1c0bd8bfc06.html
MyEclipse 6.0:Windows--Preference--java--Editor--Content--Assist--Auto Actication trigers for java--.abc
MyEclipse 6.0:File----import----Preferences
E:\Programmer\Apps\Eclipse plugins\Auto Activation triggers for java.epf
MyEclipse 6.0:Windows--Preference--java--Editor--Content--Assist--Auto Activation delay=300--
lazyloading prompt ok!!!
MyEclipse Syntax classes coloring
Windows----Preperences----java----edit----Syntax Coloring--Element:java--classes--Enable
MyEclipse Syntax classes synchronization coloring
Windows----Preperences----java----edit----Mark Occurrentces--slectt all--ok
-------------------------------------------------------------------------------------------------------
Jcreator plugin JDKHelp
选项—JDK配置文件--编辑—文档—添加—确定
Ctrl+F1 ok
-------------------------------------------------------------------------------------------------------

My Eclipse JavaScript Edit 打开显示乱码注释
解决:
文件右键----properties----Tesxt file encoding----other----选择新的编码方式或创建GBK等编码----Apply----ok
或者:
MyEclipse 6.0:Windows--Preference--MyEclipse--Files and Editors--JavaScript--Encording--Chinese,National Standard--ok
-------------------------------------------------------------------------------------------------------
eclipse capability optimization
http://hi.baidu.com/injava/blog/item/3eb365f0e3b3c9aba50f5232.html
eclipse 关联javadoc 和source
菜单项Window (窗口)--Preference (首选项)-- 左边菜单项中的Java --Installed JRE 中选择正在使用的JDK (选项前面打勾得)点击EDIT (编辑),你就能看到JRE System Libraries (JRE 系统库)你可以一批熟悉的类库将每个类库展开就能看到两个选项一个是源代码的,另一个是Javadoc 的,或者选择一个类库点击右边的按钮Source Attachment...( 关联源代码) ,进行设置。
  或者在同样的界面下有JRE home Directory (JRE 目录)把它换成JDK 目录(就是把后面路径中的\jre 去掉)在点击确定, 就能够成功了( 必须保证你安装JDK 时也选择安装了源代码或者JDK home 下有src.zip 文件) 。

删除遗留workspace
D:\Program Files\MyEclipse 6.0\eclipse\configuration\.settings
文件:org.eclipse.ui.ide.prefs
内容:
#Mon May 19 09:50:23 CST 2008
RECENT_WORKSPACES_PROTOCOL=3
MAX_RECENT_WORKSPACES=5
SHOW_WORKSPACE_SELECTION_DIALOG=false
eclipse.preferences.version=1
RECENT_WORKSPACES=D\:\\workspace\nC\:\\Documents and Settings\\Lindows\\\u684C\u9762\\workspace\nc\:\\suning
修改:
、、、
RECENT_WORKSPACES=D\:\\workspace\n
、、、
ok


MyEclipse Linux setup


http://forum.ubuntu.org.cn/viewtopic.php?p=815331
http://duanni.iteye.com/blog/235826


这个6.5GA.zip文件不是解压来用的,是使用eclipse的离线升级程序。在帮助中选择软件升级,选择本地包,进行升级就可以了。
linux下安装myeclipse6.5 + eclipse3.3(ubuntu8.04下安装myeclipse6.5 + eclipse3.3)

首先请下载eclipse3.3,我下载的是3.3.2. 下载页面在这里 下载地址在这里

然后下载myeclipse6.5,我下载的是 MyEclipse Archived Update Site - 6.5.1 GA (07/19/2008)(myeclipse的离线安装包). 下载页面在这里 , 下载地址在这里

然后按照myeclipse官方步骤,进行如下操作

引用

be sure Eclipse 3.3 "Classic" is installed. Download the MyEclipse archived update then go to Help > Software Updates > Find and Install > New> Features, and add a new Archived Update site and point it at the ZIP. From there you just "Next" your way through the wizard and MyEclipse will be installed for you. This download also includes the latest Matisse4MyEclipse, ICEfaces Ajax for JSF, and MyEclipse Reports.


参考资料:
eclipse3.3.2的下载页面 http://download.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/linPlatform.php#EclipseSDK
eclipse3.3.2的下载地址 http://download.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/download.php?dropFile=eclipse-SDK-3.3.2-linux-gtk.tar.gz
MyEclipse Archived Update Site - 6.5.1 GA下载页面 http://www.myeclipseide.com/index.php?name=Downloads&req=viewsdownload&sid=24
MyEclipse Archived Update Site - 6.5.1 GA下载地址 http://www.myeclipseide.com/Downloads-index-req-getit-lid-100.html
如何安装MyEclipse6,5 GA? http://forum.ubuntu.org.cn/viewtopic.php?p=815331


-------------------------------------------------------------------------------------------------------
文件: MyEclipse6.5 key .epf
MyConfig>>>.abc + classes 2 red + cvs + plugins + servers


software download
about subversion

http://www.subversion.org.cn/?action-channel-name-product

eclipse plugin subversion
http://subclipse.tigris.org/
http://www.subversion.org.cn/
http://www.collab.net/downloads/subversion/
Eclipse 3.2/Callisto and 3.3/Europa Links for 1.4.x Release:
Changelog: http://subclipse.tigris.org/subclipse_1.4.x/changes.html
Eclipse update site URL: http://subclipse.tigris.org/update_1.4.x
Zipped downloads: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240

eclipse plugin subversive

http://www.eclipse.org/subversive/
http://www.polarion.org/index.php?page=download&project=subversive
Update Site: http://download.eclipse.org/technology/subversive/0.7/update-site/

client tortoisesvn
http://tortoisesvn.net/downloads
http://www.nbdown.net/8971/soft.aspx
安装和配置Windows下SVN开发环境

http://marshal.iteye.com/blog/153131

Subversion(SVN)和TortoiseSVN配置实例
http://seawavecau.iteye.com/blog/101619
Eclispe3.3 Debugger 介绍


http://eclipsetutorial.sourceforge.net/debugger01/lesson01.html



eclipse shortcut

Ctrl+/ 添加代码注释 “//被注销的代码”

Ctrl+/ 去消代码注释

Ctrl+Shift+/ 增加代码注释 “/**被注销的代码*/

Ctrl+Shift+\ 取消代码注释

F3 打开申明 Windows--Show View--Declaration

Control-Shift-G 搜索引用(reference)
重构的前提,与此相关的功能是开启“标记”功能(occurrence marking)
Windows->Preferences->Java-> Editor-> Mark Occurrences,Mark Local Variables



Q:更改projet名称为project2,重新部署后登陆访问,还是原project名称

A:在D:\workspace\project\.mymetadata里修改:context-root="/project2"即可

MyEclipse pdt plugin setup

http://huzhangsheng.blog.163.com/blog/static/34787784200881241312753/

我用的是 eclipse 3.2 ,安装 pdt 1.03 和 aptana 1.1,安装方法是这样的:
1、在 eclipse 目录下新建 一个 links 文件夹,在 links 文件夹下放置两个文本文件,分别是
pdt.txt
apatana.txt
pdt.txt 的内容是:path=d:/pdt
apatana.txt 的内容是:path=D:/aptana
安装一个插件,用一个文本文件,我要装两个插件,就用了两个文件
目录结构是:
d:\eclipse
d:\eclipse\links
2、安装 pdt ( php for eclipse )
从官方网站下载 org.eclipse.php_feature-I20080909.zip
解压缩到 d:\pdt
目录结构应该是这样的:
d:\pdt
d:\pdt\eclipse
d:\pdt\eclipse\features
d:\pdt\eclipse\plugins
3、安装 aptana
从官方网站下载 aptana_update_015414.zip
解压缩到 d:\apatana
目录结构应该是这样的:
D:\aptana
D:\aptana\eclipse
D:\aptana\eclipse\features
D:\aptana\eclipse\plugins
4、启动 eclipse ,可以看到这两个插件安装成功了。

MyEclipse Aptana js setup

http://www.blogjava.net/vip01/archive/2008/09/08/227738.html crack

http://huzhangsheng.blog.163.com/blog/static/34787784200881241312753/

downfile :aptana_update_015414.zip decompress

configuration: MyEclipse 6.6 --- help --- software Updates --- Find and Install --- Search for new features to install

--- New Local Site --- E:\program\Java Script\aptana\aptana_update_015414 --- ok





E:\program\Java Script\aptana\aptana_update_015414>dir /a

2009-02-12 17:06 <DIR> .

2009-02-12 17:06 <DIR> ..

2008-07-31 13:18 <DIR> features

2008-07-31 13:18 1,719 fix_policy.vbs

2008-07-31 13:18 5,434 index.html

2008-07-31 13:18 <DIR> plugins

2008-07-31 13:18 551 policy.xml

2008-07-31 13:18 1,567 site.xml

2008-07-31 13:18 1,661 site_rcp.xml

5 个文件 10,932 字节

4 个目录 2,464,743,424 可用字节





http://www.wycom.cn/firefox.html
http://bluelzx.iteye.com/blog/231796

命令 Mozilla Firefox
添加为书签 Ctrl +D
后退 Backspace 1
Alt +Left Arrow
打开书签 Ctrl +B
Ctrl +I
插入浏览 F7
关闭窗口 Ctrl +W
Ctrl +F4
补充 .com 地址 Ctrl +Enter
补充 .net 地址 Shift +Enter
补充 .org 地址 Ctrl +Shift +Enter
复制 Ctrl +C
剪切 Ctrl +X
减小文字大小 Ctrl +-
删除 Del
下载 Ctrl +E
再次查找 F3
Ctrl +G
输入查找链接 '
输入查找文本 /
查找 Shift +F3
本页查找 Ctrl +F
前进 Shift +Backspace 1
Alt +Right Arrow
全屏 F11
历史 Ctrl +H
首页 Alt +Home
增大文字大小 Ctrl ++
移到下一帧 F6
移到上一帧 Shift +F6
新建标签页 Ctrl +T
下一个标签页 Ctrl +Tab
Ctrl +PageDown
新建窗口 Ctrl +N
打开文件 Ctrl +O
在新标签页打开网址 Alt +Enter
页面信息 Ctrl +J
页面源代码 Ctrl +U
粘贴 Ctrl +V
前一个标签页 Ctrl +Shift +Tab
Ctrl +PageUp
打印 Ctrl +P
重做 Ctrl +Shift +Z
Ctrl +Y
重新载入 F5 1
Ctrl +R
重新载入 (忽略缓存) Ctrl +F5
Ctrl +Shift +R
恢复文本大小 Ctrl +0
页面另存为 Ctrl +S
全选 Ctrl +A
选择地址条 Alt +D
F6
Ctrl +L
搜索条 Ctrl +K
选择标签页 [1 to 9] Ctrl +[1 to 9 ]
停止 Esc
撤消 Ctrl +Z
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值