当前位置: 代码迷 >> 综合 >> 软件开发工具箱-程序设计语言
  详细解决方案

软件开发工具箱-程序设计语言

热度:3   发布时间:2023-12-15 13:44:06.0

0 汇编语言

0 MASM32:http://www.masm32.com/,还在学习8086的汇编?到这看看。

1 ollydbg:http://www.ollydbg.de/,中文,OllyDbg is a 32-bit assembler level analysing debugger for Microsoft? Windows?. OllyDbg is a shareware, but you can download and use it for free。

2  RadASM:http://www.radasm.com,Win32 assembly IDE for masm/tasm/fasm/nasm/goasm/hla

一 Java开发

0 JDK:http://java.sun.com ,http://gceclub.sun.com.cn/(中文)

           JavaDoc CHM:http://www.allimant.org/javadoc/index.php

1 IDE(集成开发环境)

    Eclipse:http://www.eclipse.org/    (我的插件)

           easyEclipse: http://www.easyeclipse.org/ ,EasyEclipse packages together Eclipse, the open-source software development platform, and selected open source plugins.

     BlueJ:http://www.bluej.org/index.html,BlueJ was developed at a University specifically for the purpose of teaching object orientation with Java.

     Netbeans:http://java.sun.com/,Sun的IDE,Eclipse的竞争对手

     IDEA: http://www.jetbrains.com/idea/,IntelliJ IDEA is an intelligent Java IDE intensely focused on developer productivity that provides a robust combination of enhanced development tools.

     DrJava:http://drjava.sourceforge.net/,一个免费的、轻量型的开放源码 Java IDE,具有集成的读-计算-打印(read-eval-print)循环、调试器和 JUnit 支持(Java Bug Patterns作者的导师带头搞的)

     Gel:http://www.gexperts.com/, a freeware Java and JSP IDE that runs natively on Windows.  

     JCreator:http://www.jcreator.com/,类VC Java IDE

     MyEclipse:http://www.myeclipseide.com/,

 2  FrameWork,Container...

     Hibernate:http://www.hibernate.org/

         For Eclipse:http://sourceforge.net/projects/hibernatesynch/

    JBOSS:http://www.jboss.com/

         For Eclipse:http://www.jboss.com/products/jbosside

     Log4J:http://logging.apache.org/log4j/docs/index.html

         For Eclipse:http://log4e.jayefem.de/index.php/Main_Page

    Struts: http://struts.apache.org/

        For Eclipse:http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=StrutsIDE

    Spring:http://www.springframework.org/

         For Eclipse:http://www.springide.org/

    Tomcat:http://tomcat.apache.org/

         For Eclipse:http://www.sysdeo.com/eclipse/tomcatplugin

    Velocity:http://velocity.apache.org/ 

    Robocode:http://sourceforge.net/projects/robocode ,Java程序员的游戏。

反编译,混淆器

   RetroGuard:http://www.retrologic.com/retroguard-main.html

   JAD:http://www.kpdus.com/jad.html(Java反编译工具)

   CAVAJ:http://www.bysoft.se/sureshot/cavaj/

   二 C/C++开发

1 Boost:http://www.boost.org

2 log4cpp:http://log4cpp.sourceforge.net/

3 Doxygen:http://www.stack.nl/~dimitri/doxygen/,Doxygen is a JavaDoc like documentation system for C++, C, Java and IDL.

三 C#开发

0 SDK:http://www.microsoft.com/downloads/details.aspx?FamilyID=fe6f2099-b7b4-4f47-a244-c96d69c35dec&displaylang=zh-cn

1 SharpDevelop:http://www.icsharpcode.net/opensource/sd/ 

2 小工具:http://www.aisto.com/roeder/dotnet/(Reflector,Resourcer ,CommandBar,Writer,Mapack

3 Add-ins:http://www.codeplex.com/reflectoraddins

四  Ruby开发

0 Ruby:http://www.ruby-lang.org/en/  ,http://rubycn.ce-lab.net/(中文) 

              Windows installer:http://rubyinstaller.rubyforge.org/wiki/wiki.pl

              RubyDocs:http://www.ruby-doc.org

   JRuby:http://jruby.codehaus.org/

1 RubyOnRails:http://www.rubyonrails.org/

instantrails:http://instantrails.rubyforge.org/wiki/wiki.pl

RadRails:(http://www.radrails.org/ , 2007年3月9日起不可用)

     由于radrails已经移交给了Aptana,现在radrails.org已经无法访问,新地址 ttp://www.aptana.com/download_radrails.php

     让RadRails象TextMate:http://schf.uc.org/articles/2006/09/18/textmate-like-template-syntax-for-radrails

五 Python开发

0 Python:http://www.python.org/ , http://python.cn

1 ActivePython:http://www.activestate.com/products/activepython/

六 Perl

0 Perl:http://www.perl.com/

1 ActivePerl:http://www.activestate.com/products/activeperl/

七 TCL

0 TCL: http://tcl.sourceforge.net/,http://www.tclchina.com/

1 ActiveTCL:http://www.activestate.com/products/activetcl/

2 TCLPro:http://www.tcl.tk/software/tclpro/

八 Web开发

1 aptana:http://www.aptana.com/  

     Aptana's Eclipse-Based Web IDE Helps Accelerate Ajax Development. Dreamweaver Killer: Cross Platform Open Source (Javascript, HTML, CSS) IDE

九  操作系统相关

1 Cygwin:http://www.cygwin.com/  ,Cygwin is a Linux-like environment for Windows.

2 MinGW(Minimalist GNU for Windows ):http://www.mingw.org/

     A collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs.

 其它

1 MindMap:http://freemind.sourceforge.net/wiki/index.php/Main_Page

  相关解决方案