上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 46 下一页
摘要: 1、官网 https://httprunner.com/https://httprunner.com/docs/ 2、github https://github.com/httprunner/httprunner https://github.com/httprunner/QuickRunner 3 阅读全文
posted @ 2022-08-12 10:21 代码诠释的世界 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1、查询相关DNS 优先使用https://www.ipaddress.com/ 查出来的结果是(有点用) 140.82.113.4 github.com 199.232.69.194 github.global.ssl.fastly.net 185.199.108.133 raw.githubus 阅读全文
posted @ 2022-08-10 13:57 代码诠释的世界 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 1、起因 虚拟机内的docker起不来了, 百度各种查,还是没解决(百度真拉胯),无奈测试需要用, 还是得折腾一下 2、清理docker容器及镜像(报错的话, 相关可能执行不了) 1、删除容器 1)首先需要停止所有的容器 docker stop $(docker ps -a -q) 2)删除所有的容 阅读全文
posted @ 2022-08-10 11:15 代码诠释的世界 阅读(1450) 评论(0) 推荐(0) 编辑
摘要: 1、阿里源 https://developer.aliyun.com/mirror/pypi 2、华为源 https://mirrors.huaweicloud.com/home 3、命令行配置 升级pip pip install -i https://pypi.tuna.tsinghua.edu. 阅读全文
posted @ 2022-08-10 10:58 代码诠释的世界 阅读(8489) 评论(0) 推荐(0) 编辑
摘要: 1、处理方法 git config --system core.longpaths true 顾名思义,就是支持长的路径 2、官网文档 https://git-scm.com/doc 参考链接: https://blog.csdn.net/qq_42068550/article/details/89 阅读全文
posted @ 2022-08-03 10:21 代码诠释的世界 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1、场景 只有一级目录 2、批处理脚本 CHCP 65001 @ECHO OFF ECHO "####################################################" ECHO "# Subject: update git repo #" ECHO "# Date: 阅读全文
posted @ 2022-08-02 14:50 代码诠释的世界 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://blog.csdn.net/qq_37107304/article/details/103731209 阅读全文
posted @ 2022-08-01 20:06 代码诠释的世界 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 1、docker hub https://hub.docker.com/_/mysql 2、创建目录 mkdir -p $HOME/mysql/conf $HOME/mysql/data $HOME/mysql/log 3、编辑配置文件 # 编辑配置文件my.cnf vim my.cnf # 新增配 阅读全文
posted @ 2022-08-01 15:34 代码诠释的世界 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 空了再写 参考链接: https://blog.csdn.net/zyndev/article/details/113888620 阅读全文
posted @ 2022-08-01 14:56 代码诠释的世界 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 1、官网 https://www.consul.io/docs/guides HTTP API | Consul by HashiCorp 2、docker hub https://hub.docker.com/_/consul/ 3、github https://github.com/hashic 阅读全文
posted @ 2022-08-01 12:06 代码诠释的世界 阅读(400) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 46 下一页