摘要:
问题 k8s报错 $ kubectl get node The connection to the server localhost:8080 was refused - did you specify the right host or port? 解决方法 将master节点中的 /etc/ku 阅读全文
摘要:
Mysql8.0相较于5.6版本在新增用户以及加密规则都有更改,记录下踩坑 新增用户 错误方式 mysql> grant all on admin.* TO admin@127.0.0.1 identified by '123456'; ERROR 1064 (42000): You have an 阅读全文
摘要:
相较于CentOS,Ubuntu系统里并没有etc/network 实际配置项在etc/netplan/50-cloud-init.yaml 具体配置内容如下: # This file is generated from information provided by the datasource. 阅读全文
摘要:
案例: 当我使用curl命令发送GET请求且带有多个参数 curl 127.0.0.1:8000/api/v1/tags?state=2&name=1 这样写参数只能捕获到第一个,且会报错,: 'name' is not recognized as an internal or external c 阅读全文