随笔分类 -  Java Multi-Thread

cnblog test
摘要:这是一篇测试用博客! 1 /* 2 * 第一篇测试博客 3 * 4 */ 5 public class TestCnBlog { 6 public static void main(String[]args) { 7 System.out.println("This is a test for cnblog!"); 8 System.exit(0); 9 }10 } 阅读全文
posted @ 2012-05-23 21:06 feichexia 阅读(222) 评论(0) 推荐(0)