修改 /etc/emqx/emqx.conf 的配置项 ## Allow anonymous authentication by default if no auth plugins loaded. ## Notice: Disable the option in production deploy ...
分类:
其他好文 时间:
2020-06-20 18:46:51
阅读次数:
113
一、先配好ssh公钥 mac下,配置本地的公钥到ssh过程大概说下: 1.配置账户 git config --global user.name "account name" ->用户名,建议拼音或英文 git config --global user.email "account email" -> ...
分类:
系统相关 时间:
2020-06-20 14:26:28
阅读次数:
212
新安装Ubuntu20服务版, 安装mysql8 后 使用以下语句更改密码 update mysql.user set authentication_string='password' where user='root'; 出现show databases,不能使用。 最后无法只能重新安装mysql ...
分类:
数据库 时间:
2020-06-19 23:19:41
阅读次数:
205
Token Authentication vs. Cookies What is the difference between token authentication and authentication using cookies? I am trying to implement the Em ...
分类:
其他好文 时间:
2020-06-19 20:57:52
阅读次数:
62
What Is Token-Based Authentication and Who Uses It? Our approach for securing buildings—whether they’re corporate or residential—and the items within ...
分类:
其他好文 时间:
2020-06-19 19:21:07
阅读次数:
58
plant uml是一款画图工具 官方文档地址:http://plantuml.com/zh/guide 1.下载插件 2.下载dot.exe文件 官网下载地址:https://graphviz.gitlab.io/_pages/Download/Download_windows.html 选择ms ...
分类:
其他好文 时间:
2020-06-19 15:52:32
阅读次数:
88
每次请求都会”携带“ token( token 在 request 的 header 里面) 拦截验证过程: request -> header -> token -> username -> userDetails(getAuthentication()) -> authentication Se ...
分类:
编程语言 时间:
2020-06-19 00:59:44
阅读次数:
97
1.安装gitlab 详情看:https://www.cnblogs.com/sanduzxcvbnm/p/13023373.html 安装好gitlab后,然后创建一个普通用户,编辑用户,给用户设置密码,添加本机ssh密钥到gitlab里,使用普通用户上传代码 2.安装jenkins 详情看:ht ...
分类:
编程语言 时间:
2020-06-18 19:42:01
阅读次数:
94
在前面的实践记录中,我们使用的示例项目都是我在Github上的,其实除了网络稍微有点慢外也没有什么问题。但是一般在我们的工作中,都会搭建一个公司内部使用的Git服务器,而比较常见的就是搭建一个GitLab服务器。目前我所在的公司里面也是采用的自建GitLab,只是使用的是传统的软件源安装方式而不是基 ...
分类:
其他好文 时间:
2020-06-18 19:07:02
阅读次数:
73
一、前言 我的jenkins部署在windows本地。Git部署在linux服务器,通过Gitlab界面查看仓库等信息。 Jenkins+newman+Git集成执行接口脚本时,踩了好几个坑。 简单串下流程,主要记录下解决报错的方法。 二、构建流程 1.已在postman导出接口测试用例集合文件(包 ...
分类:
其他好文 时间:
2020-06-18 15:58:20
阅读次数:
63