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

您没有登录

» Java开发网 » Java IDE » Eclipse  

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





发贴: 40
积分: 23
于 2003-10-19 16:30 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
将一些配置文件拷贝到src下,在build project的时候这些拷贝到src目录下的文件会自动拷贝到编译后的相应位置,这对于开发JSP非常有用,因为常常需要在web-inf/class下放置文件,如果直接手动拷贝到web-inf/class目录下,一旦build project,拷贝的文件将删除。


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

Miracle

CJSDN高级会员


发贴: 253
积分: 10
于 2003-10-22 09:18 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
1.在Eclipse的plugins目录下创建子目录 org.jdkdoc.1.4.1
2.将附件中的文件拷贝到此子目录下
3.将JDK DOC压缩文件(我的是j2sdk-1_4_1-doc.zip)拷贝到此子目录下,并改名为doc.zip

22_2980.zip (32.56k)

/////
我做完之后没有看见帮助(in help)

还有ctrl+M 我用了一下,等于enter

所以,我有个建议,建议大家把东西写清楚一些,也许我操作有误!
感觉总是没说完的样子
所以建议:
1:做什么东西
2:怎么做?
3:有什么效果
4:有什么帮助

希望写清楚些 3q



夹着尾巴做人,扎扎实实学技术
作者 Re:Eclipse使用技巧 [Re:yamakasy]
dfasdf





发贴: 19
积分: 1
于 2003-10-27 19:50 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 +鼠标
操作:鼠标指向某一名称,会显示相关内容。
作用:
1、鼠标指向主类的名称时,摘要显示主类的源代码。
2、鼠标指向某些关键字(如:Object),显示其主体架构。

暂时发现这么多,欢迎补全



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



发贴: 0
积分: 0
于 2003-11-01 09:47 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 + 1
操作:当某行出现红色叉叉或黄色提醒灯泡的时候,在光标在该行的时候用
作用:自动修正或者给出修改方案
我最常用的快捷方式,不知是不是地球人都知道。:)



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





发贴: 245
积分: 60
于 2003-11-04 19:13 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+1啊
惭愧,到现在才刚刚知道



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





发贴: 5
积分: 0
于 2003-11-07 15:50 user profilesend a private message to usersend email to yushibingsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
可以把.chm的格式java api 帮助 集成进去吗?


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



CJSDN高级会员


发贴: 1228
积分: 194
于 2003-11-13 14:09 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
JDT中
ctrl+o打开类似outline的窗口, 代码窗口最大化时,用这个在属性/方法中跳转

双击左括号(小括号,中括号,大括号), 将选择括号内内容

选中若干行,把光标移到行首(真正的行首,不是第一个非空字符处),按ctrl+1把这段代码放入for,while,if,do,try 中



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





发贴: 19
积分: 0
于 2003-11-14 09: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
ctrl+j

增量查找



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



发贴: 0
积分: 0
于 2003-11-14 15: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
太好了
对源文件的格式排版的功能有吗?快捷键是什么



作者 Re:Eclipse使用技巧 [Re:thzj]
Jove



CJSDN高级会员


发贴: 1228
积分: 194
于 2003-11-14 15:33 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+Shift+F
如果选中了文本,对该文本格式化
如果当前没有选中的文本,格式化整个文档



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



发贴: 0
积分: 0
于 2003-11-14 16:11 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:liufancjsdn]
toString





发贴: 120
积分: 20
于 2003-11-17 16:15 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
liufancjsdn wrote:
是啊,是啊!
我想问一个,如何切换字符的大小写,没找的设置的


CTRL+SHIFT+X
CTRL+SHIFT+Y



We who cut mere stones must always be envisioning cathedrals.
作者 Re:Eclipse使用技巧 [Re:yamakasy]
cliekid



发贴: 0
积分: 0
于 2003-11-18 16:13 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]
l_walker





发贴: 43
积分: 10
于 2003-11-21 21:23 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 + space 替换成ctrl + shift

然后再key设置中的编辑==内容辅助 中添加ctrl + space倒java编辑器

又可以ctrl + space了

