摘要:
Thread类的实现class MyThread extends Thread{private int time;public MyThread (String name,int time){ //设置线程的名称和休眠时间;super(name);//得到线程的名称this.time = time;... 阅读全文
posted @ 2013-08-01 20:37
peng_gy
阅读(129)
评论(0)
推荐(0)
摘要:
Thread类的实现class MyThread extends Thread{ private int time; public MyThread (String name,int time){ //设置线程的名称和休眠时间; super(name); //得到线程的名称 this.ti... 阅读全文
posted @ 2013-08-01 20:37
peng_gy
阅读(216)
评论(0)
推荐(0)

浙公网安备 33010602011771号