打赏
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 54 下一页
摘要: 1.登录 解析响应体中的token 2.在请求头中,获取token变量 3.postman设置token var jsonData =JSON.parse(responseBody);//获取body中返回的所有参数 postman.setGlobalVariable("token",jsonDat 阅读全文
posted @ 2020-06-09 15:56 苍山落暮 阅读(8285) 评论(4) 推荐(1) 编辑
摘要: (1.)设置代码 Go 1.13 go env -w GOPROXY=https://goproxy.cn,direct 不使用代理的库 (2.)不同操作系统 go env -w GOPRIVATE=*.gitlab.com Go < 1.13 linux export GO111MODULE=on 阅读全文
posted @ 2020-06-06 10:49 苍山落暮 阅读(6811) 评论(0) 推荐(0) 编辑
摘要: (1.)安装 (2.)修改配置文件 (3.)重启 (4.)查看状态 (5.)客户端链接 阅读全文
posted @ 2020-05-25 08:57 苍山落暮 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 【错误记录】: 【解决办法】: 【错误记录】 【解决办法】 相关链接 https://stackoverflow.com/questions/37879448/mysql fails on mysql error 1524 hy000 plugin auth socket is not loaded 阅读全文
posted @ 2020-05-24 22:28 苍山落暮 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1.安装go-micro #linux 下 export GO111MODULE=on export GOPROXY=https://goproxy.io # windows下设置如下环境变量 setx GO111MODULE on setx GOPROXY https://goproxy.io # 阅读全文
posted @ 2020-05-22 13:33 苍山落暮 阅读(1036) 评论(0) 推荐(0) 编辑
摘要: 1.安装 2.创建集群 集群 添加集群 集群名称 下一步 勾选 Etcd Control Worker 复制命令 在master运行 yaml文件内容: pod命令行: gitlab rancher部署 https://tyyzqmf.github.io/2018/11/08/Kubernetes% 阅读全文
posted @ 2020-05-22 13:31 苍山落暮 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 1.添加集群  2. 选择自定义  3.填写集群名称,配置网络和节点,可选择默认  4.生成集群节点  5.配置企业微信通知,如编译成功、失败会自动推送消息到企业微信    6.设置代码仓库  7. 进行gitlab认证,Rancher需要拉取代码,所以需要认证  选择gitl 阅读全文
posted @ 2020-05-21 16:50 苍山落暮 阅读(2452) 评论(0) 推荐(0) 编辑
摘要: 1.下载地址 https://www.consul.io/downloads.html 2.安装 3.验证 4.启动 5.查看consul cluster中的每一个consul节点的信息 6.访问界面 http://127.0.0.1:8500/ui/ 相关链接 https://juejin.im/ 阅读全文
posted @ 2020-05-20 15:21 苍山落暮 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 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 苍山落暮 阅读(495) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 54 下一页