由买买提看人间百态

topics

全部话题 - 话题: ide
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
r***l
发帖数: 67
1
来自主题: Java版 - Java IDE 选择?
Eclipse is free and has a huge user base, however Eclipse does not have a good
JSP plug in. Don't think it's a problem. Lot of developers prefer to code JSP
without using fancy IDE support.
IntelliJ is the most powerful java IDE I have ever used. The refactor fuction
is awesome. It is not free though.
So for your case, go for Eclipse.
n*****t
发帖数: 6
2
如果用Visual Studio做GUI,在TOOLBOX上面拖拽几个BUTTON、LIST、MENU之类的
拼一下就出来了,然后集中精力写内部逻辑。现在想找一个JAVA IDE做AWT/SWING
APP。市面上几个流行的IDE中,有没有哪个支持类似的Visual Programming?实
在懒得手工去写GUI CODE了。
z****e
发帖数: 54598
3
来自主题: Java版 - [请教]有关JAVA IDE的问题
ide有啥杀不杀的
那些标准最重要的是jcp其他人同意不同意
如果标准导致其他大佬都不愿意做
那这个标准是空的
android就是典型,java怎么说,android不干
最后oracle还不是一样认了,android都杀不掉
更何况是ide这种可有可无的东西
f**c
发帖数: 791
4
/dev/sda2 12G 4.9G 6.1G 45% /
/dev/sda5 440G 102G 316G 25% /home
/dev/sda1 190M 28M 153M 16% /boot
/dev/sdb1 184G 3.0G 172G 2% /disk1
/dev/sdc1 230G 125G 94G 58% /disk2
tmpfs 4.0G 116K 4.0G 1% /dev/shm
sdb and sdc 是两个IDE盘,今天早上突然从SMART里面读不了硬盘温度了,属性也变成
只读,umount后,不能再mount了。只好重启,发现这两个盘都在recovering journal
。说明昨天夜里这两个盘无缘无故的死掉了。这是为什么呢?对了,两个盘共用一个IDE数据线。
wy
发帖数: 14511
5
来自主题: Linux版 - Ruby IDE 哪个更好?
if u have to go with one fat IDE. RubyMine (the ruby
IDE from IntelliJ) is definately the best.
g*********s
发帖数: 1782
6
【 以下文字转载自 Java 讨论区 】
发信人: gandjmitbbs (Nothing), 信区: Java
标 题: Help: how to use Eclipse as C++ IDE in Linux?
发信站: BBS 未名空间站 (Tue Jan 8 14:20:38 2008)
Redhat Enterprise 4.0 x64.
Downloaded and unpacked Eclipse. When running it, got the following error
message consistently. Is there any setting that I need to modify to install
Eclipse? Any other free C++ IDE in Linux to recommend? Thanks a lot!
JVM terminated. Exit code=1
/usr/bin/java
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m
-jar /home/f
F*******n
发帖数: 89
7
来自主题: Programming版 - PERL新手请高手推荐perl的IDE
请问perl有什么流行的IDE?大侠们请推荐啊。
不知道perl的IDE能不能像 netbeans那样可以自动提示的功能?
谢谢。
f********o
发帖数: 2181
8
来自主题: Programming版 - Solaris上有什么好用的IDE么
现在用VIM+dbx
想试试看有什么好用的IDE没有
系统上装了SUN studio (netbeans)和workshop
没有admin权限
有什么可以推荐的么?
主要是一起编译的文件相当多/大, IDE可能调试方便些
多谢了~~~
d****p
发帖数: 685
9
来自主题: Programming版 - IDE for C++
VS on Windows // best IDE
Xcode on Mac // best IDE on UNIX
f**o
发帖数: 13
10
来自主题: Programming版 - IDE for C++
谢谢大家的回复。请问你们是在工作上用这些 IDE 还是自己练习用? 我想知道公司用
什么 IDE 做开发?
再谢。
e********r
发帖数: 2352
11
来自主题: Programming版 - 专业c++程序员都用什么ide (转载)
应该不会,这是看学校的传统,俺们这里本科生还是要求用emacs,Code::blocks感觉
没有那么好用,而且IDE又不多什么东西,vi用的蛮好的,俺以前碰到的几个写程序不
错的也都不太在乎什么IDE,什么都拿来用,看机子上有什么,大多时候还是vim/emacs
哈.

