240 发简信
IP属地:广东
  • GO方法笔记

    package mainimport ( "fmt" "math")type Rectangle struct { width, height ...

  • GO struct的匿名字段

    package mainimport "fmt"type Skills []stringtype Human struct { name s...

  • Cento8安装Golang及配置

    1.检查软件安装情况 rpm -qa|grep wget // 下载工具 rpm -qa|grep gcc // 编译工具 rp...