10 2019 档案
摘要:public static String getIp(){ try { InetAddress ia=InetAddress.getLocalHost(); // String localname=ia.getHostName(); String localip=ia.getHostAddress(
阅读全文
摘要://ScheduledThreadPoolExecutor每三秒执行一次 public static void main(String[] args) { ScheduledThreadPoolExecutor scheduled = new ScheduledThreadPoolExecutor(
阅读全文