上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页
摘要: Django项目上线部署 安装Python环境 对应关系: Python 2.7.5 ==> Anaconda3-5.0.1-Linux-x86_64.sh Python 3.6.5 ==> Anaconda3-5.2.0-Linux-x86_64.sh [root@@prom ~]# wget h 阅读全文
posted @ 2021-06-24 10:20 wang_wei123 阅读(85) 评论(0) 推荐(0) 编辑
摘要: [root@prom yum.repos.d]# cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) [root@prom yum.repos.d]# wget http://repo.mysql.com/mysql57-comm 阅读全文
posted @ 2021-06-16 10:39 wang_wei123 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/hlpplh/article/details/111920998 配置地址 File->settings->Editor->File and Code Templates->Python Script 亲爱哒 # -*- coding: utf-8 阅读全文
posted @ 2021-05-12 11:42 wang_wei123 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 1、最基础的类使用方法 #!/usr/bin/python# -*- coding: utf-8 -*-class People(object): #身高、体重、变强 def __init__(self): self.weigth = 0 self.length = 0 def add_height 阅读全文
posted @ 2021-04-23 13:30 wang_wei123 阅读(3959) 评论(0) 推荐(0) 编辑
摘要: 故障现象: 报错日志内容: [2021-04-13 15:39:39,332] ERROR Error while creating ephemeral at /brokers/ids/3, node already exists and owner '0' does not match curre 阅读全文
posted @ 2021-04-13 16:57 wang_wei123 阅读(5074) 评论(0) 推荐(0) 编辑
摘要: 1、redis临时查看是否持久化[mwopr@CNSZ22PL2875 ~]$ /app/redis/bin/redis-cli -h 10.xxx.62.40 -p 8080 -a yzjy9kerhsku4by110.xxx.62.40:8080> CONFIG GET save (查看持久化, 阅读全文
posted @ 2021-04-12 14:13 wang_wei123 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 1、promethues二进制免编译安装部署[root@k8s-master prome]# mkdir -p /app/prome &&cd /app/prome[root@k8s-master prome]# wget https://github.com/prometheus/promethe 阅读全文
posted @ 2021-02-07 22:12 wang_wei123 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 1、下载离线包yum install yum-plugin-downloadonly 安装组件yum install --downloadonly --downloaddir=/tmp lrzsz 下载离线包yum reinstall --downloadonly --downloaddir=/tm 阅读全文
posted @ 2021-01-22 16:06 wang_wei123 阅读(166) 评论(0) 推荐(0) 编辑
摘要: #以下过程使用root用户操作。 一、安装keepalived #下载keepalived安装文件 cd /app/tmp wget http://10.0.73.93/soft/haproxy/keepalived-1.2.1.tar.gz tar -zxvf keepalived-1.2.1.t 阅读全文
posted @ 2021-01-14 00:19 wang_wei123 阅读(120) 评论(0) 推荐(0) 编辑
摘要: kafka基础操作 启动:[root@sinleka ~]# /opt/softs/zookeeper-3.4.10/bin/zkServer.sh start[root@sinleka ~]# /opt/softs/kafka_2.11-0.11.0.0/bin/kafka-server-star 阅读全文
posted @ 2020-11-02 23:13 wang_wei123 阅读(177) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页