会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Noah1997
博客园
首页
新随笔
联系
订阅
管理
2020年12月8日
this.getState() 为什么输出的NEW而不是RUNNABLE?
摘要: 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)
2020年3月18日
maven仓库无法改为阿里云镜像的问题
摘要: 找了N多原因,最后发现了问题所在:网上的大多数xml配置,阿里云的链接是http形式的,然而阿里云在2020年2月份禁止了http连接,只能用https连接。
阅读全文
posted @ 2020-03-18 01:40 Noah1997
阅读(864)
评论(0)
推荐(0)
公告