09 2022 档案
摘要:package main import ( "fmt" "runtime" "time" ) //定义一个实现Job接口的数据 type Score struct { Num int } //定义对数据的处理 func (s *Score) Do() { fmt.Println("num:", s.
阅读全文
摘要:golang 安装程序为服务 package main import ( "context" "fmt" "io" "log" "net/http" "os" "path/filepath" "github.com/gin-gonic/gin" "github.com/kardianos/servi
阅读全文

浙公网安备 33010602011771号