会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
sea的博客
博客园
首页
新随笔
联系
订阅
管理
2021年1月26日
GO语言常用时间工具类 timeUtil.go
摘要: package util import "time" /**获取时间戳(纳秒)Testner 20210123*/func GetTime_UnixNano() string{ currentTime := time.Now() // fmt.Println("时间戳(纳秒):", now.Unix
阅读全文
posted @ 2021-01-26 11:43 sea的博客
阅读(930)
评论(0)
推荐(0)
编辑
GO语言HTTP请求案例--httpUtil.go
摘要: package util import ( "bytes" "fmt" "io/ioutil" "log" "net/http") /** 发送的POST请求 需要设置header Testner 20210123 */func Post_Json(url string, bodyJson stri
阅读全文
posted @ 2021-01-26 11:41 sea的博客
阅读(985)
评论(0)
推荐(0)
编辑
公告