上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 36 下一页
摘要: 在windows下清理缓存使用命令如下 # 清理缓存 ipconfig /flushdns # 查看dns缓存 ipconfig /displaydns 阅读全文
posted @ 2022-03-06 09:11 lucky_tomato 阅读(778) 评论(0) 推荐(0) 编辑
摘要: 1、打开Pycharm,点击Tools-Deployment-Configuration 2、点击新增 3、填写任意名字然后选择SFTP 4、填写服务器信息 5、测试是否通信成功 6、填写本地目录和服务器上目录 7、测试上传 阅读全文
posted @ 2022-02-28 13:54 lucky_tomato 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 今天用jenkins构建时报错,详细如下: ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job. Finished: FAILURE 后来才知道 阅读全文
posted @ 2022-02-26 15:34 lucky_tomato 阅读(2195) 评论(2) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2022-02-25 16:55 lucky_tomato 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-02-25 16:51 lucky_tomato 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 使用docker安装gitlab,登录页面需要输入账号密码,默认的账号是root,查看密码的方式如下: docker exec -it 容器名字或容器ID grep 'Password:' /etc/gitlab/initial_root_password 阅读全文
posted @ 2022-02-25 16:47 lucky_tomato 阅读(8226) 评论(0) 推荐(0) 编辑
摘要: 问题:Centos7friewalld报错Job for firewalld.service failed because the control process exited with error code. See "systemctl status firewalld.service" and 阅读全文
posted @ 2022-02-24 17:37 lucky_tomato 阅读(793) 评论(0) 推荐(0) 编辑
摘要: 当git push时报错:fatal: Authentication failed for 'http://xxx,想清理账号密码方法如下: git config --system --unset credential.helper 阅读全文
posted @ 2022-02-23 22:57 lucky_tomato 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 前言:今天使用docker部署Nginx,感觉还挺方便的,后来发现Nginx日志获取的IP是docker的IP,不是真实的客户端IP,分享下如何获取真实的客户端IP 1、下面图的IP是172开头的,这是属于容器分配的IP,通过把docker网桥加入到防火墙的internal区域就可以获取到真实的IP 阅读全文
posted @ 2022-02-15 16:09 lucky_tomato 阅读(3537) 评论(0) 推荐(0) 编辑
摘要: 这个报错信息其实是因为升级到python3的原因,只需要把/usr/sbin/firewalld文件里面的python路径指向之前python2的路径即可 阅读全文
posted @ 2022-02-15 15:19 lucky_tomato 阅读(279) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 36 下一页