標籤:des c java a http int
如果你新安裝好了一台WindowsXP或者Windows7的機器,作為一個開發人員,我建議安裝下面這些軟體:
1,WinMerge.
http://winmerge.org/
2, Lua for windows,或者Python或者Ruby,選擇一個你喜歡的指令碼語言。LuaForWindows還內建了一個Scite編輯器,節省了找一個程式員相關編輯器的步驟。
http://luaforwindows.luaforge.net/
3,7-zip,不需要安裝winzip或者winrar了
http://www.7-zip.org/
4,Sysinternals套件,windows開發必備。
http://technet.microsoft.com/en-us/sysinternals/default.aspx
5,Windbg,windows調試必備。
http://www.microsoft.com/whdc/Devtools/Debugging/default.mspx
6,FileZilla,開源的ftp軟體。
http://filezilla-project.org/
7,Visual Studio2008 express,微軟系的同學必須要的。當然,你應該很容易搞到更進階的版本。如果不玩dotnet那些,可以下載個VC++6.0,足夠用了。
http://www.microsoft.com/express/Downloads/#webInstall
Java系的朋友,自有選擇,不多廢話。
8,Debug Diagnostic Tool,檢查memory leak很好用。
http://www.microsoft.com/downloadS/details.aspx?FamilyID=28bd5941-c458-46f1-b24d-f60151d875a3&displaylang=en
9,bitnami stacks,如果你搞什麼php,ruby,python,mysql之類的web開發,這裡面的整合安裝包必有一款適合你。不想安裝的還可以下載vmware鏡像檔案。
http://bitnami.org/stacks
10,daemon-tools,虛擬光碟機軟體。
11,文字編輯器,notepad++或者gVim都不錯。
http://portableapps.com/apps
12,SSH軟體推薦putty,破牆必備。
http://portableapps.com/apps/internet/putty_portable
13,VNC類的軟體可以用這個
http://portableapps.com/apps/utilities/teamviewer_portable
也可以用QQ或者netmeeting之類的,也是必備。
14,Picpick,抓屏軟體,非常推薦。
http://picpick.wiziple.net/
15,版本管理工具,可以用subversion或者git。github算是個不錯的選擇。我經常把小程式碼片段貼到gist中。其中visualsvn有免費伺服器程式下載。
http://www.visualsvn.com/
http://subversion.tigris.org/
http://github.com/guides/using-git-and-github-for-the-windows-for-newbies
16,如果搞網路相關開發,可以下載抓包工具wireshark(原名ethereal)。
http://www.wireshark.org/
http也可以試試這個軟體
http://www.fiddler2.com/fiddler2/
17,VMWare虛擬機器,最好搞一個,裡面裝上Debian,玩玩Linux,另外裝個乾淨的windowsXP,壓縮起來備用,測試中經常會用到。