emacs/
r*********r
发帖数: 3195
12
来自主题: Programming版 - 专业c++程序员都用什么ide (转载)
想着用什么IDE 的都是对 toolchain 搞不定的人。
不过IDE 越用人越傻,所以会一直搞不定。。。
l********e
发帖数: 34
13
来自主题: Programming版 - 专业c++程序员都用什么ide (转载)
这位老兄,也许我的知识面不够广,说的很不准确,但我显然知道什么是heap, 什么是
stack overflow.
我想说的是,编译C++ template本身是np完全的问题,如何能够用在实时性要求高的代
码补全上?
另外,你说的词法,语法,语义检查,都只能基于单个编译单元进行。在C++多文件编
译链接模型上很容易举出代码补全不正确的例子。并且,不链接如何检查链接错误?
在下即使愚钝,也算是明白些编译原理。XCode没用过不说,但我见过IDE中对多文件语
法语义检查最好的SourceInsight,也不能推断得完全正确,简单地说它只是在猜,并
且常常猜错。
我的观点如上所说,对于C++,IDE做不到像Eclipse那样万能的。

.
r*********r
发帖数: 3195
14
来自主题: Programming版 - 专业c++程序员都用什么ide (转载)
linux 不是关键. 用 mac os x 也可以 vi/emacs + gcc + gdb, 完全可以无视 xcode.
现在唯一强迫程序员使用 IDE 的平台估计就是 windoze 了. 那个 vs 真是王小二过年
一年不如一年.
以前好歹还有个 sourcesafe 可以用. 现在好像弄个 scm 都必须要 vs team 了. 这样
的垃圾 IDE ,
不用也罢啊.
a*****9
发帖数: 805
15
来自主题: Programming版 - 专业c++程序员都用什么ide (转载)
Then what's the problem for the M$? At least its one of the leading company
that can provide a system level architect. Our company is on the M$ platform
anyway.
Althoug their license fee is freaking expensive, compaines using Linux/Java/
MySQL want to save some licensing fees.
The C# is still a very good languge. Of course, no IDE support C# better
than VS.
Each language have its pros and cons so does IDE. Its the person who worte
the code make the good or poor quality. That's my point.
D*******a
发帖数: 3688
16
来自主题: Programming版 - 专业c++程序员都用什么ide (转载)
here is his logic:
1. people who use IDE are stupid
2. people who devs under windows have to use IDE
great job for a MS hater to prove a point

RIGHT
r*********r
发帖数: 3195
17
来自主题: Programming版 - 专业c++程序员都用什么ide (转载)
no one is seriously using SFU simply because it's crippled.
but that doesn't mean the demand is not there. i'm not sure
if m$ even understands that.
when you talk about CLI vs IDE, it's hard to avoid bashing m$
because they are the archenemy that pushed IDE while trying to
kill anything command-line.
l********a
发帖数: 1154
18
来自主题: Programming版 - 请推荐IDE

code blocks我用过(win下),不知道是不是电脑问题,无法创建工程,但是编译已有工程ok,主要是c++和opengl.一直没有搞好.
netbeans我没怎么用过,所以没法评价.
说实话,写程序是为了解决问题;一个称手的工具也是这个目的,所以我喜欢IDE远超编辑器.有人说用编辑器+编译器可以理解底层什么的.但是计算机的趋势应该是越来越高级和应用化,所以方便应该是第一位的.在这个层面上,IDE超过编辑器几条大街.尤其是对做界面而言.
我目前的项目,opengl底层弄完之后,mfc弄了半天,是在受不了了,难看+难用;换了.net框架,拖拉几下,腿也不疼了,腰也不酸了,^_^
r***e
发帖数: 1840
19
来自主题: Programming版 - C++ IDE under Linux
大家在linux下开发有什么好的ide方案?像kdeveloper这样的,换个机器整个library
什么的又要重搞。eclipse又太慢,整天出些莫名奇妙的错误。大家又什么好的便携的
解决方案?
我现在想的有3个:
1.用回emacs,vi。缺点是功能比较弱。
2.Java based.没有什么对c++支持比较好的ide
3.remote development.比如在自己的laptop上setup一个environment然后连上公司系
统开发。没试过,不知道是不是可行。
希望大牛指点1,2
r***e
发帖数: 1840
20
来自主题: Programming版 - C++ IDE under Linux
Thanks for the advice. I tried netbeans. But it's slow as well.
I wish I could have an ide which is as portable as Java based.(Finding the
correct lib in c++ is a pain. Especially you don't have the root permission.
) and as quick as these ides in c++.
It seems eclipse makes everything super complicated. If i want to debug, I
must create a debug config first. wtf.

