打赏
摘要: 1.Linux安装 curl -L https://github.com/coreos/etcd/releases/download/v3.3.2/etcd-v3.3.2-linux-amd64.tar.gz -o etcd-v3.3.2-linux-amd64.tar.gz tar zxf etc 阅读全文
posted @ 2020-05-19 16:55 苍山落暮 阅读(952) 评论(0) 推荐(0) 编辑
摘要: idea http client使用 相关链接 https://www.jianshu.com/p/2404654d655a https://blog.csdn.net/u012954706/article/details/89383076 阅读全文
posted @ 2020-05-19 11:40 苍山落暮 阅读(496) 评论(0) 推荐(0) 编辑
摘要: 1.路由信息 2.Controller实现 阅读全文
posted @ 2020-05-19 10:35 苍山落暮 阅读(3446) 评论(0) 推荐(0) 编辑
摘要: beego 限速 路由之前调用 具体实现 func rateLimit(r rateLimiter, ctx context.Context) { var ( limiterCtx limiter.Context ip net.IP err error req = ctx.Request ) if 阅读全文
posted @ 2020-05-19 10:10 苍山落暮 阅读(424) 评论(0) 推荐(0) 编辑
摘要: go redis初始化 1.创建连接池 2.RedisPool简单使用 阅读全文
posted @ 2020-05-19 09:54 苍山落暮 阅读(319) 评论(0) 推荐(0) 编辑