原文:Microsoft.AspNetCore.Authentication.Cookies从入门到精通 (二) Microsoft.AspNetCore.Authentication.Cookies从入门到精通 (二) 目录Microsoft.AspNetCore.Authentication.C... ...
分类:
Web程序 时间:
2020-05-29 19:30:00
阅读次数:
74
1、在Jenkins配置触发器:获取URL+安全令牌 2、gitlab上设置钩子 刚刚在Jenkins上获取了URL+安全令牌,分别复制粘贴到这里的URL+安全令牌里面 【1】设置钩子:管理区域——》系统钩子——》URL+安全令牌——》勾选触发器——》增加系统钩子 【2】测试推送 ...
分类:
Web程序 时间:
2020-05-29 19:24:07
阅读次数:
70
原文:Microsoft.AspNetCore.Authentication.Cookies从入门到精通 (一) Microsoft.AspNetCore.Authentication.Cookies从入门到精通 (一) 目录Microsoft.AspNetCore.Authentication.C... ...
分类:
Web程序 时间:
2020-05-29 19:21:32
阅读次数:
79
不知道用户密码,并且不改变用户密码的情况下,批量刷新MySQL数据库用户的密码 select concat('alter user \'',user,'\'@\'',host,'\' identified by \'',authentication_string,'\';') as change_p ...
分类:
数据库 时间:
2020-05-29 16:17:29
阅读次数:
100
java.sql.SQLException: ORA-28040: No matching authentication protocol ORA-28040:没有匹配的身份验证协议 事情是这样的,之前项目连接的数据库是oracle9i,驱动用的ojdbc6,后来换成oracle12.1.0.2.0 ...
分类:
其他好文 时间:
2020-05-29 13:25:30
阅读次数:
123
1、记住了svn用户名密码,如何清除,切换新用户名密码或隐约记得密码想通过多次重新输入找回 1.1、windows文件夹/桌面右击鼠标,选择"TortoiseSVN" —> "Settings" 1.2、在弹出的界面中在左侧选择"Saved Data",点击右侧界面中"Authentication ...
分类:
其他好文 时间:
2020-05-28 23:33:28
阅读次数:
364
sh脚本下载gitlab-A的代码, exp脚本自动读入gitlab-B的用户名及密码,提交实现同步. $ cat ai_sdk_middleware.sh #!/bin/bash cd /opt/gitlabmirror-repo/Faceline git clone ssh://git@gitl ...
分类:
其他好文 时间:
2020-05-28 21:55:57
阅读次数:
92
恢复内容开始 现象: 使用Eclipse提交git代码,报错信息如下: Can't connect to any repository: https://github.com/InterFF/abc.git (https://github.com/InterFF/abc.git: authentic ...
分类:
系统相关 时间:
2020-05-28 12:56:33
阅读次数:
278
https://blog.csdn.net/crper/article/details/81291034 version: '3.6' services: gitlab: container_name: gitlab hostname: '10.9.7.1' image: gitlab/gitlab ...
分类:
其他好文 时间:
2020-05-27 17:11:23
阅读次数:
629
gitlab的下载与安装 首先在清华大学开源软件镜像站下载好所需的gitlab包 网址:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/ubuntu/pool/trusty/main/g/gitlab-ce/ 安装依赖包 sudo apt-get ins ...
分类:
其他好文 时间:
2020-05-27 15:40:11
阅读次数:
100