* 该算法即可算出该系统适合的线程数量 int numberOfThreads = (int) Math.ceil(Runtime.getRuntime().availableProcessors() / 4d);