开发工具分享#
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