摘要:
package com.aaa.thread.Test; public class TestTwo implements Runnable { @Override public void run() { for (int i=0;i<10;i++){ System.out.println(Thread.currentThread().ge... 阅读全文
posted @ 2019-07-02 10:03
织式
阅读(337)
评论(0)
推荐(0)
摘要:
package com.aaa.thread.Test; public class Runable implements Runnable{ @Override public void run() { for (int i=1;i<=10;i++){ System.out.println( Thread.currentThread().g... 阅读全文
posted @ 2019-07-02 09:43
织式
阅读(253)
评论(0)
推荐(0)

浙公网安备 33010602011771号