Li's BLOG
Monday, March 23, 2009
How to write a servlet filter
›
Since you can call HttpServletResponse.getWriter() only once, it is a little bit tricky to add more output in servlet filter, because it is ...
Monday, March 16, 2009
Tips on svnmailer
›
svnmailer is a great tool to help admin monitor changes made in SVN repositories. There're zillions of nice articles/docs on how to conf...
Monday, February 23, 2009
Nagios killed all web sites created by virtualmin
›
I have a bunch of domains running on a Linux box. They are managed by VirtualMin . Each site has its own user name, group and home folder. F...
1 comment:
Monday, February 16, 2009
Google Gear slows down WIFI?!
›
Man! if you read my previous post, you already know I have been fighting WIFI slowness on my Mac for many days. I installed a 16Mbps Comcast...
1 comment:
Tuesday, February 10, 2009
WIFI slowness of my Macbook Pro
›
My Macbook Pro (2007 edition)'s WIFI turned to be very slow recently. Speed test (http://www.speedtest.net) sometime report only 10K dow...
4 comments:
Friday, January 23, 2009
Thread-safe singlton instantiation
›
Very often that we need to get instance of a single which is initialized Lazily, meaning only when it is first be needed. What we normally d...
Thursday, January 22, 2009
Javascript compressors
›
I ran into a nice websites that compares JS compressors on the fly. Cool stuff. So I write down here as a reference for myself, and you, jus...
‹
›
Home
View web version