Monthly Archives: April 2008

JavaCC

I learned to use JavaCC these days. And I found that JavaCC is a great toolkit. What is JavaCC? JavaCC is short for Java Compiler Compiler. It is a parser or scanner generator for Java. Java Compiler Compiler [tm] (JavaCC … Continue reading

Posted in C++, Java, JavaScript | Tagged , | 2 Comments

Moving Server Lesson

1. Moving server from IP to another IP may have a lot of problems. DNS may not be totally updated to all of visitor. So keep the old server running as possible. 2. Old content should not be removed immediately. … Continue reading

Posted in Uncategorized | Leave a comment