alt + /太不方便了:(



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



发贴: 0
积分: 0
于 2003-11-28 15:48 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+tomcat 调试jsp/servlet


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



发贴: 0
积分: 0
于 2003-11-28 15:50 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
struts,大虾们都是熟悉吗?


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





发贴: 31
积分: 0
于 2003-12-15 12: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
方法:ctrl + /
操作:选中要注释的内容
作用:将选中的内容自动注释

方法:ctrl + \
操作:选中要去除注释的内容
作用:将选中的内容自动去除注释



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



发贴: 0
积分: 0
于 2003-12-16 15: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
怎样才能把引进的类没有用到去掉。
例如:import org.xml.sax.DocumentHandler;
eclipse会提示警告。怎么把所有没引进的类去掉。
不用一个一个的去删除。



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





发贴: 11
积分: 0
于 2003-12-16 17:15 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
1.在Eclipse的plugins目录下创建子目录 org.jdkdoc.1.4.1
2.将附件中的文件拷贝到此子目录下
3.将JDK DOC压缩文件(我的是j2sdk-1_4_1-doc.zip)拷贝到此子目录下,并改名为doc.zip

22_2980.zip (32.56k)

/////
我做完之后没有看见帮助(in help)

还有ctrl+M 我用了一下,等于enter

所以,我有个建议,建议大家把东西写清楚一些,也许我操作有误!
感觉总是没说完的样子
所以建议:
1:做什么东西
2:怎么做?
3:有什么效果
4:有什么帮助

希望写清楚些 3q

//******************************

Help->Help Contents:in left contents window you can found that Smile



作者 Re:Eclipse使用技巧 [Re:dapan]
nsd





发贴: 48
积分: 10
于 2003-12-16 22: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
dapan wrote:
两个手指撑开的太大了,不如直接双击Tab标签!

用了都说好!Smile

^_^


ft!一开始看错了,不停的敲tab键。然后就郁闷,难道我敲得还不够快么......



作者 Re:Eclipse使用技巧 [Re:yamakasy]
鸡肋男





发贴: 237
积分: 12
于 2003-12-26 15: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
哈哈,此tab非彼tab


作者 Re:Eclipse使用技巧 [Re:nsd]
gamethelife



发贴: 0
积分: 0
于 2004-01-13 16: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
nsd wrote:
ft!一开始看错了,不停的敲tab键。然后就郁闷,难道我敲得还不够快么......


呵呵, 此tab是指编辑器区域上的标题~~~



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



发贴: 0
积分: 0
于 2004-01-13 16:47 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
查看Help->Help contents->WorkBench User Guide->Tips and Tricks,

...that is the all.



作者 Re:将JDK Document集成到Eclipse中(转贴) [Re:yamakasy]
mefaint





发贴: 245
积分: 60
于 2004-01-31 18:56 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
yamakasy wrote:
1.在Eclipse的plugins目录下创建子目录 org.jdkdoc.1.4.1
2.将附件中的文件拷贝到此子目录下
3.将JDK DOC压缩文件(我的是j2sdk-1_4_1-doc.zip)拷贝到此子目录下,并改名为doc.zip


修改一下这个类,可以生成另外的xml,以此导入任何你想要的api doc入
eclipse

(缩略图,点击图片链接看原图)



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





发贴: 101
积分: 0
于 2004-02-10 15: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
提议Eclipse使用技巧,分成几个方面来说


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



发贴: 0
积分: 0
于 2004-02-23 08:11 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 Organize Imports
会自动整理当前Class中的import

Ctrl+Shift+M Add Import
当光标停留在某个未倒入的Class名称之上时候,try this set,这个Class会被自动加到import的部分



作者 Re:Eclipse使用技巧 [Re:姚崇铧]
JAVA9



发贴: 0
积分: 0
于 2004-02-24 14: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
怎么打开viplugin


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



发贴: 0
积分: 0
于 2004-02-26 13:18 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有用的快捷键.


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





发贴: 70
积分: 0
于 2004-03-08 17:17 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
能和Resin完美结合最好.


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

一切皆有可能



发贴: 142
积分: 15
于 2004-03-16 08:18 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_CN"参数,一个加上-nl "en_US"参数,这样一套软件就可以有中、英文语言的界面,对学习英语会有帮助哦!你还可以加上-n "zh_TW"等就是繁体中文,还有许多种。
我太喜欢Eclipse了,虽然同学说学习Java要用JBuilder,可是我还是用的Eclipse,相信他一定会创造出一个奇迹!!!



I Believe I can fly!
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