摘要:
1.首先明确一下mysql几个参数的含义 全局参数system_time_zone系统时区,在MySQL启动时会检查当前系统的时区并根据系统时区设置全局参数system_time_zone的值。 The system time zone. When the server starts, it att 阅读全文
摘要:
windows: set GOPROXY=https://goproxy.cn set GO111MODULE=on linux: 阿里云配置如下: export GOPROXY=https://mirrors.aliyun.com/goproxy/ nexus社区提供的配置如下: export G 阅读全文