Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java IDE » Eclipse  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:Eclipse使用技巧 [Re:yamakasy]
mummy_zc



发贴: 0
积分: 0
于 2004-03-18 18:55 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我按照最上面的步骤,装jdkdoc结果失败,能看到左边的树行结构,点击具体的类就不行

The topic that you have requested is not available. The link may be wrong, or you may not have the corresponding product feature installed. This online help only includes documentation for features that are installed.



作者 Re:Eclipse使用技巧 [Re:yamakasy]
PrimeJava

一切皆有可能



发贴: 142
积分: 15
于 2004-03-22 10:12 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
可不可以把elipse使用技巧整理一下,打包后让大家下载呀?


I Believe I can fly!
作者 Re:Eclipse使用技巧 [Re:yamakasy]
sungo

魔流剑*风之痕



发贴: 12
积分: 0
于 2004-03-26 16:31 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
http://www.javaworld.com.tw/jute/post/view?bid=10&id=39959&sty=1&tpg=1&age=0
form Taiwan JavaWorld Java IDE forum




作者 Re:Eclipse使用技巧 [Re:yamakasy]
tomclucluze



发贴: 0
积分: 0
于 2004-04-02 10:42 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
如何eclipse 使用c++呢?


作者 Re:Eclipse使用技巧 [Re:yamakasy]
penshow



发贴: 0
积分: 0
于 2004-04-08 11:24 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
有时候在某次调试时需要屏蔽某些断点,而不是删除,则采用禁用和启用操作来操作断点,如图所示:



作者 Re:Eclipse使用技巧 [Re:yamakasy]
realfun



发贴: 0
积分: 0
于 2004-05-28 14:28 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
F12切换到编辑器

行注释与反注释
Ctrl+/
Ctrl+Shift+/

可以自定义快捷键,我就把Shift+Enter定义成为code assist了,比较爽
而且可以把配置导出来哦




作者 Re:Eclipse使用技巧 [Re:yamakasy]
jwz



发贴: 0
积分: 0
于 2004-06-14 10:44 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
ctrl+w 可以跳出一个菜单,从中可以对当前行"add bookmark","add breakpoint","add task"等等。


作者 Re:Eclipse使用技巧 [Re:yamakasy]
zhshfeng_xx





发贴: 12
积分: 1
于 2004-06-15 19:31 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
台湾的sungo说过这些技巧:
1、 ctrl+shift+F 实现程序的自动排版 如果你喜欢的话,可以自己设定快捷键:
设定方法如下:窗口--首选项--工作台--键--编辑,
2、ctrl+shift+O 自动加载程序中所需的类
简单说明:如果你的程序中没有加载相关的类

BufferedReader br=new BufferedReader(new InputStreamReader(System.in));

当你按这个组合键时,EClipse会自动加载相关的类
3、将选取的文字加注释:ctrl+/
4、将所取的文字取消注释:ctrl+\好了,先写到这吧、


zhshfeng_xx edited on 2004-06-15 19:35

作者 Re:Eclipse使用技巧 [Re:yamakasy]
Swallor





发贴: 3
积分: 0
于 2004-06-17 17:40 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
Ctrl+K找下一个
Ctrl+Shift+k往回找
V3.0


Swallor edited on 2004-06-17 17:46

作者 Re:Eclipse使用技巧 [Re:yamakasy]
yhx0000





发贴: 3
积分: 0
于 2004-07-28 17:03 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
试试ctrl+小键盘的回车:)


作者 Re:Eclipse使用技巧 [Re:yamakasy]
dengyin2000





发贴: 44
积分: 0
于 2004-08-05 11:37 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
ctrl + shif + R 找文件

ctrl + shif + T 找类



作者 Re:Eclipse使用技巧 [Re:蓝色虾]
beming





发贴: 9
积分: 0
于 2004-08-05 12:43 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
蓝色虾 wrote:
将一些配置文件拷贝到src下,在build project的时候这些拷贝到src目录下的文件会自动拷贝到编译后的相应位置,这对于开发JSP非常有用,因为常常需要在web-inf/class下放置文件,如果直接手动拷贝到web-inf/class目录下,一旦build project,拷贝的文件将删除。


这个对我有用



作者 Re:Eclipse使用技巧 [Re:xiaoduzi]
beming





发贴: 9
积分: 0
于 2004-08-05 12:45 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
xiaoduzi wrote:
怎样才能把引进的类没有用到去掉。
例如:import org.xml.sax.DocumentHandler;
eclipse会提示警告。怎么把所有没引进的类去掉。
不用一个一个的去删除。


ctrl + shift + o



作者 Re:Eclipse使用技巧 [Re:yamakasy]
tongang





