Netkiller Developer 手札

November 15, 2008

Mr. Neo Chan, 陈景峰

 


中国广东省深圳市宝安区龙华镇
518109
+86 755 29812080
+86 755 29812080

文档出处
http://netkiller.8800.org/
http://netkiller.hikz.com/
http://netkiller.mefound.com

版权声明

你可以任意转载,转载请与作者联系,转载时请务必标明文章原始出处和作者信息及本声明。

文档最近一次更新于 Wed Dec 31 07:32:28 UTC 2008


目录

I. Developer
1. Editor
VIM
2. comparison, merge and patch utilities
comparison, merge
patch - apply a diff file to an original
II. Project
3. Subversion
Invoking the Server
standalone “daemon” process
classic Unix-like inetd daemon
WebDav
Macromedia Dreamweaver MX 2004 + WebDAV +Subversion
4. cvs - Concurrent Versions System
chroot
cvs login | logout
cvs import
cvs checkout
cvs update
cvs add
cvs status
cvs commit
cvs remove
cvs log
cvs annotate
cvs diff
rename file
revision
cvs export
cvs release
branch
milestone
patch branch
keywords
5. Git – Fast Version Control System
git-daemon - A really simple server for git repositories
git-add - Add file contents to the index
git-status - Show the working tree status
git-commit - Record changes to the repository
git-show - Show various types of objects
git-checkout - Checkout and switch to a branch
checkout master
checkout branch
Manipulating branches
list branches
create branches
delete branches
git-show-branch - Show branches and their commits
6. TRAC
7. TUTOS
III. c/c++
8. compiler
gcc - The GNU C compiler
g++ - The GNU C++ compiler
9. make
10. 调试工具
ldd
IV. PHP 5
11. php-pear - PEAR - PHP Extension and Application Repository
12. PHPUnit - Unit testing framework for PHP
13. php5-pgsql - PostgreSQL module for php5
14. PHP connect SQL Server under unix like
15. CodeIgniter - Open source PHP web application framework
V. Perl
16. Catalyst Web framework
17. Module::Build
18. ExtUtils::MakeMaker
19. Test::Simple
20. Test::More
21. Python
Django
Python Imaging Library
22. Java
23. Memcached
python-memcached
Java API
PHP Memcache
VI. Javascript
24. DOMDocument
createTextNode
25. Microsoft.XMLHTTP
Get
POST
26. jQuery
VII. Database
27. database design
opensource database design tools
28. SQL
SQL 99
SQL 92

范例清单

2.1. single file
2.2. a lot of file or directory
22.1. /etc/profile.d/java.sh
23.1. memcached.py
23.2. memcached.java
23.3. memcache.php