r*r
2 楼
这是不是 Java 比 C++ 越来越流行的主要原因之一?
比如说 debug, Linux 下做 c++ 开始,是不是很少有人用可视化的工具。而 Java 如
果不用 Eclipse, 开发效率可能要低 10 倍都不止。
比如说 debug, Linux 下做 c++ 开始,是不是很少有人用可视化的工具。而 Java 如
果不用 Eclipse, 开发效率可能要低 10 倍都不止。
f*y
7 楼
哈哈,看开始几张——特别是两只手那张——还觉得有点小恐怖,越到后面越可爱啊!
赞!
赞!
r*r
8 楼
C++的IDE有code::block,做的也很好。Java不像C++那样需要兼容C,并且容易产生难
查(如内存泄露)的bug;而且JAVA是跨平台的(平台运行JVM,JVM上再运行Java).
查(如内存泄露)的bug;而且JAVA是跨平台的(平台运行JVM,JVM上再运行Java).
r*r
10 楼
举个例子,比如,Java eclipse 里面,自动搜索并导入 package import 机制,比 C+
+ 里面的 include header 方式要简洁,方便很多倍。 大家有觉得没有? 不过,这主
要是因为语言本身的区别,Eclipse 所起的作用要小些。
+ 里面的 include header 方式要简洁,方便很多倍。 大家有觉得没有? 不过,这主
要是因为语言本身的区别,Eclipse 所起的作用要小些。
t*5
11 楼
是用面粉做的么?很可爱。
J*n
12 楼
Java Developer是最幸福的
r*r
17 楼
Eclipse 确实有个问题,就是如果你的 xml 文件比较大一些,打开这个文件,以及重
新切换到这个文件,非常慢。简直无法忍受。
所以,大些的 xml 文件,我都不得不用 vim 单独打开。
有知道这个问题的解决方案没有? 增加 JVM heap size 也没用。
新切换到这个文件,非常慢。简直无法忍受。
所以,大些的 xml 文件,我都不得不用 vim 单独打开。
有知道这个问题的解决方案没有? 增加 JVM heap size 也没用。
g*g
18 楼
If you are using Juno, it's a known issue. It'll be fine after the patch. I
was in the same boat.
http://hwellmann.blogspot.com/2012/12/eclipse-juno-patch-for-xm
【在 r******r 的大作中提到】
: Eclipse 确实有个问题,就是如果你的 xml 文件比较大一些,打开这个文件,以及重
: 新切换到这个文件,非常慢。简直无法忍受。
: 所以,大些的 xml 文件,我都不得不用 vim 单独打开。
: 有知道这个问题的解决方案没有? 增加 JVM heap size 也没用。
was in the same boat.
http://hwellmann.blogspot.com/2012/12/eclipse-juno-patch-for-xm
【在 r******r 的大作中提到】
: Eclipse 确实有个问题,就是如果你的 xml 文件比较大一些,打开这个文件,以及重
: 新切换到这个文件,非常慢。简直无法忍受。
: 所以,大些的 xml 文件,我都不得不用 vim 单独打开。
: 有知道这个问题的解决方案没有? 增加 JVM heap size 也没用。
r*r
19 楼
Exactly, but now it has become a dead link:
http://download.eclipse.org/eclipse/updates/junoSR1Patch-tmp
unavailable.
I
【在 g*****g 的大作中提到】
: If you are using Juno, it's a known issue. It'll be fine after the patch. I
: was in the same boat.
: http://hwellmann.blogspot.com/2012/12/eclipse-juno-patch-for-xm
http://download.eclipse.org/eclipse/updates/junoSR1Patch-tmp
unavailable.
I
【在 g*****g 的大作中提到】
: If you are using Juno, it's a known issue. It'll be fine after the patch. I
: was in the same boat.
: http://hwellmann.blogspot.com/2012/12/eclipse-juno-patch-for-xm
g*g
20 楼
SR 2 is out, update eclipse you get it.
【在 r******r 的大作中提到】
: Exactly, but now it has become a dead link:
: http://download.eclipse.org/eclipse/updates/junoSR1Patch-tmp
: unavailable.
:
: I
【在 r******r 的大作中提到】
: Exactly, but now it has become a dead link:
: http://download.eclipse.org/eclipse/updates/junoSR1Patch-tmp
: unavailable.
:
: I
a*n
23 楼
发现每次都必须在那个welcome screen上建新project或打开旧 projecct。。
不能disable 这个screen吗? 狗了半天没找到方法。
谁知道?
还有我右键java文件选intellJ也来到这个welcome screen...不让打开单个文件。。。
ft
不能disable 这个screen吗? 狗了半天没找到方法。
谁知道?
还有我右键java文件选intellJ也来到这个welcome screen...不让打开单个文件。。。
ft
r*r
25 楼
There seems to be another annoying issue. Recently I switched to Eclipse
Java EE. After I created a working set, i.e. "test", I can't refresh all
projects under 'test' by clicking "test->refresh". In non-EE version, I can
always refresh all projects by clicking 'fresh' under the root working set
name.
Instead, I have to click individual projects in the working set and refresh
one by one.
Any way out here?
【在 g*****g 的大作中提到】
: SR 2 is out, update eclipse you get it.
Java EE. After I created a working set, i.e. "test", I can't refresh all
projects under 'test' by clicking "test->refresh". In non-EE version, I can
always refresh all projects by clicking 'fresh' under the root working set
name.
Instead, I have to click individual projects in the working set and refresh
one by one.
Any way out here?
【在 g*****g 的大作中提到】
: SR 2 is out, update eclipse you get it.
g*g
26 楼
You always press click, shift or control + click to high a list of projects,
like it's files in a folder, and right click to refresh.
can
refresh
【在 r******r 的大作中提到】
: There seems to be another annoying issue. Recently I switched to Eclipse
: Java EE. After I created a working set, i.e. "test", I can't refresh all
: projects under 'test' by clicking "test->refresh". In non-EE version, I can
: always refresh all projects by clicking 'fresh' under the root working set
: name.
: Instead, I have to click individual projects in the working set and refresh
: one by one.
: Any way out here?
like it's files in a folder, and right click to refresh.
can
refresh
【在 r******r 的大作中提到】
: There seems to be another annoying issue. Recently I switched to Eclipse
: Java EE. After I created a working set, i.e. "test", I can't refresh all
: projects under 'test' by clicking "test->refresh". In non-EE version, I can
: always refresh all projects by clicking 'fresh' under the root working set
: name.
: Instead, I have to click individual projects in the working set and refresh
: one by one.
: Any way out here?
相关阅读
java的源程序值得看看winstone servlet containerAnybody familiar with Sun(Netscape) Directory Server? (转载)ejb 3.1 seems very promising...Most common Java interview questions I have been asked.问个可能比较奇怪的弱问题interview question:问个eclipse的小问题Expression Language 里如何调用jdk函数?spring frame work question你们写个CRUD的web application会不会用些高级一点的东西?问个JPA的问题Replay solutions job fair- Sr. Engineer OpeningsJetty Web Server/Servlet Engine弱人再问一个关于Java的问题关于中文,能在Java source中直接嵌入吗?java class definition and implementationconvert array to blob关于RIA菜鸟求助,关于recursive的问题