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

您没有登录

» Java开发网 » Java IDE » IntelliJ IDEA  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 idea7.0编辑xml总是假死
xuxiaolei

^_^



发贴: 169
积分: 23
于 2008-09-06 12: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
以前用的都是eclipse,今天,把idea7.0装上,用的webwork框架编写一个interceptor,如果是xwork.xml格式写的不对的话,我一编辑那个xwork.xml就出现假死,然后,点哪里也没有反应,过十几秒就好了就反应过来了,不知道什么原因,难道我的机器配置太低了?我机器配置,CPU AMD2800+, 内存:2G。


http://xuxiaolei.javaeye.com
作者 Re:idea7.0编辑xml总是假死 [Re:xuxiaolei]
JiafanZhou



版主


发贴: 736
积分: 61
于 2008-09-06 17:57 user profilesend a private message to usersend email to JiafanZhousearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
Sounds like a bug to me in idea7.0

Then I know I will not install idea7.0

By the by, your computer sounds a little bit old.... Smile

Jiafan



When I was a kid I used to pray every night for a new bike. Then I realized that The Lord doesn't work that way, so I stole one and asked him to forgive me.
作者 Re:idea7.0编辑xml总是假死 [Re:xuxiaolei]
xuxiaolei

^_^



发贴: 169
积分: 23
于 2008-09-06 20:07 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
没有办法,我又从idea杀到eclipse了


http://xuxiaolei.javaeye.com
作者 Re:idea7.0编辑xml总是假死 [Re:xuxiaolei]
scottding

十三部落酋长

CJSDN高级会员


发贴: 1054
积分: 101
于 2008-09-08 16:02 user profilesend a private message to usersend email to scottdingsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
嘿嘿,
回归正道。



Blog   Home   @unumu

作者 Re:idea7.0编辑xml总是假死 [Re:xuxiaolei]
linux_china



版主


发贴: 752
积分: 240
于 2008-09-08 17:08 user profilesend a private message to usersend email to linux_chinasearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
>>我机器配置,CPU AMD2800+, 内存:2G。
你需要修改一下idea安装目录下的idea.exe.vmoptions文件,如下:
-Xms512m
-Xmx768m
-server
-XX:MaxPermSize=200m
-XX:MaxGCPauseMillis=10
-XX:MaxHeapFreeRatio=70
-XX:+UseConcMarkSweepGC
-XX:+CMSIncrementalPacing
-Dsun.awt.keepWorkingSetOnMinimize=true

IDEA默认使用128M的内存,这个有点小,你需要调整一下。 虽然你的机器比较好,但是没有给其配置相关的内存,程序依然使用的资源有限。 Smile 上手eclipse,你需要一天,intellij idea上手,你需要半年。



作者 Re:idea7.0编辑xml总是假死 [Re:linux_china]
scottding

十三部落酋长

CJSDN高级会员


发贴: 1054
积分: 101
于 2008-09-08 17:40 user profilesend a private message to usersend email to scottdingsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
linux_china wrote:
>>我机器配置,CPU AMD2800+, 内存:2G。
你需要修改一下idea安装目录下的idea.exe.vmoptions文件,如下:
-Xms512m
-Xmx768m
-server
-XX:MaxPermSize=200m
-XX:MaxGCPauseMillis=10
-XX:MaxHeapFreeRatio=70
-XX:+UseConcMarkSweepGC
-XX:+CMSIncrementalPacing
-Dsun.awt.keepWorkingSetOnMinimize=true

IDEA默认使用128M的内存,这个有点小,你需要调整一下。 虽然你的机器比较好,但是没有给其配置相关的内存,程序依然使用的资源有限。 Smile 上手eclipse,你需要一天,intellij idea上手,你需要半年。


最后一句话,说反了?还是来给IDEA使用者打击的?



Blog   Home   @unumu

作者 Re:idea7.0编辑xml总是假死 [Re:scottding]
linux_china



版主


发贴: 752
积分: 240
于 2008-09-08 19:48 user profilesend a private message to usersend email to linux_chinasearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
这说明IDEA不好入门,它需要改变你很多的习惯,呵呵。 但是你过了这个门槛以后,你就会感觉不一样。


作者 Re:idea7.0编辑xml总是假死 [Re:xuxiaolei]
xuxiaolei

^_^



