由买买提看人间百态

topics

全部话题 - 话题: eclipse
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
j****y
发帖数: 178
1
最近开始使用eclipse, 但是我比较习惯vi的按键编辑方式,不知道有没有什么插件可
以让eclipse的编辑器模仿vi的快捷键什么的?
q**j
发帖数: 10612
2
有一点不明白。我觉得eclipse/netbeans 挺好用,功能非常强大。为什么还有这么多
vi/emacs的信徒?难道这两个元老能提供eclipse不能的功能吗?
wy
发帖数: 14511
3
not true. for me, I actually converted from eclipse/intellij to
vim. eclipse is just a so heavy, java-ish, and windows-ish monster.
It looks so ugly.
m******t
发帖数: 2416
4

I run eclipse and vim at the same time bridged with eclim.
It gives me the best of both - for usual heavy coding I can
do it in vim comfortably, and for massive refactoring
and a couple other scenarios I switch to eclipse.
wy
发帖数: 14511
5
eclipse is way too heavy.比如说我现在需要同时工作在5个projects.
eclipse开5个不能想象啊
h*i
发帖数: 3446
6
不是快捷键的问题,是“手不离键盘”的,强大的,你可能过去都没想象到的,极端方
便的文字编辑功能...所以我在eclipse里装viplugin,要的就是这些文字编辑功能。当
然,eclipse的功能一个也不会少。呵呵。

people
j****y
发帖数: 178
7
来自主题: Linux版 - 请教个eclipse的问题
从svn用命令行checkout一个project到eclipse的workspace目录下。
如何才能让eclipse的Project Explore自动显示这个引入的project呢?
refresh不起作用。
谢谢。
r*******n
发帖数: 3020
8
来自主题: Linux版 - 大家在eclipse里怎么用vi呢?
http://vrapper.sourceforge.net/home/
我也用了几年vim了。
最近做一个Android的小项目,开始用eclipse。
vrapper用着还行,但我有些习惯命令它不支持。
支持的命令
Motions
h j k l w W e E b B f F t T ; , ^ $ 0 % H M L { } gg G ge gE
Operators
y Y d D c C s S p P r J x X i I a A o O . < > gc gu gU gJ
Search
/ ? n N * #
Text Objects
ib i( i) i[ i] iB i{ i} i< i> i" i' i` iw iW ab a( a) a[ a] aB a{ a} a< a> a
" a' a` aw aW
Counts
You can use the number keys to specify counts in front of other commands.
Other Commands
v V u ~ q @ zo zR zc zM zt z... 阅读全帖
s*******n
发帖数: 730
9
把不用的那个删了。。。
以后要给eclipse安装东西,用help -> install
r****t
发帖数: 10904
10
来自主题: Linux版 - 怎样在Linux上安装Eclipse?
apt-get install eclipse
or
aptitute
or
aptitute install eclipse
g*********s
发帖数: 1782
11
来自主题: Programming版 - Help: how to use Eclipse as C++ IDE in XP?
I've already download and installed Eclipse. Then I realized there's no C++
compiler installed in XP. So I googled and found it seemed MinGW would help.
However, after installing MinGW, I still cannot compile a simple "hello,
world" code.
Anyone can give suggestions, or give links about step-by-step instructions
how to install Eclipse and use it in XP, given a fresh XP installation?
Thanks a lot!
l*t
发帖数: 18
12
来自主题: Programming版 - Any eclipse expert?
I am launching a program under PDE in eclipse, but it shows the following er
rors. I checked the IDs settings which are all set. This program works good
on eclipse 3.2.2, but pops up errors on 3.4.1. Any expert can give me some
ideas?
s*******r
发帖数: 197
13
【 以下文字转载自 Java 讨论区 】
发信人: skyfisher (keep and forwarding), 信区: Java
标 题: 新手请问一个关于eclipse的问题
发信站: BBS 未名空间站 (Sat Nov 28 14:57:09 2009, 美东)
我是在写一个java作业,code写完了。本来在linux上面运行的话
直接java GenNums 1000000 | java RunConcurrentMMA -t 1 -v就可以了。
现在如果我想在eclipse上面运行的话,是不是要在runconfiguration里面设置一些参
数,然后点击run呢?多谢
A******g
发帖数: 612
14
来自主题: Programming版 - eclipse 做gui问题(java)
用eclipse做gui,是不是只能用命令来加窗口,textfiled, Jbutton等,不能直接画?
eclipse的visual editor是不是做这个的?网上说明很少,连个图都找不到,读了faq
还不能在mac用。
netbeans是不是可以做这个。
不想花太多时间用代码布局窗口,就是个输入的界面而已,不需要很fancy。
想把主要精力放在算法上
谢谢!
L**Q
发帖数: 834
15
【 以下文字转载自 Java 讨论区 】
发信人: LGZQ (老公赚钱), 信区: Java
标 题: 请问大家一个eclipse CDT的问题
发信站: BBS 未名空间站 (Thu Apr 29 12:32:42 2010, 美东)
最近尝试用Eclipse 做C++,有点不习惯。
是不是每次都要用Hello world那个模板建新project呢?
我每次想建立个empty的project,然后自己添加各种文件,但是那个binary的文件怎么
生成?不然没办法run。
问题很土,刚开始用,谢谢
c********l
发帖数: 8138
16
官网上下载的Eclipse J2EE最新版本,竟然不自带Maven
如果自己装Maven/ m2e-egit connector,经常又报错
总之,搞到现在,要么是只能建立一个支持maven的project,要么是只能建立一个与
github的project
Eclipse比起不那么知名的IntelljIDEA差远了!
l*******m
发帖数: 1096
17
To answer your question, I did a test. Without git global (user) config,
egit is still working but let you create your name and email. I just renamed
~/.gitconfig for this purpose.
A basic idea of git is to take advantage of the linux file system. The
global (user) config is located at ~/.gitconfig; the project config is
located at .git/config. To setup them, you can use git command line, or
eclipse egit GUI, or directly change the config files. For git operations,
you can do by git or egit sinc... 阅读全帖
g*****g
发帖数: 34805
18
来自主题: Programming版 - IntelliJ好还是eclipse 好? (转载)
IDEA上手快,eclipse plugin多。我个人用惯了eclipse,没觉得有啥不好。
c******g
发帖数: 63
19
缺省的目录是bin,请教有没有办法在Eclipse中改设到其他指定目录?似乎没找到。(
可能是其Eclipse用得不熟,以前在Visual Studio里是很容易设的)谢谢!
l**********n
发帖数: 8443
20
来自主题: Programming版 - netbeans & eclipse 的区别
There’s no one feature that makes any of these free IDEs stand out, though
Eclipse has the benefit of being the most-used. NetBeans tends to be more
popular with independent developers and the Ultimate edition of Intellij
IDEA really does kick ass if you can afford it. I’d recommend installing
all three free IDEs and trying them out to see which you like most.
my two cents: netbeans is more stable than eclipse.
c********l
发帖数: 8138
21
来自主题: Programming版 - netbeans & eclipse 的区别
Eclipse是最最不stable 的,谁叫它各种plugin都很乱呢
其实这样并不好。企业为了省钱,用Eclipse这种东西,
但配置混乱消耗程序员的时间是非常大的
有时候,1/3甚至1/2的工作量都在上面,就意味着productivity下降了这么多
如果折算成收入,开销惊人

