摘要: ==实现方式 1继承Thread 2实现Runnable接口 3Callable--FutureTask-有返回值 task.get() -- getName() Thread.sleep(1000)-毫秒 -- == 生产者 消费者 阻塞队列 ArrayBlockingQueue ==线程高级 状 阅读全文
posted @ 2022-03-25 18:15 悟_空 阅读(14) 评论(0) 推荐(0)