上一页 1 2 3 4 5 6 7 ··· 35 下一页
摘要: 一、脑图 工具: 1、xmind 2、mindmaster (特点:比较美观) 3、wps 脑图(特点:可以生成脑图PPT) 阅读全文
posted @ 2021-07-15 10:57 zipon 阅读(538) 评论(0) 推荐(0) 编辑
摘要: 1、删除vendor 2、go mod tidy 3、第一次tidy下载包,还报红就再tidy一次 阅读全文
posted @ 2021-05-15 16:51 zipon 阅读(705) 评论(0) 推荐(0) 编辑
摘要: 1、配置DDNS(因为个人宽带外网ip是动态变化的)这里借助花生壳 域名填花生壳分配的壳域名 2、配置NAT内外网端口映射 阅读全文
posted @ 2021-04-17 19:55 zipon 阅读(4843) 评论(1) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-04-15 11:20 zipon 阅读(23) 评论(0) 推荐(0) 编辑
摘要: package utils import ( "archive/zip" "fmt" "io" "os" "path" "strings" ) //压缩文件 //files 文件数组,可以是不同dir下的文件或者文件夹 //dest 压缩文件存放地址 func Compress(files []*o 阅读全文
posted @ 2021-04-14 16:39 zipon 阅读(491) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_35884835/article/details/52588157 阅读全文
posted @ 2021-01-18 15:40 zipon 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 1、https://ones.ai/ 阅读全文
posted @ 2020-12-03 17:37 zipon 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/jackey2015/p/11843626.html import "golang.org/x/time/rate" func newLimiter() *rate.Limiter{ limit := rate.Every(10 * time. 阅读全文
posted @ 2020-12-03 17:16 zipon 阅读(1007) 评论(0) 推荐(0) 编辑
摘要: type Charset stringconst ( UTF8 = Charset("UTF-8") GB18030 = Charset("GB18030"))//对字符进行转码func ConvertByte2String(byte []byte, charset Charset) string 阅读全文
posted @ 2020-11-02 17:37 zipon 阅读(678) 评论(0) 推荐(0) 编辑
摘要: import ( "github.com/golang/freetype/truetype""github.com/wcharczuk/go-chart""github.com/wcharczuk/go-chart/drawing" )const imgStrPrefix = "data:image 阅读全文
posted @ 2020-10-28 16:00 zipon 阅读(466) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 35 下一页