发贴: 169
积分: 23
于 2008-09-08 19:54 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://xuxiaolei.javaeye.com
作者 Re:idea7.0编辑xml总是假死 [Re:xuxiaolei]
wmgreat



CJSDN高级会员


发贴: 286
积分: 105
于 2008-09-09 08:57 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
Smile 上手eclipse,你需要一天,intellij idea上手,你需要半年。
这句话我喜欢,IDEA可以让你一切皆在掌控。每次IDEA装好,第一件事情就是用talk看看有多少人再用,不过很可惜,换的每家公司几乎加我就2个人用。



新世纪的曙光点亮了我们略带近视的眼睛。我们终于明白,诸神早已迎来了他们的黄昏,旧的偶像也都已纷纷落地,新的偶像还在摇篮里嗷嗷待哺……
作者 Re:idea7.0编辑xml总是假死 [Re:xuxiaolei]
JiafanZhou



版主


发贴: 736
积分: 61
于 2008-09-10 03:44 user profilesend a private message to usersend email to JiafanZhousearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
IDEA有什么功能是Eclipse没有的吗?
比如Eclipse没有Netbean对于profiling有很好的支持?

"IDEA默认使用128M的内存"这个明显有点问题.



When I was a kid I used to pray every night for a new bike. Then I realized that The Lord doesn't work that way, so I stole one and asked him to forgive me.
作者 Re:idea7.0编辑xml总是假死 [Re:JiafanZhou]
linux_china



版主


发贴: 752
积分: 240
于 2008-09-10 08:28 user profilesend a private message to usersend email to linux_chinasearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
JiafanZhou wrote:
IDEA有什么功能是Eclipse没有的吗?
比如Eclipse没有Netbean对于profiling有很好的支持?

"IDEA默认使用128M的内存"这个明显有点问题.

其实IDE的功能都一样的,再把IDE的各个特性列出来,对比一下,已经毫无意义,关键就是各个IDE对细节的处理和创新,相比IDEA更智能点,处理更流畅点。各个手机功能都差不多,但是你喜欢apple,他喜欢nokia,就是这个道理。



作者 Re:idea7.0编辑xml总是假死 [Re:linux_china]
scottding

十三部落酋长

CJSDN高级会员


发贴: 1054
积分: 101
于 2008-09-10 13:36 user profilesend a private message to usersend email to scottdingsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
linux_china wrote:
其实IDE的功能都一样的,再把IDE的各个特性列出来,对比一下,已经毫无意义,关键就是各个IDE对细节的处理和创新,相比IDEA更智能点,处理更流畅点。各个手机功能都差不多,但是你喜欢apple,他喜欢nokia,就是这个道理。

唔唔唔,同意同意。选择自己顺手的就可以,不需要去争个最好。
就像最近Netbeans人气似乎很高,但是我用起来,一看svn的操作就觉得无法接受,提交非英文的comment还会出错。我马上就抛弃了,压根不想去找解决办法,因为这些eclipse都给你做得很好。干吗还那么费劲。嘿嘿。我的宗旨,能拿来就用,简单方便顺手,那就好。管别人怎么说呢。



Blog   Home   @unumu

作者 Re:idea7.0编辑xml总是假死 [Re:xuxiaolei]
JiafanZhou



版主


发贴: 736
积分: 61
于 2008-09-10 19:38 user profilesend a private message to usersend email to JiafanZhousearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
SVN in eclipse is a plugin... hehe


When I was a kid I used to pray every night for a new bike. Then I realized that The Lord doesn't work that way, so I stole one and asked him to forgive me.
作者 Re:idea7.0编辑xml总是假死 [Re:xuxiaolei]
xuxiaolei

^_^



发贴: 169
积分: 23
于 2008-09-10 21:32 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
工具啊自己用着顺手就好,我就尝试用过几次IDEA,总觉得没有eclipse顺手,所以现在还是用eclipse


http://xuxiaolei.javaeye.com
作者 Re:idea7.0编辑xml总是假死 [Re:JiafanZhou]
scottding

十三部落酋长

CJSDN高级会员


发贴: 1054
积分: 101
于 2008-09-10 22:15 user profilesend a private message to usersend email to scottdingsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
JiafanZhou wrote:
SVN in eclipse is a plugin... hehe

eclipse如果没有plugin估计什么也不是了。



Blog   Home   @unumu


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