上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页
摘要: docker login -u admin -p Harbor12345 hub.atguigu.com 阅读全文
posted @ 2020-02-28 20:40 small_lei_it 阅读(4268) 评论(0) 推荐(0) 编辑
摘要: 一般删除步骤为:先删pod再删pvc最后删pv 但是遇到pv始终处于“Terminating”状态,而且delete不掉。 [root@k8s-master ops]# kubectl get pvc -n kube-ops NAME STATUS VOLUME CAPACITY ACCESS MO 阅读全文
posted @ 2020-02-26 15:25 small_lei_it 阅读(682) 评论(0) 推荐(0) 编辑
摘要: 原文地址;https://blog.csdn.net/yimin_tank/article/details/83784517 https://blog.csdn.net/weixin_34321977/article/details/92487699 阅读全文
posted @ 2020-02-26 09:43 small_lei_it 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 1.注释掉 bind 127.0.0.1;2.设置 appendonly yes;3.设置 daemonize yes.以上设置完之后,重点来了,如果其他机器想访问本系统的话,需要经由端口进行访问,所以需要开启相应的端口,然后重启防火墙 原文地址:https://blog.csdn.net/m0_3 阅读全文
posted @ 2020-02-25 22:01 small_lei_it 阅读(188) 评论(0) 推荐(0) 编辑
摘要: type RequestInfo struct { Url string Data map[string]string //post要传输的数据,必须key value必须都是string DataInterface map[string]interface{} } //适用于 applicatio 阅读全文
posted @ 2020-02-25 14:51 small_lei_it 阅读(5035) 评论(0) 推荐(0) 编辑
摘要: Golang 支持交叉编译,在一个平台上生成另一个平台的可执行程序,最近使用了一下,非常好用,这里备忘一下。 Mac 下编译 Linux 和 Windows 64位可执行程序 CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build main.goCGO_ENAB 阅读全文
posted @ 2020-02-20 17:25 small_lei_it 阅读(132) 评论(0) 推荐(0) 编辑
摘要: sudo chown -R sfx /Users/sfx/.config 即sfx 创建的用户 其中sfx 是我的,每个人都不一样。在终端把这个命令复制进去,点一下,就解决了。 阅读全文
posted @ 2020-02-20 16:12 small_lei_it 阅读(351) 评论(0) 推荐(0) 编辑
摘要: pycharm 安装第三方库报错:AttributeError: 'module' object has no attribute 'main' pip升级到 10.0.1 之后 老版的pycharm 使用pip安装第三方库的时候会报错,报错如上图所示: 其主要原因是 新版的 pip 更改了 部分a 阅读全文
posted @ 2020-02-12 09:24 small_lei_it 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 1.root用户下 进入 /etc/vimrc vi /etc/vimrc2.在文件最后面追加如下代码: 显示行号: set nu 设置缩进: set tabstop=4 阅读全文
posted @ 2020-02-11 20:11 small_lei_it 阅读(396) 评论(0) 推荐(0) 编辑
摘要: centos下安装pip时失败: [root@wfm ~]# yum -y install pipLoaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached hostfile 阅读全文
posted @ 2020-02-11 19:50 small_lei_it 阅读(250) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页