摘要: Convert JSON to Go struct 将json串转为go的结构体,在线转换。Convert JSON to Go struct 结构体方法 type Student struct{ Name string Age int Score int } //初始化的三种方式 a、var st 阅读全文
posted @ 2021-05-29 20:37 开怀的猫 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 现在用golang进行程序开发需要用到Go MODULE环境,但在国内访问goproxy还是有一定问题。现在可以通过goproxy.io[https://goproxy.io/zh/]进行代理。 Bash (Linux or macOS) # 配置 GOPROXY 环境变量 export GOPRO 阅读全文
posted @ 2021-05-29 20:13 开怀的猫 阅读(191) 评论(0) 推荐(0) 编辑
摘要: oracle客户端下载地址: https://www.oracle.com/database/technologies/instant-client/downloads.html. Instant Client Installation for Linux x86-64 (64-bit) Insta 阅读全文
posted @ 2021-05-29 20:02 开怀的猫 阅读(842) 评论(0) 推荐(0) 编辑