摘要:
//判断是否离线private Boolean isTOday(String time){ Date today = new Date(); SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd"); String format 阅读全文
摘要:
public class TelnetTest { @Test public void telnetTest(){ long start = System.currentTimeMillis(); boolean flag = telnet("192.1.1.132",8100,1000); lon 阅读全文