Li's BLOG
Wednesday, December 24, 2008
Why do we do final in Java?
›
Noticed lots of nice opensource code and Java style checker suggested to use final and static as much as possible. I kinda understand why ...
5 comments:
Monday, November 10, 2008
Create free ringtune for iPhone
›
I got my iPhone for over 4 months now, and one of the biggest problem (beside of my love on it) is my favorite Ringtones in my previous phon...
Thursday, October 23, 2008
Pidgin log file to Adium log converter
›
Because I'm a business owner, need to keep in touch with many of my clients, partners and employees with all different kinds of IMs(MSN,...
37 comments:
Sunday, October 5, 2008
Check object that has been locked in Oracle
›
select oracle_username,object_id,session_id from v$locked_object; select object_name from dba_objects where object_id = ; is the id of obje...
Friday, June 20, 2008
Allow Linux box in intranet to access internet via a gateway server
›
I have three servers in a intranet environment. One(A) can access internet directly. Others(B andC) are connected to A. In order to allow B ...
Friday, June 6, 2008
Submit form to a popup window
›
Sometime, when submit a form, you wanna open a new popup window and show submit result there. Here's the code that can do the work: <...
7 comments:
Tuesday, May 27, 2008
Quicken 2006 on Ubuntu 8.04 X64
›
Make sure you have IE4Linux (http://www.tatanka.com.br/ies4linux/page/Main_Page) installed. Then install Quicken 2006 in Ubuntu 8.04. Everyt...
‹
›
Home
View web version