固定大小的線程池,newFixedThreadPool線程
單任務線程池,newSingleThreadExecutor線程池
可變尺寸的線程池,newCachedThreadPoolnew
延遲鏈接池,newScheduledThreadPool