though
c********l
发帖数: 8138
22
来自主题: Programming版 - netbeans & eclipse 的区别
我们的project周期比较短,各个project都不一样
一会儿上svn一会儿上git一会儿用clearcase
一会儿用纯java一会儿用spring还有用php还有某个php的框架
之前还用eclipse开发过eclipse本身的插件
g*****g
发帖数: 34805
23
来自主题: Programming版 - netbeans & eclipse 的区别
Eclipse is more flexible with more plugins but higher learning curve in the
beginning. Netbeans is more of an integrated experience built-in.
Most people still favor Eclipse.
n***y
发帖数: 82
24
来自主题: Programming版 - Eclipse RCP 有用吗?
要做个桌面系统,大概包括4,5个比较独立的子系统,有各自的UI,相互会交流些数据
,但不多,都是java写的。我现在打算用Eclipse RCP 把子系统合到一起,就是每个都
弄成plug-in,然后放在不同的perspective里面.这个方案合适吗?我对这个不太熟,估
计还要花些功夫才能用起来。这个Eclipse RCP 值得花这个时间吗?用的多吗?还有没
有其他更好的方案?
谢谢。
z****e
发帖数: 54598
25
来自主题: Programming版 - eclipse怎么回事?
cdt
楼主在用eclipse写c呢
所以说,写c用啥eclipse
这也算是跨平台带来的痛苦案例
c********1
发帖数: 5269
26
hank you for your response.
I will take a look at maven this weekend. Netbeans automatically generated
build.xml file for Ant.
Netbeans also be able automatically generates maven project. I will check if
Eclipse can build maven project created by netbeans.
B********s
发帖数: 3610
27
来自主题: Programming版 - 请问关于eclipse plugin和maven的问题
eclipse plugin RCP项目,依赖关系如下:
pluginA depend on pluginB and aaa.jar
pluginB depend on bbb.jar
aaa.jar和bbb.jar是来自第三方的jar。
用maven tycho插件,问题是packaging选择eclipse-plugin的话,build的时候aaa.jar
和bbb.jar都不能被识别。请问有什么好的解决办法么?或者有其他的maven方案?
M*S
发帖数: 459
28
来自主题: Programming版 - 问一个在eclipse 上调试C++ 的问题
我现在需要在eclipse 上在ubuntu 环境下调试一个C++程序,有的时候需要查看一些字
符串的值,因为有些字符串太长,所以常常只能看到部分。请问在eclipse 上有没有办
法查看一个字符串完整的值?谢谢!
s*****t
发帖数: 1994
29
Eclipse Over Acacia
Credit & Copyright: Fred
Espenak
Explanation: On December 4th,
for the second time in as many
years, the Moon's shadow will
track across southern Africa
bringing a total solar eclipse to
s*****t
发帖数: 1994
30
Eclipsed Moon and Stars
Credit & Copyright: Jay Ouellet
Explanation: Half-shadowed by the Earth, the Moon takes on a remarkable appearance
against a field of stars in this intriguing telephoto picture recorded during a partial phase of
last week's lunar eclipse. The picture is not a composite, but it has been digitally enhanced to
bring out features covering a large range in brightness. On the Moon itself, surface details are
visible in both the bright uneclipsed portion in d
s*****t
发帖数: 1994
31
来自主题: Astronomy版 - Astronomy Picture of Day: Lunar Eclipse
Sunset Moonlight
Credit & Copyright: Markus Strassfeld
Explanation: November's lunar eclipse was one of the shortest in recent years and also one of the brightest --
demonstrating that the Earth's shadow is not completely dark. The eclipsed Moon remained easily visible during
totality, reflecting reddened light filtering on to its surface from all the sunsets and sunrises, as seen from the
lunar perspective, around the edges of a silhouetted Earth. Hoping to view the cel
s*****t
发帖数: 1994
32
Eclipsed Moon and Stars
Credit & Copyright: Johannes Schedler (Panther Observatory)
Explanation: This dramatic image features a dark red Moon during a total
lunar eclipse -- celestial shadow play enjoyed by many denizens of planet
Earth last Saturday. Recorded near Wildon, Austria, the picture is a
composite of two exposures; a relatively short exposure to feature the lunar
surface and a longer exposure to capture background stars in the
constellation Leo. Completely immersed in Earth's cone-sha
s******o
发帖数: 298
33
【 以下文字转载自 Astronomy 讨论区 】
【 原文由 Staccato 所发表 】
If you enjoy watching sunsets, you have all the more reason to do so on June
10th.
By Roger W. Sinnott
During this month's annular eclipse, strategically placed observers — perhaps
on a ship crossing the Pacific Ocean — can use solar filters to view a
brilliant ring, or annulus, of sunlight as the Moon passes directly in front
of the Sun. (This won't be a total eclipse, because the Moon's angular size
isn't quite large enough to hide the Sun complet
s******o
发帖数: 298
34
【 以下文字转载自 Astronomy 讨论区 】
【 原文由 Staccato 所发表 】
Partial Eclipse over North America
In the U.S., more than half the Sun’s surface will be covered southwest of
a line from Texas to northern California. But this occurs very late on Monday
afternoon — too late to dim the landscape abnormally. Keep in mind that the
Sun is no less dangerous to look at during a partial eclipse than it is on a
normal sunny day. Unless the Sun is very low and appears dull red, don't be
tempted to squint at the spectacle o
w*******y
发帖数: 60932
35
来自主题: _DealGroup版 - 【$】Eclipse Mints (Pack of 16) $14.72
Amazon is selling Eclipse Winterfrost Mints (pack of 16):
http://www.amazon.com/Eclipse-Sugarfree-Mints-Winterfrost-Ounces/dp/B001IZBH0S/ref=sr_1_3?s=grocery&ie=UTF8&qid=1288841159&sr=1-3
) for $14.72. These normally run for around $1.75+ each in your local shop
or pharmacy if it's in stock.
w*******y
发帖数: 60932
36
Saitek Eclipse LITETOUCH Wired Keyboard - R21ECB43002N
The Saitek USB Wired Slim Eclipse Lite-touch Keyboard is a breakthrough
keypad with backlight, very shallow and low buttons and LCD touch screen
that serves more than the numeric keypad.
Boasting a futuristic low profile design, the lite-touch keyboard features a
built-in 360trackball with left and right mouse buttons, replacing a
separate mouse and saving rooms for your table. The low profile TrueView
backlit keyboard combines a power contr... 阅读全帖
w*******y
发帖数: 60932
37
Amazon:
http://www.amazon.com/Eclipse-Winterfrost-Sugarfree-12-Piece-Pa
currently has Eclipse Winterfrost Sugarfree Gum, 12-Piece Package (Pack of
24) for $7.20 (Free Shipping with Prime or eligible for FREE Super Saver
Shipping on orders over $25).
Break Down: 288 Total Winterfrost Sugarfree Gum / (Approx. $0.03 each pack)
s*****t
发帖数: 1994
38
来自主题: _Astronomy版 - Astronomy Picture of Day: Eclipse over Acacia
Eclipse Over Acacia
Credit & Copyright: Fred
Espenak
Explanation: On December 4th,
for the second time in as many
years, the Moon's shadow will
track across southern Africa
bringing a total solar eclipse to
s*****t
发帖数: 1994
39
Eclipsed Moon and Stars
Credit & Copyright: Jay Ouellet
Explanation: Half-shadowed by the Earth, the Moon takes on a remarkable appearance
against a field of stars in this intriguing telephoto picture recorded during a partial phase of
last week's lunar eclipse. The picture is not a composite, but it has been digitally enhanced to
bring out features covering a large range in brightness. On the Moon itself, surface details are
visible in both the bright uneclipsed portion in d
s*****t
发帖数: 1994
40
来自主题: _Astronomy版 - Astronomy Picture of Day: Lunar Eclipse
Sunset Moonlight
Credit & Copyright: Markus Strassfeld
Explanation: November's lunar eclipse was one of the shortest in recent years and also one of the brightest --
demonstrating that the Earth's shadow is not completely dark. The eclipsed Moon remained easily visible during
totality, reflecting reddened light filtering on to its surface from all the sunsets and sunrises, as seen from the
lunar perspective, around the edges of a silhouetted Earth. Hoping to view the cel
s*****t
发帖数: 1994
41
Eclipsed Moon and Stars
Credit & Copyright: Johannes Schedler (Panther Observatory)
Explanation: This dramatic image features a dark red Moon during a total
lunar eclipse -- celestial shadow play enjoyed by many denizens of planet
Earth last Saturday. Recorded near Wildon, Austria, the picture is a
composite of two exposures; a relatively short exposure to feature the lunar
surface and a longer exposure to capture background stars in the
constellation Leo. Completely immersed in Earth's cone-sha
H*********S
发帖数: 22772
42
sunglasses不行的
我刚用solar eclipse眼镜看了,非常清晰的日偏食,戴普通sunglasses还是太亮,明
晃晃看不到
K******r
发帖数: 4052
43
哥天天看eclipse
z*****8
发帖数: 2546
44
Easiest & Coolest Pinhole Solar Eclipse Viewer
https://youtu.be/7flBd7hTlTs
M*********2
发帖数: 94
45
Chrysler Sebring有的款就套的Eclipse的架子。
s***i
发帖数: 10182
46
别买eclipse了
等着2011 mustang吧
秒杀所有
y****9
发帖数: 767
47

