Tech EN
文章平均质量分 78
EricXYY
这个作者很懒,什么都没留下…
展开
-
Interpunctions frequently used in program
How many people can read out the following code snippet easily, including the interpunctions? public static void main(String[] args){ String s="hello, welcome to http://blog.csdn.net/EricXYY";原创 2007-12-01 20:10:00 · 767 阅读 · 0 评论 -
Schedule periodic tasks in Java
In Java application, some tasks need to execute periodically. For example, in an imaginary web app, there are two components: SessionService and ConfigService. The former component maintains a session原创 2007-12-02 12:27:00 · 1007 阅读 · 0 评论