1. sudo vi /etc/hosts

2.按顺序输入以下内容

255.255.255.255 broadcasthost
127.0.0.1       localhost
::1             localhost

使用yum安装Go(Golang)

使用yum安装Go(Golang) 本来准备直接yum install golang或者yum install go, 执行命名后,发现没有这个包。于是只能先添加源,然后在使用命令行安装了。 Ins...

阅读全文

golang 连接 mysql 数据库

参考 https://tutorialedge.net/golang/golang-mysql-tutorial/ 使用文档 : https://sqlchoice.azurewebsites.net/en-us/sql-server/developer-get-started...

阅读全文

centos yum 安装golang

Centos # Current version: 1.12.5 $ rpm --import https://mirror.go-repo.io/centos/RPM-GPG-KEY-GO-REPO $ curl -s https://mirror.go-repo.io/centos/go-...

阅读全文

欢迎留言