下载地址 https://www.enterprisedb.com/downloads/postgres-postgresql-downloads 一直下一步安装就行。 问题1 navicat 连接报错: authentication method 10 not supported 修改: D:\s ...
分类:
数据库 时间:
2021-02-08 12:30:14
阅读次数:
0
什么是认证(Authentication) 通俗地讲就是验证当前用户的身份,证明“你是你自己”(比如:你每天上下班打卡,都需要通过指纹打卡,当你的指纹和系统里录入的指纹相匹配时,就打卡成功) 互联网中的认证: 用户名密码登录 邮箱发送登录链接 手机号接收验证码 只要你能收到邮箱/验证码,就默认你是账 ...
分类:
Web程序 时间:
2021-02-08 12:17:23
阅读次数:
0
import threading import gitlab import xlwt #获取所有的user def getAllUsers(): usersli = [] client = gitlab.Gitlab(private_host, private_token=private_token ...
分类:
编程语言 时间:
2021-02-05 10:40:09
阅读次数:
0
gitlab环境搭建,卸载,汉化 --卸载篇 完全卸载 停止gitlab gitlab-ctl stop 卸载gitlab rpm -e gitlab-ce 查看gitlab进程 ps aux | grep gitlab 杀掉第一个进程(就是带有好多…的进程) kill -9 pid // 杀掉后, ...
分类:
其他好文 时间:
2021-02-03 10:39:57
阅读次数:
0
gitlab环境搭建,卸载,汉化 环境搭建 安装依赖软件 yum -y install policycoreutils openssh-server openssh-clients postfix 设置postfix开机自启,并启动,postfix支持gitlab发信功能 systemctl ena ...
分类:
其他好文 时间:
2021-02-03 10:36:52
阅读次数:
0
在 gitlab 的 Amin Area 页面,打开侧边栏的 Kubernetes ,点击 Integrate with a cluster certificates,选择 Connect existing cluster,输入以下:Kubernetes cluster name:输入集群名称 `c... ...
分类:
Web程序 时间:
2021-02-02 11:11:16
阅读次数:
0
gitlab 拉取远程分支代码 1.在本地新建一文件夹用来存放项目代码 (eg:xny) 2.进入该文件,右键选择 git bush here,打开命令窗后,输入初始化命令:git init 3.命令行:git remote add origin 后面是项目所在远程仓库地址(不是远程分支名称,而是仓 ...
分类:
其他好文 时间:
2021-01-29 11:51:00
阅读次数:
0
一、什么是HTTP基本认证(Basic Authentication) 1、HTTP基本认证 介绍在HTTP中,HTTP基本认证(Basic Authentication)是一种允许网页浏览器或其他客户端程序以(用户名:口令) 请求资源的身份验证方式,不要求cookie,session identi ...
分类:
Web程序 时间:
2021-01-28 12:08:38
阅读次数:
0
概述 系统环境与软件版本: docker 19.03.6 docker image: postgres:12 docker image: sonarqube:8.1-community docker image: gitlab/gitlab-ce:latest 实际版本(12.8.1) docker ...
分类:
其他好文 时间:
2021-01-25 10:41:47
阅读次数:
0
新建一个gitlab,用于提交代码,然后git bash。 A20331@A200331R MINGW64 /d/workspace/gitlab (master)$ git clone git@10.240.1.140:tools-dev-team/ecusimulatorrecorder.git ...
分类:
其他好文 时间:
2021-01-22 11:59:10
阅读次数:
0