摘要:
开启远程访问权限 进入 mysql 命令行模式 mysql > use mysql; mysql > update user set host='%' where host='localhost' and user='root';mysql > grant all privileges on *.* 阅读全文
摘要:
go 版本必须大于 1.11 1 设置goproxy windows go env -w GO111MODULE=on go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/ go env -w GOPROXY=https://goproxy.cn 阅读全文