win10 排查curl: (7) Failed to connect to localhost port xx after 0 ms: Couldn‘t connect to server win10 wsl ubuntu 排查curl: (7) Failed to connect to localhost port xx after 0 ms: Couldn't connect to server
docker compose up 生成的 mysql 和 redis 容器一直restarting 问题排查 docker compose up 生成的 mysql 和 redis 容器一直restarting 问题排查
记录解决windows docker kubectl 命令 https://kubernetes.docker.internal:6443/api?timeout=32s\“: EOF“ 记录解决windows docker kubectl 命令 https://kubernetes.docker.internal:6443/api?timeout=32s\“: EOF“
【docker error pulling image configuration: download failed after 拉取镜像问题解决】 【代码】【docker error pulling image configuration: download failed after 拉取镜像问题解决】
解决go build 构建问题 go:build comment without // +build comment 排查了代码应该是没有问题,必应网站查询问题原因,可能是go 的版本 是低于1.17版本 导致出现的问题,go 引入的依赖库包中 1.17版本后 引入了新的构建标记语法导致的兼容问题。脚本功能是监听8081端口访问,打印访问的头信息日志。记录一个go build 构建的问题。执行go build 构建 报错。查看当前使用的go版本。main.go 文件。查询解决问题参考链接。