使用yum安装Go(Golang)

9-30 2,588 views

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

golang 连接 mysql 数据库

7-24 2,244 views

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

centos yum 安装golang

6-24 2,819 views

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-...
阅读全文 0

mac,vs code调试go文件的时候出现”Could not launch process: stub exited while waiting for connection”

6-24 4,056 views

1. sudo vi /etc/hosts 2.按顺序输入以下内容 255.255.255.255 broadcasthost 127.0.0.1 localhost ::1 localhost
阅读全文 0