Fork me on GitHub
摘要: package thread; public class Test02 { //定义初始票数 public static int chepiao = 20; public static void main(String[] args) { Test02 t = new Test02(); //匿名类创建线程 Thread t1 = new Threa... 阅读全文
posted @ 2019-08-14 13:27 xsiong 阅读(929) 评论(0) 推荐(0) 编辑
摘要: package com.xh; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.LinkedBlockingDeque; import java.util.concurrent.ScheduledExecutorSer... 阅读全文
posted @ 2019-08-14 10:16 xsiong 阅读(168) 评论(0) 推荐(1) 编辑
Live2D