摘要: public class TelnetTest { @Test public void telnetTest(){ long start = System.currentTimeMillis(); boolean flag = telnet("192.1.1.132",8100,1000); lon 阅读全文
posted @ 2023-03-16 12:28 sensen~||^_^|||& 阅读(17) 评论(0) 推荐(0)
摘要: eg: SET FOREIGN_KEY_CHECKS = 0;truncate t_user;truncate t_shop;SET FOREIGN_KEY_CHECKS = 1; 阅读全文
posted @ 2023-03-16 08:17 sensen~||^_^|||& 阅读(29) 评论(0) 推荐(0)