Development

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(相关链接)
 
(未显示7个用户的46个中间版本)
第1行: 第1行:
 +
[[Image:Collaborative-Development.jpg|right|thumb|Collaborative Development]]
 
涉及开发工具, 软件生命周期工具.
 
涉及开发工具, 软件生命周期工具.
  
第15行: 第16行:
 
[[Test-driven developmen]]
 
[[Test-driven developmen]]
  
 +
==Repository==
 +
* [[Git]]
 +
* [[Subversion]]
 +
* [[Mercurial]]
 +
* [[Darcs]]
 +
* [[Bazaar]]
 +
* [[CVS]]
 +
 +
==Continuous Integration==
 +
*[[Apache Gump]]
 +
*[[Bitten]]
 +
*[[Hudson]]
 +
*[[Apache Continuum]]
 +
*[[CruiseControl]]
 +
*[[LuntBuild]]
 +
 +
==Windows==
 +
*[[POSIX Threads for Win32]]
 
==Base==
 
==Base==
 
*[[Data Structure]]
 
*[[Data Structure]]
 +
==Code==
 +
*[[StatSVN]]
 +
*[[Review Board]]
 +
*[[OpenGrok]]
 +
==Text Editor==
 +
*[[NotepadPlusPlus|Notepad++]]
 +
*[[Programmer's Notepad]]
 +
*[[jEdit]]
 
==Agile==
 
==Agile==
 
*[[Agile Software Development]]
 
*[[Agile Software Development]]
 
*[[Mingle]] - Agile Project Management Application
 
*[[Mingle]] - Agile Project Management Application
 
*[[CruiseControl]]
 
*[[CruiseControl]]
 +
*[[Hudson]]
 
*[[Selenium]]
 
*[[Selenium]]
 
*[[JUnit]]
 
*[[JUnit]]
 
*[[TestNG]]
 
*[[TestNG]]
 
+
*[[DbUnit]]
 +
*[[HttpUnit]]
 +
*[[EMMA]]
 +
*[[JDepend]]
 +
*[[PMD]]
 +
*[[JarAnalyzer]]
 +
==Browser==
 +
* [[Lynx]]
 +
* [[cURL]]
 
==Documentation==
 
==Documentation==
 
*[[SGML]]
 
*[[SGML]]
第51行: 第87行:
 
*[[vnc2swf]]
 
*[[vnc2swf]]
 
*[[Buildix]]
 
*[[Buildix]]
 +
*[[CMake]]
 +
*[[NSIS]]
 
==GNU Tools==
 
==GNU Tools==
 
*[[GNU Binutils]]
 
*[[GNU Binutils]]
第68行: 第106行:
 
*[[GNU arch]]
 
*[[GNU arch]]
 
==C & C++==
 
==C & C++==
 +
*[[Sun Studio]]
 
*[[Xrefactory]]
 
*[[Xrefactory]]
 
*[[MinGW Developer Studio]]
 
*[[MinGW Developer Studio]]
第75行: 第114行:
 
*[[HeaderBrowser]]
 
*[[HeaderBrowser]]
 
*[[ClearSilver]]
 
*[[ClearSilver]]
 
+
*[[Google CPlusPlus Testing Framework|Google C++ Testing Framework]]
 
==Java==
 
==Java==
 
*[[OpenGrok]]
 
*[[OpenGrok]]
第86行: 第125行:
 
*[[LuntBuild]]
 
*[[LuntBuild]]
 
*[[Hudson]]: 一个持续集成工具
 
*[[Hudson]]: 一个持续集成工具
 +
*[[FindBugs]]
 
*[[PMD]]
 
*[[PMD]]
 +
*[[SourceForge]]
  
 
==Python==
 
==Python==
*[[Trac]]
+
*[[SCons]]
 +
*[[Apache Gump]]
 
*[[BuildBot]]
 
*[[BuildBot]]
 +
*[[Trac]]
 +
*[[Roundup Issue Tracker]]
 
*[[Genshi]]
 
*[[Genshi]]
 
*[[Python Sidebar]]
 
*[[Python Sidebar]]
*[[Roundup Issue Tracker]]
 
*[[SCons]]
 
 
*[[Kid Template]]
 
*[[Kid Template]]
 
*[[Gimini]]
 
*[[Gimini]]
*[[ Pudge]]
+
*[[Pudge]]
 
*[[Docutils]]
 
*[[Docutils]]
 
==Perl==
 
==Perl==
第110行: 第152行:
 
*[[redMine]]
 
*[[redMine]]
 
*[[Capistrano]]
 
*[[Capistrano]]
 +
*[[RubyWorks]]
 
==Statistics==
 
==Statistics==
 
*[[Dap statistics and graphics|Dap]]
 
*[[Dap statistics and graphics|Dap]]
第125行: 第168行:
 
*http://www.open.collab.net/
 
*http://www.open.collab.net/
 
*[http://www-128.ibm.com/developerworks/cn/java/j-ap09056/index.html 让开发自动化: 选择持续集成服务器] - 对开源 CI 服务器:CruiseControl、Luntbuild 和 Continuum 的调查
 
*[http://www-128.ibm.com/developerworks/cn/java/j-ap09056/index.html 让开发自动化: 选择持续集成服务器] - 对开源 CI 服务器:CruiseControl、Luntbuild 和 Continuum 的调查
 +
*[https://github.com/sindresorhus/awesome awesome]
 +
 +
{{comment}}
 +
 +
[[category:software development]]

2015年9月27日 (日) 00:42的最后版本

Collaborative Development

涉及开发工具, 软件生命周期工具.

Google 的工程师干活最常用是 VimEmacsEclipse。用 VIM 或 Emacs 的人占多数,用 Eclipse 人较少。

平时使用 Vi/Emacs 开发 c, c++, python 应用 , 使用 NetBeans 开发 java 应用, Vi/Emacs + Netbeans 是个不错的组合。

对于 GNU Emacs, 我们有种宗教的信仰,倘若加上 JDEE 对 Java 的良好支持,GNU Emacs 完全可替代 Netbeans/Eclipse ,而成为开发人员的终极选择 :)

BEA Workshop

EDOS stands for Environment for the development and Distribution of Open Source software

http://www.edos-project.org

Test-driven developmen

目录

[编辑] Repository

[编辑] Continuous Integration

[编辑] Windows

[编辑] Base

[编辑] Code

[编辑] Text Editor

[编辑] Agile

[编辑] Browser

[编辑] Documentation

[编辑] Tools

[编辑] GNU Tools

[编辑] C & C++

[编辑] Java

[编辑] Python

[编辑] Perl

[编辑] PHP

[编辑] Ruby

[编辑] Statistics

[编辑] Tcl/Tk

[编辑] Windows

[编辑] 相关链接

Comment-32x32.png

<discussion>characters_max=300</discussion>

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