摘要: 今天安装tensorflow遇到的问题,第一次pip install tensorflow安装显示连接源timeout, 解决方案如下: 1 # 设置超时时间 2 pip --default-timeout=100 install tensorflow 然后,又产生一个新问题,如下: 1 Looki 阅读全文
posted @ 2020-08-31 17:31 穷开心y 阅读(8855) 评论(0) 推荐(0) 编辑
摘要: nignx 配置总结 阅读全文
posted @ 2020-05-11 10:11 穷开心y 阅读(146) 评论(0) 推荐(0) 编辑
摘要: consul 阅读全文
posted @ 2019-12-08 19:09 穷开心y 阅读(1144) 评论(0) 推荐(0) 编辑
摘要: consul 阅读全文
posted @ 2019-12-08 19:04 穷开心y 阅读(162) 评论(0) 推荐(0) 编辑
摘要: nsq golang 阅读全文
posted @ 2019-12-01 16:30 穷开心y 阅读(593) 评论(0) 推荐(0) 编辑
摘要: go nsq 阅读全文
posted @ 2019-12-01 14:31 穷开心y 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 最开始学习java出身,而真正到公司以后,开始接触各种开发语言。 进入第一家公司后,开始了python之旅,当时对python,shell,go等一窍不通,真是难受,后来也是硬着头皮学习python,shell,做了一段时间的区块链自动化开发之后,对python,shell有了一定的了解,不能说信手 阅读全文
posted @ 2019-07-08 15:58 穷开心y 阅读(220) 评论(1) 推荐(0) 编辑
摘要: #!/usr/bin/expect ### 新版双层跳板机版本 ### # 设置15秒超时时间 set timeout 15 # 设置参数名称 set jumpusr [lindex $argv 0] set jumphost [lindex $argv 1] set jumppassword [lindex $argv 2] set jumpid [lindex $argv 3] se... 阅读全文
posted @ 2019-06-26 11:36 穷开心y 阅读(370) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/expect ### 两层跳板机版本 ### set timeout 15 set jumpusr [lindex $argv 0] set jumphost [lindex $argv 1] set jumppassword [lindex $argv 2] set usr 阅读全文
posted @ 2019-06-26 11:28 穷开心y 阅读(1113) 评论(0) 推荐(0) 编辑
摘要: 学习mysql时,也就学习了一下基本的curd用法,但是在随后的工作中,有半年没有用对其忘了个差不多,尴尬!随后半年当再次用的时候也只是又学习了一下基本的curd,没有一个实质的进步。 后来换了工作,开启了项目之旅后,有关mysql的库表,表字段所有设计全有自己来设计,当时也是慌的狠,项目也是着急, 阅读全文
posted @ 2019-06-20 14:18 穷开心y 阅读(171) 评论(0) 推荐(0) 编辑