2009年11月3日星期二

c++ Precedence

http://www.cppreference.com/wiki/operator_precedencet

2009年10月27日星期二

C# string processing

trim-> only deal with the case related to the beginning and the end
replace-> can deal with the case in the middle

2009年7月8日星期三

Java' List +template

ArrayList m =new ArrayList();
List minPath =m.subList(0, 0);


Java' s List class even can not initialize with the templete, feeling weird about it.

2009年7月1日星期三

my sql database population

1 add bar as the database or table name
SQL_MODE=ANSI_QUOTES
2