摘要: 首先介绍两个重要的接口,Executor和ExecutorService,定义如下: Java代码 public interface Executor { void execute(Runnable command); } Java代码 Java代码 Java代码 public interface  阅读全文
posted @ 2016-10-11 10:50 Evil_XJZ 阅读(2773) 评论(0) 推荐(0)