打赏
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 54 下一页
摘要: goreporter 代码扫描 支持的特性: gofmt - Checks if the code is properly formatted and could not be further simplified. govet - Reports variables that may have b 阅读全文
posted @ 2020-06-19 11:45 苍山落暮 阅读(735) 评论(0) 推荐(0)
摘要: ### 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 苍山落暮 阅读(2620) 评论(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 苍山落暮 阅读(1565) 评论(4) 推荐(1)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2020-06-14 01:10 苍山落暮 阅读(6) 评论(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 苍山落暮 阅读(8594) 评论(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 苍山落暮 阅读(6847) 评论(0) 推荐(0)
摘要: (1.)安装 (2.)修改配置文件 (3.)重启 (4.)查看状态 (5.)客户端链接 阅读全文
posted @ 2020-05-25 08:57 苍山落暮 阅读(129) 评论(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 苍山落暮 阅读(240) 评论(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 苍山落暮 阅读(1090) 评论(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 苍山落暮 阅读(264) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 54 下一页