标签:code read current return java style service tor exec
import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; public class ThreadFactory { private static ExecutorService threadpool = Executors.newFixedThreadPool(200); public static ExecutorService getThreadpool() { return threadpool; } }
标签:code read current return java style service tor exec
原文地址:http://www.cnblogs.com/tonggc1668/p/7387807.html