摘要: package websocketimport ( "fmt" "github.com/gin-gonic/gin" "github.com/gorilla/websocket" "github.com/unknwon/com" "net/http" "sync" "time")//启动websoc 阅读全文
posted @ 2020-12-23 11:26 打工的工人 阅读(179) 评论(0) 推荐(0) 编辑
摘要: package excelimport ( "fmt" "github.com/360EntSecGroup-Skylar/excelize" "strconv" "github.com/plandem/xlsx")/** * 导出Excel表格 * @param name {string} 导出的 阅读全文
posted @ 2020-12-23 11:18 打工的工人 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 1 package http 2 3 import ( 4 "bytes" 5 "encoding/json" 6 "io/ioutil" 7 "net/http" 8 "time" 9 )10 // 复制代码即可使用 11 // 发送GET请求 12 // url: 请求地址 13 func Ge 阅读全文
posted @ 2020-12-23 11:08 打工的工人 阅读(220) 评论(0) 推荐(0) 编辑