摘要:
public class TestThread implements Runnable{ public TestThread() { } public static void main(String[] args) { Thread[] t = new Thread[10]; TestThread r = new TestThread(); ... 阅读全文
posted @ 2012-08-09 17:33 紫冰龙 阅读(133) 评论(0) 推荐(0) 编辑