打赏
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 54 下一页
摘要: ### gitlab代码统计 ``` git log --format='%aN' | sort -u | while read name; do echo -en "$name\t"; git log --author="$name" --pretty=tformat: --since ==201 阅读全文
posted @ 2020-06-16 17:23 苍山落暮 阅读(2573) 评论(0) 推荐(0) 编辑
摘要: mysql不同数据库 表结构同步 1.Navicat 工具/数据结构同步 https://blog.csdn.net/qq_31156277/article/details/80410120?utm_medium=distribute.pc_relevant_t0.none-task-blog-Bl 阅读全文
posted @ 2020-06-16 17:21 苍山落暮 阅读(1542) 评论(4) 推荐(1) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2020-06-14 01:10 苍山落暮 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1.登录 解析响应体中的token 2.在请求头中,获取token变量 3.postman设置token var jsonData =JSON.parse(responseBody);//获取body中返回的所有参数 postman.setGlobalVariable("token",jsonDat 阅读全文
posted @ 2020-06-09 15:56 苍山落暮 阅读(8358) 评论(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 苍山落暮 阅读(6828) 评论(0) 推荐(0) 编辑
摘要: (1.)安装 (2.)修改配置文件 (3.)重启 (4.)查看状态 (5.)客户端链接 阅读全文
posted @ 2020-05-25 08:57 苍山落暮 阅读(121) 评论(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 苍山落暮 阅读(214) 评论(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 苍山落暮 阅读(1046) 评论(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 苍山落暮 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 1.添加集群  2. 选择自定义  3.填写集群名称,配置网络和节点,可选择默认  4.生成集群节点  5.配置企业微信通知,如编译成功、失败会自动推送消息到企业微信    6.设置代码仓库  7. 进行gitlab认证,Rancher需要拉取代码,所以需要认证  选择gitl 阅读全文
posted @ 2020-05-21 16:50 苍山落暮 阅读(2458) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 54 下一页