- 博客(2)
- 收藏
- 关注
原创 git 连接远程仓库 git push -u origin master 报错
$ git push -u origin master fatal: unable to access 'https://github.com/onionhou/Xylitol.git/': Could not resolve host:无法解析 主机名弄了一下午没解决,网上方法很多,我总结一下。一、设置http代理$ git config --global http.proxy http://p...
2018-06-08 11:55:28
9487
原创 Thread线程的两种创建方式的传递过程
//线程类的传递过程class Thread implements Runnable{ private Runnable r; Thread() //无参构造 { } Thread(Runnable r) //有参 runnable构造 { this.r = r; }
2017-05-21 16:23:27
338
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人