摘要: package com.hanqi.xc; import java.util.*; public class lianxi extends Thread { public void run() { chengshi(); } public void chengshi() { for(int ... 阅读全文
posted @ 2016-06-04 09:35 周帝 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 1 package com.hanqi.xc; 2 3 public class Test1 { 4 5 public static void main(String[] args) { 6 7 // 线程测试 8 for (int i = 0; i < 10; i++) { 9 System.out.pri... 阅读全文
posted @ 2016-06-04 09:29 周帝 阅读(175) 评论(0) 推荐(0) 编辑