上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 28 下一页
摘要: 部署参考文档: https://blog.csdn.net/hxj0323/article/details/121160198 官网文档: http://yapi.smart-xwork.cn/doc/devops/index.html#%E5%AE%89%E8%A3%85 阅读全文
posted @ 2022-05-17 10:38 Leonardo-li 阅读(110) 评论(0) 推荐(0)
摘要: #confluence 6.14.3部署问题处理 1.confluence报错: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5 阅读全文
posted @ 2022-04-13 10:16 Leonardo-li 阅读(698) 评论(0) 推荐(0)
摘要: 1.环境配置 (1)系统:centos7.8 (2)服务器配置:6H12G/500G (3)IP地址:192.168.176.238 (4)confluence版本:6.14.3 2.系统初始化 (1)关闭selinux cat /etc/selinux/config | grep -w SELIN 阅读全文
posted @ 2022-04-12 22:09 Leonardo-li 阅读(2115) 评论(0) 推荐(0)
摘要: 1.安装bash-completeyum install -y bash-completion 2.刷新文件source /usr/share/bash-completion/completions/dockersource /usr/share/bash-completion/bash_compl 阅读全文
posted @ 2022-04-12 21:54 Leonardo-li 阅读(114) 评论(0) 推荐(0)
摘要: 1.环境配置 (1)系统:centos7.8 (2)服务器配置:8H16G/1T (3)IP地址:192.168.176.233 2.系统初始化 (1)关闭selinux cat /etc/selinux/config | grep -w SELINUX SELINUX=disabled (2)修改 阅读全文
posted @ 2022-04-12 21:49 Leonardo-li 阅读(914) 评论(0) 推荐(0)
摘要: #问题描述 nginx使用systemctl管理失败,使用./nginx启动没有问题 #报错情况 #报错原因 原因是系统迁移后缺少“/var/tmp”目录,服务启动时需要检查临时目录,需要手动创建。 #问题处理 手动创建/var/tmp目录,mkdir /var/tmp #重启nginx服务 sys 阅读全文
posted @ 2022-02-23 15:46 Leonardo-li 阅读(547) 评论(0) 推荐(0)
摘要: 1.Apple Macintosh OS X FBCIndex 文件内容泄露漏洞详情 2.解决方法 2.1 方法一 首先需要使用ios系统开发前端的研发从ios系统上升级补丁去解决 2.2 方法二 运维每次部署完成需要在nginx/html目录下查找.DS_Store文件,然后删除。 ls -a . 阅读全文
posted @ 2022-01-04 14:48 Leonardo-li 阅读(541) 评论(0) 推荐(0)
摘要: #问题说明 我在npm install和npm run build的时候使用的是root用户,在npm install安装依赖时报错,提示安装node-sass失败。 #npm install报错 gyp ERR! configure error gyp ERR! stack Error: EACC 阅读全文
posted @ 2021-07-02 11:17 Leonardo-li 阅读(866) 评论(0) 推荐(0)
摘要: #腾讯云ECS主机docker安装elasticsearch 7.1.1版本启动报错解决 1.主机系统 CentOS Linux release 7.9.2009 (Core) 2.镜像名称版本 elasticsearch 7.1.1 3.报错信息 OpenJDK 64-Bit Server VM 阅读全文
posted @ 2021-07-01 20:29 Leonardo-li 阅读(2940) 评论(0) 推荐(0)
摘要: #简易学员管理系统 1 #学员管理系统 2 #定义一个函数,初始化学员信息 3 stulist = [ 4 {'name':'zhangsan','age':20,'classid':'python02'}, 5 {'name':'lisi','age':22,'classid':'python03 阅读全文
posted @ 2021-06-12 15:18 Leonardo-li 阅读(122) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 28 下一页