04 2021 档案
摘要:1、最基础的类使用方法 #!/usr/bin/python# -*- coding: utf-8 -*-class People(object): #身高、体重、变强 def __init__(self): self.weigth = 0 self.length = 0 def add_height
阅读全文
摘要:故障现象: 报错日志内容: [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
阅读全文
摘要: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 (查看持久化,
阅读全文