摘要:
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
阅读(166)
评论(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
阅读(68)
评论(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
阅读(312)
评论(0)
推荐(0)

浙公网安备 33010602011771号