摘要:
1、官网 https://httprunner.com/https://httprunner.com/docs/ 2、github https://github.com/httprunner/httprunner https://github.com/httprunner/QuickRunner 3 阅读全文
摘要:
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 阅读全文
摘要:
1、起因 虚拟机内的docker起不来了, 百度各种查,还是没解决(百度真拉胯),无奈测试需要用, 还是得折腾一下 2、清理docker容器及镜像(报错的话, 相关可能执行不了) 1、删除容器 1)首先需要停止所有的容器 docker stop $(docker ps -a -q) 2)删除所有的容 阅读全文
摘要:
1、阿里源 https://developer.aliyun.com/mirror/pypi 2、华为源 https://mirrors.huaweicloud.com/home 3、命令行配置 升级pip pip install -i https://pypi.tuna.tsinghua.edu. 阅读全文
摘要:
1、处理方法 git config --system core.longpaths true 顾名思义,就是支持长的路径 2、官网文档 https://git-scm.com/doc 参考链接: https://blog.csdn.net/qq_42068550/article/details/89 阅读全文
摘要:
1、场景 只有一级目录 2、批处理脚本 CHCP 65001 @ECHO OFF ECHO "####################################################" ECHO "# Subject: update git repo #" ECHO "# Date: 阅读全文
摘要:
参考链接: https://blog.csdn.net/qq_37107304/article/details/103731209 阅读全文
摘要:
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 # 新增配 阅读全文
摘要:
空了再写 参考链接: https://blog.csdn.net/zyndev/article/details/113888620 阅读全文
摘要:
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 阅读全文