it
d********g
发帖数: 10550
21
来自主题: Programming版 - ruby,python有没有自己的ide?
PyCharm绝对神器,如果搞open source的还可以申请免费license。唯一缺点是
JetBrains一水的IDE都是Java写的,慢得那叫一坨……其实换Python + PyQt说不定都
快很多
PyCharm最神的是Django、Flask支持无敌。别的IDE都还处在恐龙时代
r*******n
发帖数: 3020
22
来自主题: Programming版 - ruby,python有没有自己的ide?
emacs不清楚,vim自动补全功能不能语法分析找出method和相应的文档,没有refactor
的功能,其他方面都强于任何IDE里editor,而且支持各种编程语言,你不需要因为用
到另外一种语言,
去学新的IDE。
d*******r
发帖数: 3299
23
来自主题: Programming版 - C 编程有什么IDE吗?
确实远不如 VS, 但是 VS 不跨平台
所以我还是坚持推荐 Eclipse+CDT
如果你喜欢在命令行下工作,我同意 tjhaven 大牛说的 emacs+gdb
其实 vim 和 emacs 主要就是2种可以不用鼠标的 keybinding,在 server 端编程才是
必要的。
这2中keybinding最好都会一些,vim 好处是所有 *nix 机器默认就有,emacs 好处是
keybinding 非常通用,你甚至在 terminal, 浏览器,还有各种 editor/IDE (e.g.
JetBrains IDEs) 都发现,它们是部分或者全部支持 emacs keybiding 的。
但个人意见是 vim, emacs 知道 keybinding,能用就行了。都不用学得太精深。vim,
emacs 死忠请无视我.
d*******r
发帖数: 3299
24
来自主题: Programming版 - 请推荐linux下c++的IDE
现在用 Eclipse CDT,
同时关注一下 Jetbrains C++ IDE ( http://blog.jetbrains.com/objc/2014/02/jetbrains-c-ide-status-update-and-video-report/ )
z*****a
发帖数: 3809
25
来自主题: Programming版 - Visual studio IDE 之父也被裁了 (转载)
【 以下文字转载自 Military 讨论区 】
发信人: sammamish (sammamish), 信区: Military
标 题: Visual studio IDE 之父也被裁了 (转载)
发信站: BBS 未名空间站 (Sat Jul 19 11:37:45 2014, 美东)
发信人: harrypatton (yun), 信区: Seattle
标 题: Visual studio IDE 之父也被裁了
发信站: BBS 未名空间站 (Sat Jul 19 11:15:25 2014, 美东)
就是这位大牛。公司怎么了?http://www.codemag.com/article/0710022
s*******g
发帖数: 243
26
来自主题: Programming版 - 这几天试了一下linux c++ IDE
Qt creator算不错的了,比eclipse cdt好用。
目前c++的ide,VS是一个位面,别的是另外一个位面。
linux下面的,lz还是等神器公司jetbrains的c++ ide吧,应该快出了。
d****i
发帖数: 4809
27
MFC的程序很多时候需要拖拽不同的UI控件,自然离不开IDE了,Java没有可以拖拽的地
方,除了IDE自动生成的几乎全部要靠手敲。

了。
似。
g*****g
发帖数: 34805
28
你这个就不现实了,写底层的程序员远比写应用的少,工作数目摆在那呢。自然代码量
也少得多。
另外写底层的也不见得用IDE不能促进效率。ctag这类东西的存在就说明了即使对这些
人,IDE也是有意义的。

VI
z****e
发帖数: 54598
29
我要说明的是
工具的本身应该降低使用门槛
不要把这种无聊的东西神话
ide当然优于editor
如果不出于装逼目的
我想不出有什么不用ide的理由
除非你告诉我内存不够用
但是现在内存廉价得跟啥一样
连内存都买不起的公司,在我看来是一个joke
y***a
发帖数: 840
30
我可能错了?你举个例子,谁认为IDE比纯粹编辑器差的。
要这么说你拿个IDE也不一定敢说能搞定了,那还吵个屁啊
z*******3
发帖数: 13709
31
哼,我说的是我觉得vi搞不定
但是不排除这个世界上有人能搞定
但是我不认为你是其中之一
甚至我都不认为这里灌水的id有人是其中之一
总是自以为是牛人不好
就是因为觉得自己搞不定,所以才需要ide
有了ide,能搞定的概率大增
这个完全就是一个scale,或者说是多和寡的问题
而非是和否的问题
吵什么?问你自己
是你在吵
t***q
发帖数: 418
32
来自主题: Programming版 - 有什么好的c++ IDE 推荐的吗?
有什么好的c++ IDE 推荐的吗?主要windows 用。先不要提 eclipse . 我装了 dev
c++,结果发现这个:
http://stackoverflow.com/questions/5813167/add-boost-to-dev-c
dev c++ buggy
貌似 code: blocks 比 dev c++ 好。
后来还发现 jetbrains 出了 clion . 但是还没正式出版。其实我觉得jetbrains 的产
品还不错。
大家有没有更好的c++ ide推荐的?多谢!
n******7
发帖数: 12463
33
用了段时间java,觉得用来写应用还行,用来做数据分析实在不给力
interactive data exploration 和 visualization 都不方便
因为R 做性能优化太麻烦
考虑重点用python toolchain: numpy scipy matlibplot pandas sympy etc
现在的问题是,好像主流python IDE,pydev,pycharm之类的
对plotting的支持都不怎么样?
有没有侧重于数据分析的python IDE?
n******7
发帖数: 12463
34
都有Anaconda这样的python dist了
感觉出个对应的IDE是很自然的事情
matlab的用户已经被R抢了不少了,特别是Rstudio出来之后
这个在R用户群里面一统江湖
matlab/R/numpy+scipy 的重叠区域还是挺大的
参见 http://hyperpolyglot.org/numerical-analysis
考虑到free,性能和通用能力,我感觉在big data时代python挺有戏
R需要提高性能,不然也悬
matlab用户群回越来越小
其实这样一个IDE不需要多傻瓜化,只要4个panel就好了
一个编辑code,一个interactive run,一个visualization,一个misc
w***g
发帖数: 5958
35
不光是windows吧。加上一切操作系统中最强的也不为过。
10年前的VC6的用户体验还可以秒杀现在的好多IDE。有的IDE看起来很fancy,稍微点两
下就卡壳了。
h******k
发帖数: 810
36
Office内嵌的VBA IDE,Windows最强IDE。呵呵。
* 高效,干什么活都是秒杀。做UI更是神器:别家PM还在mock UI了,我们家的1.0已经
生产环境大规模部署,准备改bug出2.0了。
* 兼容,UI/语法世纪末至今没怎么变过。
* Availability,有office的机器就有。
九十年代末的软软还是有几把刷子的。
G*****9
发帖数: 3225
37
来自主题: Programming版 - What Java IDE do you recommend?
Hi All,
I am new to Java, though with years of C++ experiences.
Any recommendation on IDE? A simple, smart, and friendly IDE is high
appreciated.
Thank you!!
x*******g
发帖数: 17
38
来自主题: Programming版 - mac python IDE
请问一下大家都用什么python IDE on mac?
我自己用vim + ipython(debugging).
但是毕竟不是ide, 一次只能弄一个文件。
我看到这些options:
1) sublime
2) intellij + python plugin (甚至还有vim plugin)
请问牛人都是怎么弄的?谢谢先
n******7
发帖数: 12463
39
说岔了
X/forward的用法是server上启IDE,但是server上不需要装X,本地鸡提供X server就好
另一种用法是,本地的IDE具有访问远程server的能力,或者把server的硬盘mount成本
地电脑的虚拟硬盘
我用X/forward比较多,有时候一个文件都几百G,不可能都弄到本地
h*********e
发帖数: 247
40
来自主题: Unix版 - mac perl IDE
大家都在mac上用啥IDE编辑调试perl啊?
我放狗看到有用EPIC + eclpise 的
还有一个Padre IDE,那个好用?
t****a
发帖数: 1212
41
来自主题: Statistics版 - 请给推荐一个linux下面R的IDE.
R在linux下有很多好的IDE。
首推emacs,当然,众所周知,learning curve比较长。
其次是最近两年很火的RStudio,那个连Hadley wickham把rice assistant professor
都扔了不做跑去这个公司做developer的RStudio。
其他的,比如KDE的RKWard(http://en.wikipedia.org/wiki/RKWard
我以前还用过Komodo edit+sciview插件,是个很不错的GUI IDE,比RKWard强
Eclipse配合StatET插件据我的朋友说很好,甚至还支持Sweave,我没有认真使用过
如果都不想用的话,装个RCmdr package凑合用它那个tcltk的GUI也勉强

给个
w*******y
发帖数: 60932
42
Overstock.com has thisUSB 2.0 to IDE / SATA Converter Cable:
http://www.overstock.com/Electronics/USB-2.0-to-IDE-SATA-Converter-Cable/4370814/product.html?cid=123620&fp=F&ci_src=14110944&ci_sku=12338551
for $6.51 with free shipping for new customers.
The reviews suggest that the quality control on these is quite bad, and I
would test it on an old, useless hard drive before plugging it in to
anything else, as some people have gotten bad power supplies that get very
hot or even fry their hard dr
w*******y
发帖数: 60932
43
click here:
http://www.buy.com/prod/2-5-usb-2-0-ide-hard-drive-disk-hdd-enclosure-case/q/loc/101/211193617.html
30 day return policy and warranty
Drive Type: 2.5" IDE
Fully Supported by Windows XP, Windows Vista, Mac OS X, and Linux. No
drivers needed.
High quality aluminum for effective heat dispersion
Hot-swappable
Kit with all needed tools included in box for an easy build
LED power indicator to monitor hard drive movement
Super slim - lightweight - fashionable design
w*******y
发帖数: 60932
44
mwave has Azio E212U31 2.5" IDE to USB 2.0 Aluminum Enclousre:
http://www.mwave.com/mwave/skusearch_v3.asp?scriteria=AA97829
for $10 - $10 Rebate:
http://www.mwave.com/mwave/spechr/rebates/aa97829a.pdf
= $0 AR + FS
Description:
Azio 2.5" IDE to USB Enclousre
Convert your 2.5" hard drive to a hi-performance external drive with an AZIO
USB 2.0 Mobile Disk Enclosure. This bus-powered enclosure provides USB 2.0/
1.1 compatibility and is design to be compact and lightweight-perfect for
people who
w*******y
发帖数: 60932
45
30 in 1 Screw Driver Tool Kit $1.99+fs,:
http://www.meritline.com/30-in-1-screw-driver-177---p-34859.asp
$1.99 w/Code: MLCK192177010563NL1 For First 800 Orders
$4.99 w/Code: MLCK192177010507N After 800 Orders
5-Piece Pack Stylus for NDS $0.39+fs,:
http://www.meritline.com/ndsl-stylus-5-piece-pack-064---p-34539
$0.39 w/Code: MLCK267064010580NL1 For First 800 Orders
$1.29 w/Code: MLCK267064010535N After 800 Orders
USB 2.0 to SATA/ IDE Adapter for 2.5''3.5''Hard Disk /CD-ROM /DVD-ROM /CD-RW
/COMBO... 阅读全帖
w*******y
发帖数: 60932
46
You can receive a free $25 (instant) credit for signing up through the
following link:
Ideeli:
https://www.specials.citi.com/merchant/ideeli/o___57_.htm
Click on "I want this special"
Credit will show up in your account once you finish registering, however it
expires 14 days after you sign up.
Although it says for Citi card holders only, it doesn't ask for a credit
card before registering, but I haven't tried checking out yet.
While supplies last....
w*******y
发帖数: 60932
47
来自主题: _DealGroup版 - 【$】Free RubyMine IDE License
I am at gogaruco right now and Jetbrains is handing out url to get free
RubyMine IDE personal license (probably the best ruby/rails IDE out there).
The link is
jetbrains.com/ruby/gogaruco
valid before 11:59PM 9/17
personal license is $69
w*******y
发帖数: 60932
48
6 Feet High Speed HDMI Cable Male to Male Digital A/V Cable $0.99 with Free
shipping:
http://www.meritline.com/6-feet-high-speed-hdmi-cable-30awg-108
Coupon Code: MLCK9V28NL1
New Camera Camcorder Flexible Mini TriPod/Holder/Stand $0.75 with Free
shipping:
http://www.meritline.com/camera-camcorder-flexible-mini-tripod-
Coupon Code: MLCK9V28NL1
4 Pin IDE to 15 Pin Serial SATA Power Cable Adapter $0.69 with Free shipping:
http://www.meritline.com/4-pin-ide-to-15-pin-serial-sata-power-

Coupon Code... 阅读全帖
i*****f
发帖数: 578
49
来自主题: _Python版 - python有好的免费Linux IDE么?
其实我个人觉得一个好的IDE对于初学语言是非常不利的. 因为IDE封装了很多你本该知
道的东西。例如compiling & linking, debugging.当然python没有前两个过程。
r*******n
发帖数: 3020
50
来自主题: _Python版 - python有好的免费Linux IDE么?
I like SPE IDE more.
http://pythonide.blogspot.com/2007/02/how-to-download-latest-spe-from_26.html
Actually I often use Vim with a few plugins,
the following link is how to configure your own IDE in Vim.
http://blog.csdn.net/wooin/archive/2007/10/31/1858917.aspx
If you aren't going to be a professional programmer, I don't
think it's a good idea to use Vim.
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)