開發工具分享#
20150419
目錄##
......Text Editor
......IDE
......服務器管理工具
......虛擬機
......數據庫開發工具
......程序語言設計工具
......插件
1.Text Editor##
1.1 mou###
markdown editor for mac os.
1.2 emacs###
text editor for *unix.
1.3 vi/vim###
text editor for *unix.
1.4 UltraEdit###
text editor for windows/mac.
2.IDE##
2.1 eclipse###
java develop platform.
2.2 Xcode###
ios/os platform.
2.3 visual studio###
windows platform.
3.服務器管理工具##
3.1 FileZilla###
a FTP software for Win/Mac/*unix,written by c.
4.虛擬機##
4.1 parallels desktop###
virtual machine for mac.
4.2 VMware###
virtual machine for *unix.
4.3
5.數據庫開發工具
5.1 PL/SQL Developer###
for oracle only in windows.
5.2 SqlDeveloper###
for oracle in Win/MAC/*inux,written by java.
5.3 Toad###
for oracle/mysql in Win/MAC/*inux.
6.程序設計語言工具##
6.1 LEX 和 YACC
Lex是LEXical compiler的縮寫,是Unix環境下非常著名的工具,主要功能是生成一個詞法分析器(scanner)的C源碼,描述規則采用正則表達式(regular expression)。
yacc(Yet Another Compiler Compiler),是Unix/Linux下一個經典的生成語法分析器的工具,用來生成編譯器的編譯器(編譯器代碼生成器)。yacc生成的編譯器主要是用C語言寫成的語法解析器(Parser),需要與詞法解析器Lex一起使用,再把兩部份產生出來的C程序一并編譯。
7.插件##
7.1 smoothmouse###
os系統鼠標用不習慣的話,推薦這個插件,可以去除mac中鼠標加速度的特性。
welcom to my page ---> http://www.helowrd.net