油漆确实太差,前段时间换车的时候曾对这个车很感兴趣,所以也做了一点功课,结果
就发现油漆这个问题,只要是用了几年的ECLIPSE车,没有一部油漆是看起来还有光泽
的,而且很多掉色,龟裂,但话说回来车还是算不错,特别是GT的版本,毕竟也就那个
价格。
l*****i
发帖数: 136
48
来自主题: Automobile版 - eclipse 这车怎么样
一款05年的eclipse,价格6500
这车怎么样?
三菱最近下滑的厉害,但是不知道他家的车到底怎么样?
有大神介绍一下吗,第一次买车,迷茫的很
d*********s
发帖数: 306
49
来自主题: Automobile版 - Mitsubishi 的 Eclipse GS 车怎么样?
以前有过一辆99年的Eclipse. 这车评价不好,不过看个人运气。我的Elipse几年从没
出过任何问题,而且开得时候感觉很给力。但是三菱的通病就是油漆掉得厉害,大几年
后很多人重新喷漆。不知道现在新的model怎么样了。
s**********1
发帖数: 715
50
来自主题: Automobile版 - Mitsubishi 的 Eclipse GS 车怎么样?
thanks. the one I saw is a 07 model eclipse with 40k mileage. not sure if
it would be a good buy at $13k...
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)