发贴: 8
积分: 0
于 2004-08-21 00:19 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
强烈建议斑竹在置顶贴里面作一个快捷键总结吧。。看的我眼晕。。。。

就是没看出什么新鲜的。。和帮助不一样的。。呵呵



作者 Re:Eclipse使用技巧 [Re:realfun]
ronnin

偶又错了么?



发贴: 59
积分: 0
于 2004-10-15 11:04 user profilesend a private message to usersend email to ronninsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
realfun wrote:
F12切换到编辑器

行注释与反注释
Ctrl+/
Ctrl+Shift+/

可以自定义快捷键,我就把Shift+Enter定义成为code assist了,比较爽
而且可以把配置导出来哦


好像 Ctrl+Shift+/ 不能反注释



作者 Re:Eclipse使用技巧 [Re:yamakasy]
pensun37





发贴: 11
积分: 0
于 2004-11-18 12:03 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
大家帮我看看,这个是什么错误:
------------------------------------------------------------------------------------------------
java.lang.NullPointerException
at com.objectlearn.jdt.j2ee.core.Project.updateServerDefinitions(Project.java:242)
at com.objectlearn.jdt.j2ee.core.Project.updateServerDefinitions(Project.java:253)
at com.objectlearn.jdt.j2ee.core.Project.createModule(Project.java:578)
at com.objectlearn.jdt.j2ee.core.Project.initModulesIn(Project.java:550)
at com.objectlearn.jdt.j2ee.core.Project.initModulesIn(Project.java:545)
at com.objectlearn.jdt.j2ee.core.Project.initContainers(Project.java:535)
at com.objectlearn.jdt.j2ee.core.Project.init(Project.java:168)
at com.objectlearn.jdt.j2ee.core.Project.<init>(Project.java:116)
at com.objectlearn.jdt.j2ee.core.Project.getWorkspaceProjects(Project.java:624)
at com.objectlearn.jdt.j2ee.ui.ModuleView.init(ModuleView.java:373)
at com.objectlearn.jdt.j2ee.ui.ModuleView.<init>(ModuleView.java:169)
at com.objectlearn.jdt.j2ee.ui.J2EEView.createViews(J2EEView.java:352)
at com.objectlearn.jdt.j2ee.ui.J2EEView.createSashForm(J2EEView.java:400)
at com.objectlearn.jdt.j2ee.ui.J2EEView.createPartControl(J2EEView.java:444)
at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:137)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:133)
at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:135)
at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:351)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:273)
at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:530)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:528)
at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory.java:102)
at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange(WorkbenchPage.java:132)
at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java:268)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:317)
at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:568)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:122)
at org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart(DefaultPartPresentation.java:1116)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:946)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:921)
at org.eclipse.ui.internal.PartStack.presentationSelectionChanged(PartStack.java:674)
at org.eclipse.ui.internal.PartStack.access$0(PartStack.java:660)
at org.eclipse.ui.internal.PartStack$1.selectPart(PartStack.java:94)
at org.eclipse.ui.internal.presentations.DefaultPartPresentation.setSelection(DefaultPartPresentation.java:1408)
at org.eclipse.ui.internal.presentations.DefaultPartPresentation$4.handleEvent(DefaultPartPresentation.java:166)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:613)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3053)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1917)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:287)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)



作者 Re:Eclipse使用技巧 [Re:yamakasy]
pensun37





发贴: 11
积分: 0
于 2004-11-18 12:04 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
还有一句:
eclipse.buildId=I200406251208

他的这此ID号可以从哪里查到吗?



作者 Re:Eclipse使用技巧 [Re:yamakasy]
mailxp





发贴: 1
积分: 0
于 2004-11-29 17:49 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
为了加快eclipse的启动速度, 我把 eclipse3 的启动参数改成
'eclipse.exe -vmargs -Xverify:none -XX:+UseParallelGC -XX:PermSize=20M -XX:MaxNewSize=32M -XX:NewSize=32M -Xmx256m -Xms256m'
后,经常不能复制粘贴(ctrl+v)、也不能格式化(ctrl+shift+F)。
把参数 -Xverify:none 删掉就可以了,有人知道这是为什么吗?


mailxp edited on 2004-11-29 18:12

作者 Re:Eclipse使用技巧 [Re:yamakasy]
songbenlijia





发贴: 18
积分: 0
于 2004-12-27 02:46 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
快捷键都可以自己设定阿

技巧,如何使中文的eclipse恢复成英文
在快捷方式后面加上 运行参数 -nl "zh_US"
我不知道还有没有别的方法,大家说说



go to first page go to previous page  1   2   3  go to next page go to last page

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923