Wednesday, December 19, 2007

NuSoap notice

1. Put all defination of complex type into one file

2. When use .net application to call Nusoap web service, use wsdl.exe instead of add web reference to create proxy class

Sunday, November 4, 2007

MySql commands

1. mysql -h localhost -u root -p

2. dump database
mysqldump -h localhost -u root -p DBNAME>c:\dumpfile.sql

3. restore database
mysql -h localhost -u root -p DBNAME<c:\dumpfile.sql

Sunday, September 30, 2007

Five free Web apps we can't live without

Ta-da List
PBWiki
Google Docs
Bloglines V3
Zoho Creator

http://www.computerworld.com/action/article.do?command=printArticleBasic&articleId=9038638

Thursday, September 20, 2007

Thursday, September 13, 2007