简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
RKE学习手记
安装要求:rke对应k8s版本参考:Releases · rancher/rke · GitHubSSH 用户 - 使用 SSH 访问节点的用户必须是节点上docker用户组的成员。请运行以下命令,把使用 SSH 的用户添加到docker用户组里面。usermod -aG docker <user_name>添加到docker用户组的用户会自动获得主机的 root 权限,运行上述命令前
python对gitlab的api调用
#/usr/bin/python#coding=utf-8import gitlabgl = gitlab.Gitlab('https://gitlab.com/', private_token='[API-token]')#通过邮箱地址查找该员工users = gl.users.list(search='某人的邮箱地址')user_id = users[0].get_id()# print(us
python判断两个列表是否一样
list1 = ['checkbox', 'account_id', 'create_by', 'relation', 'file_media', 'url', 'mul_select', 'person', 'phone', 'last_by', 'account_name', 'single_select', 'account_email', 'last_time', 'account_cre
到底了