安装podmen [root@localhostl ~]# yum -y remove docker-ce [root@localhostl ~]# yum -y install podman [root@localhostl ~]# cd /etc/containers/ [root@localh ...
分类:
其他好文 时间:
2021-03-10 13:05:54
阅读次数:
0
How to deploy EBS CSI on AWS EKS in China region? ISSUE Cannot access k8s.gcr.io repository in China region. Prerequisites Fetch the Account ID and sa ...
分类:
其他好文 时间:
2021-03-08 13:03:04
阅读次数:
0
###1.git clone 报错问题 fatal: unable to access 'https://github.com/monster1935/vue-admin.git/': SSL certific... $ git clone https://github.com/monster193 ...
分类:
其他好文 时间:
2021-03-05 13:10:16
阅读次数:
0
警告如图所示,该警告是因为jdk版本太高(我用的是15.0,据说9.0的也会这样),具体的原理还没有研究,它不影响项目的正常运行,但是看着很糟心有木有~~~~ 解决方案是把项目jdk降低到1.8及以下,建议1.8。 ...
分类:
数据库 时间:
2021-03-03 12:24:53
阅读次数:
0
######cut -d 指定分隔符 -f 指定列数 1,2,3 [root@rongbiz002 26]# awk '{print $1}' /www/wwwlogs/c2p.rongbiz.com-access_log|head -n5 |cut -d '.' -f 1,2,3 112.64.5 ...
分类:
系统相关 时间:
2021-02-27 13:40:48
阅读次数:
0
linux crontab报以下错误解决 [root@china ~]# crontab -l 拒绝权限You (root) are not allowed to access to (crontab) because of pam configuration. 解决: 1.查看定时任务的日志/va ...
分类:
数据库 时间:
2021-02-27 13:40:22
阅读次数:
0
测试 输入以下命令 git version返回版本号就表示成功 如 git version 2.20.1 (Apple Git-117) 检测本地是否有ssh cd ~/.ssh 此命令可以进入到.ssh文件目录下ls 此命令显示目录下的所有文件 生成ssh密钥 ssh-keygen -t rsa ...
分类:
系统相关 时间:
2021-02-27 13:01:29
阅读次数:
0
华为交换机端口模式 以太网端口的三种链路类型: Access, Trunk, Hybrid Access 类型的端口只能属于 1 个 VLAN ,一般用于连接计算机的端口; Trunk 类型的端口可以允许多个 VLAN 通过,可以接收和发送多个 VLAN 的报文,一般用于交换机之间连接的端口; Hy ...
分类:
其他好文 时间:
2021-02-26 13:13:25
阅读次数:
0
语言版本:python 3.6.7 包版本flask_jwt_extended:3.14.0 我的描述:当我使用flask中flask_jwt_extended进行生成token时!我使用pycharm进行本地调试时,,成功地生成了token,而当我将代码更新到线上服务器(linux)时,运行它出现 ...
分类:
数据库 时间:
2021-02-24 13:00:07
阅读次数:
0
跨域常见问题: 1.发布到IIS上后跨域问题 解决方法 修改web.config文件 <system.webServer> <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Methods" value="GET,POST, ...
分类:
Web程序 时间:
2021-02-22 12:27:38
阅读次数:
0