相关推荐
-
java6.0源码-wcg-lambdas-training-2015:PeterPilgrim为WhiteClarkeGroupLTD提供的
Eclipse或者NetBeans ,指向JDK 8。可以在workspace中编写JDK 8,避免影响日常工作的WCG源代码 卡塔斯 至少有 3 个Katas ,它们被松散地组织为单元测试。 作为一名学生,只需从 Kata 01 开始,然后一项一项地完成...
-
Eclipse 3.3 or NetBeans 6.0?
看到了一篇两者的比较,转帖过来:http://www.javaworld.com/javaworld/jw-03-2008/jw-03-java-ides0308.html?page=1Eclipse 3.3 or NetBeans 6.0?Finally, theres a decision to make!By Andrew Binstock, ...
-
netbeans-8.0-php-windows
netbeans 8.0 php windows
-
5-已安装Netbeans如何添加Tomcat服务器-Eclipse中如何添加服务器
5-已安装Netbeans如何添加Tomcat服务器-Eclipse中如何添加服务器
-
Android学习笔记之开发环境搭建(Eclipse和NetBeans).pdf
Android学习笔记之开发环境搭建(Eclipse和NetBeans).pdf
-
netbeans6.0
netbeans6.0,一个很好的Java开发工具,sun公司的产品!
-
MyEclipse 6.0 M1 发布,支持 Eclipse 3.3/Europa
hibernate仍然只有3.1.3,spring 2.0.5,struts是1.2.7。 1. Overview Version 6.0 Milestone-1 is an intermediate development release of the MyEclipse Enterprise Workbench 6.0 product. The...
-
CakeBandit:CakeBandit v2 - Eclipse 和 NetBeans 兼容!
蛋糕强盗CakeBandit v2 - Eclipse 和 NetBeans 兼容!
-
NetBeans仿eclipse风格(8.x版本用)
NetBeans 8.x仿eclipse风格,导入方法:工具--选项--常规--导入
-
Eclipse、Netbeans、Codeblocks 下的C语言开发环境搭载/配置
Eclipse C语言 C++ Netbeans Codeblocks JDK
-
eclipse和netbeans上搭建android开发环境
在eclipse和netbeans上搭建android开发环境,非常详细的搭建步骤,可以让你少走很多弯路
-
NetBeans IDE 6.0 用户界面设计
NetBeans IDE 6.0 用户界面设计
-
Apache-NetBeans 清华大学镜像
https://mirrors.tuna.tsinghua.edu.cn/apache/netbeans/netbeans-installers/
-
lucene源码构建-idea--eclipse--NetBeans
源码下载地址 选择对应的版本下载 源码编译环境需要 ant 和ivy ,版本请查看build.txt ... ant netbeans 据我测试,目前只找到lucene-solr源码可编译成工程,Lucene官网的src源码包不支持 ant eclipse | idea
-
安装netbeans步骤
netbeans的安装步骤 首先,我们要从官网上下载我们需要的netbeans安装包 下载地址:https://netbeans.org/ 下载NetBeans IDE 进入页面之后,根据你的需求下载 我这里选的是ALL的下载包,但这里只是安装包较...
-
linux下安装jdk6.0,tomcat5.5,mysql6.0,eclipse,netbeans6.0
1安装jdk6.0进入文件所在目录输入 sh jdk-linux-i586-rpm.bin 出现一行字:Do you aggree to the above license terms? [yes or no] 当然要同意了,输入"y" 或 "yes" 回车。 cp -r jdk-linux-i586 /usr/local
-
基于FPGA的四相八拍步进电机控制系统设计:集成交付、正反转、加速减速及调速功能
内容概要:本文详细介绍了基于FPGA的四相八拍步进电机控制系统的开发过程。主要内容包括:1. 使用VHDL和Verilog编写LED显示屏驱动代码,用于显示角度、学号和姓名等信息;2. 实现步进电机的正反转控制,通过状态机管理相序变化;3. 开发加速减速控制模块,确保电机启动和停止时的平稳性;4. 设计调速功能,通过调节脉冲频率实现速度控制。此外,文中还讨论了调试过程中遇到的问题及其解决方案。 适合人群:对FPGA开发和步进电机控制感兴趣的电子工程师、嵌入式系统开发者以及相关专业的学生。 使用场景及目标:适用于需要高精度运动控制的应用场合,如工业自动化、机器人技术和精密仪器等领域。目标是帮助读者掌握FPGA控制步进电机的基本原理和技术细节。 其他说明:文中提供了详细的代码片段和调试经验分享,有助于读者更好地理解和应用所学知识。同时,作者还提到了一些实用技巧,如通过PWM调节实现多级变速,以及如何避免步进电机的共振问题。
-
Android开发:基于SQLite的日历备忘录记事本项目详解与实现
内容概要:本文详细介绍了基于Android Studio开发的日历备忘录记事本项目,涵盖日历查看、添加备忘录、闹钟提醒和删除备忘录等功能。项目使用SQLite数据库进行数据存储,通过CalendarView、EditText、Button等控件实现用户交互,并利用AlarmManager和PendingIntent实现闹钟提醒功能。此外,项目还包括数据库的设计与管理,如创建DatabaseHelper类来管理数据库操作,确保数据的安全性和完整性。文章还探讨了一些常见的开发技巧和注意事项,如时间戳的使用、手势监听的实现等。 适用人群:适用于初学者和有一定经验的Android开发者,尤其是希望深入了解Android开发基础知识和技术细节的人群。 使用场景及目标:该项目旨在帮助开发者掌握Android开发的基本技能,包括UI设计、数据库操作、闹钟提醒机制等。通过实际项目练习,开发者能够更好地理解和应用这些技术,提升自己的开发能力。 其他说明:文中提到一些进阶任务,如用Room替换SQLite、增加分类标签、实现云端同步等,鼓励开发者进一步扩展和优化项目。同时,项目源码公开,便于学习和参考。
31 楼 Frederick 2008-03-25 09:18
30 楼 天才阿昭 2008-03-25 08:56
不过,怎么好像没有像UE那样的FTP支持,可能是JAVA最好在本地编辑的问题,但这在C/C++里是不可取的,因为其代码很多情况都是在服务器上的
29 楼 hanny0918 2008-03-24 20:00
28 楼 cuiyi.crazy 2008-03-24 18:48
27 楼 ezerg 2008-03-24 18:27
试用了NB6.1,个人感觉其优势是完全支持JavaEE5标准,并且整合GlassFish,至少对学习新标准的朋友比较方便,相比之下,Eclipse有些零散。
可能是我一直用Eclipse的原因,感觉NB编码及其它易用的功能操作上并没有Eclipse3.2方便,而且我的电脑运行的也比Eclipse慢很多,我用的MyEclipse5.5.1的插件。
26 楼 Eastsun 2008-03-24 17:59
25 楼 fnet 2008-03-24 17:59
24 楼 wuhua 2008-03-24 17:55
23 楼 rehte 2008-03-24 17:25
这篇有趣的JavaWorld文章比较了Eclipse3.3.1和netbeans 6.01,结果令人惊讶。下面的总结的确让我吃惊:
[对照表]
这的确让我惊讶:netbeans的编辑器得分比eclipse的高。我更喜欢netbeans的编辑体验,但我的观点不是很客观:-)。不知什么原因,我就是更喜欢netbeans编辑器。诸如alt+insert小巧内置的向导使得编辑体验更加流畅----当然这的确是我主观的观点。大部分开发者因为编辑体验而更喜欢eclipse(它们在netbeans往往没有,比如“Link with Editor"按钮)。另外eclipse却在企业支持方面得分比较高,这让我的确费解。netbeans自带了非常好的内置Java EE 5的支持,6.1中又内置支持像BEA WLS、JBoss、Glassfish和Websphere等应用服务器。Netbeans自带了SQL-Explorer、Visual JSF designer、HTML-Editor、XML-Support,而Eclipse这边----有时仅仅在诸如MyEclipse等商业插件中支持。商业支持是我在Java EE 5项目中选择netbeans而不选eclipse的原因之一。
Eclipse也没有可视化的UML支持,如下引自该文的说法是不正确的:
”...比如, 当涉及UML建模时,netbeans有内置的建模工具支持UML(包括用例视图、类视图、协作视图和活动图)。代码可被抽象成UML图,UML可以转换成代码。Eclipse相比较提供了企业建模框架(EMF)用来创建工具,以及图形编辑框架(GEF)。如果你把这两个包都安装了,并且配置好它们,你就可以开始为你的企业架构建模了。你能拥有比netbeans更多的功能,但是你要花费更大的力气安装、配置及运行它们...“
EMF仅仅是MOF(Meta Object Facility)的子集,GEF从元模型创建编辑器。这篇文章的作者的意思也许是GMF(Graphical Modelling Framework)----然而这些框架都不能从源代码产生UML图。这是netbeans独有的功能。然而由于EMF和GMF存在以及它的创建元模型的能力是Eclipse的一大优点,特别如果你想创建代码生成器的话,...但是这在此文中没有提及。Eclipse仅仅提供了UML元模型----但我不清楚它是否有可视化设计器(我漏了什么没有?)
我也不明白,插件数量是否意味着IDE的质量。使用netbeans你只需要更少的插件来完成工作。实际上我只用UML插件,并且只使用它来完成高层概念的文档写作。
我在帖子"Thinking loud about Eclipse and NetBeans”曾经解释过我对Eclipse和netbeans的看法。
22 楼 Kaede 2008-03-24 16:41
做Swing 我还是喜欢用Netbeans
做web应用我喜欢用Eclipse
总体来说 我更倾向于使用Eclipse
不过 我支持Netbeans,因为它是原生Java的产物
Netbeans这几年社区发展也非常迅速
21 楼 bigzerg 2008-03-24 16:35
你要是用习惯什么IDE,什么就好用,也别说什么好什么不好!!
各有优缺点吧~~~
有道理,你常用Eclipse,肯定不会知道NetBean的好,反之亦然。
20 楼 rehte 2008-03-24 16:21
This interesting JavaWorld article compares Eclipse 3.3.1 and Netbeans 6.01 with a surprising result. The following summary, really amazed me:
It really surprised me, that Netbeans's editor was higher rated than Eclipse's. I prefer the Netbeans editing experience, but my opinion isn't really objective :-). I just like Netbeans's editor more, without knowing the reason. The small built-in wizards like alt+insert make the coding experience more fluent - but this is really my subjective view. Most of the developers prefer Eclipse, because of the editing experience (they often miss in Netbeans e.g. the "Link With Editor" button). On the other hand, Eclipse was higher rated in the Enterprise support, what I really cannot see. Netbeans comes already with really good built-in Java EE 5 support. Applications servers like BEA WLS, JBoss, Glassfish in 6.1 WebSphere are supported as well out-of-the-box. Netbeans comes with SQL-Explorer, Visual JSF designer, HTML-Editor, XML-Support, profiling support for application servers. All this functionality is only partially available on the Eclipse Side - sometimes only with additional commercial plugins like MyEclipse. The Enterprise Support is one of the reasons, why I prefer Netbeans over Eclipse in my Java EE 5 projects.
Eclipse also do not have a visual UML support. The excerpt from the article below simply isn't true:
"...For example, when it comes to UML modeling, NetBeans has a built-in modeling tool that supports UML (including use case, class, collaboration, sequence, and activity diagrams). Code can be abstracted into a UML diagram, and UMLs converted to code. Eclipse, by comparison, offers the Enterprise Modeling Framework (EMF), which is a platform for building tools, and the graphical editor framework (GEF). If you install both of these packages, then configure them, you'll be ready to start modeling your enterprise architecture in UML. You'll have more features than you would in NetBeans, but you'll work harder to get them installed, configured, and running..."
The EMF is only a subset of MOF (Meta Object Facility), GEF is used to build Editors from metamodels. The author of the article meant perhaps GMF (Graphical Modelling Framework) - however no of this frameworks is able to generate UML-Diagrams from source code. This is Netbeans unique feature. However the availability of EMF and GMF and it's metamodelling capabilities is a huge advantage of Eclipse, especially if you would like to build code generators, ...but it wasn't mentioned in this article. Eclipse comes only with the UML metamodel - but I do not know any visual designer (did I miss something?).
I also do not see, that the amount of available plugins, indicates the quality of the IDE. You just need less plugins for Netbeans to complete your work. Actually I only use the UML-plugin - and this one only for the documentation of high level concepts.
I explained my view of Eclipse and Netbeans in the post "Thinking loud about Eclipse and Netbeans"
19 楼 lbfhappy 2008-03-24 15:57
18 楼 zstsr 2008-03-24 15:48
17 楼 Eastsun 2008-03-24 15:37
喜欢Netbeans,^_^
16 楼 wuhua 2008-03-24 15:35
15 楼 icefire 2008-03-24 15:14
14 楼 wuyunlong 2008-03-24 15:09
在代码编辑器这块,不论是功能上还是易用性,个人感觉eclipse都要胜过netbeans一筹!
13 楼 jnduan 2008-03-24 14:58
nb 6.1 beta 版本的启动速度相对于6.0.x来说有了质的飞跃了,提升了一个数量级,至少在我的电脑上是这样的。
12 楼 chenlei0358 2008-03-24 14:47
各有优缺点吧~~~