摘要: class Thread1 extends Thread { @Override public void run() { while (true) { System.out.println(this.getState()); } } 在main方法中: Thread t1 = new Thread( 阅读全文
posted @ 2020-12-08 15:08 Noah1997 阅读(102) 评论(0) 推荐(0)
摘要: 找了N多原因,最后发现了问题所在:网上的大多数xml配置,阿里云的链接是http形式的,然而阿里云在2020年2月份禁止了http连接,只能用https连接。 阅读全文
posted @ 2020-03-18 01:40 Noah1997 阅读(864) 评论(0) 推荐(0)