09 2020 档案

摘要:安装python3.6.8,依赖,一定要安装,否则后面可能无法安装一些python插件 yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdb 阅读全文
posted @ 2020-09-23 19:33 一毛丶丶 阅读(1708) 评论(0) 推荐(0) 编辑
摘要:一台鲲鹏920架构arm64版本ECS 规格: 8vCPUs | 16GB | kc1.2xlarge.2 CentOS 7.6 64bit with ARM 1.下载,docker官方提供的aarch64的二进制包: wget -c https://download.docker.com/linu 阅读全文
posted @ 2020-09-17 16:09 一毛丶丶 阅读(1772) 评论(0) 推荐(0) 编辑
摘要:docker run -d --name nexus3 --restart=always \ -p 8081:8081 \ --mount src=nexus-data,target=/nexus-data \ sonatype/nexus3 阅读全文
posted @ 2020-09-17 14:59 一毛丶丶 阅读(643) 评论(0) 推荐(0) 编辑
摘要:现象:调用服务接口超时 原因: endpoint url 地址映射的是VPC内IP 外部不能访问 处理方法: 方法一:更改hosts解析,把解析的IP地址改成浮动IP,或者外部能够访问的IP地址 [root@controller1 ~]# cat /etc/hosts 127.0.0.1 local 阅读全文
posted @ 2020-09-03 18:23 一毛丶丶 阅读(555) 评论(0) 推荐(0) 编辑
摘要:方法一: 使用openstack命令获取 (id的值就是token) [root@controller1 ~]# source admin-openrc [root@controller1 ~]# openstack token issue + + + | Field | Value | + + + 阅读全文
posted @ 2020-09-03 16:49 一毛丶丶 阅读(2029) 评论(0) 推荐(0) 编辑
摘要:环境准备 使用的系统软件 名称 说明 centos 7.x libfastcommon FastDFS分离出的一些公用函数包 FastDFS FastDFS本体 fastdfs-nginx-module FastDFS和nginx的关联模块 nginx nginx1.15.4 编译环境 yum in 阅读全文
posted @ 2020-09-03 15:21 一毛丶丶 阅读(454) 评论(0) 推荐(0) 编辑
摘要:mysqldiff 针对 MySQL 数据库表结构的差异 SQL 工具。 安装 pip install pyinstaller pip install click pip install mysql-connector-python 打包 pyinstaller -F mysqldiff.py 使用 阅读全文
posted @ 2020-09-01 16:46 一毛丶丶 阅读(490) 评论(0) 推荐(0) 编辑