12 2019 档案
摘要:配置环境变量 export GOPATH=/home/ben/Data/go export PATH=$PATH:/home/ben/Programs/go/bin 配置镜像 https://goproxy.cn/ $ export GO111MODULE=on $ export GOPROXY=h
阅读全文
摘要:1、安装mysql server sudo apt-get install mysql-server 2、查看默认生成的密码 sudo cat debian.cnf debian.cnf # Automatically generated for Debian scripts. DO NOT TOU
阅读全文