标签:img ice color nbsp rmi second col 执行 cut
boolean loop = true; do{ loop=!executorService.awaitTermination(2, TimeUnit.SECONDS); }while(loop);
线程池: 等待线程池内所有线程执行完毕后再继续任务
原文地址:http://www.cnblogs.com/xxx-xxx/p/7771959.html