摘要:
public class TelnetTest { @Test public void telnetTest(){ long start = System.currentTimeMillis(); boolean flag = telnet("192.1.1.132",8100,1000); lon 阅读全文
摘要:
eg: SET FOREIGN_KEY_CHECKS = 0;truncate t_user;truncate t_shop;SET FOREIGN_KEY_CHECKS = 1; 阅读全文
