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

IP属地:广东
package mainimport ( "fmt" "math")type Rectangle struct { width, height float64}type Ci...
package mainimport "fmt"type Skills []stringtype Human struct { name string age in...
1.检查软件安装情况 rpm -qa|grep wget // 下载工具 rpm -qa|grep gcc // 编译工具 rpm -qa|grep tar ...