摘要: 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 织式 阅读(312) 评论(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 织式 阅读(249) 评论(0) 推荐(0) 编辑