Web App Stressing Test

TBD

Tomcat

placeholder to address some hints for tomcat.

PHP Development 101 Part One

Part 1: set up your dev environment: Get and set up your IDE: http://www.eclipse.org/pdt/downloads/ Seems a little strange to me, but you need to a

Get This Friday

Man, I am so eager to know which day is this week Friday and hate to look at any calendar to see it. So I wrote this tiny piece of code to help me out

UNIX Command Cheat List

uname –a to see the system OS version df –h to see DISK top to see CPU/IO status touch to update the timestamp of a file or create an empty fi

Engineering Reading List

Software Engineering * Design Patterns: Elements of Reusable Object-Oriented Software * Refactoring: Improving the Design of Existing Code * Code

Engineering Tools & Software Packages

Here is a not thorough list for the tools I was/am using for daily development. Bug handling: DevTrack SCM: Perforce, CVS, VCS HTTP Sniffer: Fireb

[Python - Book Reading] Notes on Python in a nutshell

[Notes] Sequence: string, tuple and list. Set: unique, not ordered. Dictionary:mapping, also corresponding to map in Java. [Lab} >>> type(1) >>

DJango Learning Doc:

http://www.woodpecker.org.cn/obp/django/django-stepbystep/newtest/doc/ A python Editor http://code.google.com/p/ulipad/wiki/SvnHowTo