05 2022 档案

摘要:public class SSHUtil { private static Logger logger = LoggerFactory.getLogger(SSHUtil.class); private String ip; private int port; private String user 阅读全文
posted @ 2022-05-23 10:37 lem985 阅读(155) 评论(0) 推荐(0) 编辑
摘要:public class ReadLog { //设置变量 记录上次读取位置 private long num = 0; public void readAW() throws IOException { File file = new File("/Users/shunzhang/Download 阅读全文
posted @ 2022-05-23 10:35 lem985 阅读(49) 评论(0) 推荐(0) 编辑
摘要:public static String getIp(){ Enumeration<NetworkInterface> nis; String ip = null; try { nis = NetworkInterface.getNetworkInterfaces(); for (; nis.has 阅读全文
posted @ 2022-05-23 10:33 lem985 阅读(288) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示