摘要:
1 public String getPodIp() { 2 try { 3 String ipButton = Application.getProperty("ipButton", "ipv4"); 4 Enumeration < NetworkInterface > networkInterf 阅读全文
摘要:
1 public enum CommonThreadPoolEnum { 2 3 TAKE_PHONE_NUMBER_THREAD_POOL; 4 5 private ThreadPoolExecutor executor; 6 7 CommonThreadPoolEnum() { 8 int co 阅读全文
摘要:
1 public class CommonThreadPool { 2 private static final CommonThreadPool pool = new CommonThreadPool(); 3 private ThreadPoolExecutor executor; 4 priv 阅读全文