摘要: 以下是Python中魔术方法的调用表: 序号魔术方法调用方式含义 1 __new__(cls [,...]) instance = MyClass(arg1, arg2) __new__ 在创建实例的时候被调用 2 __init__(self [,...]) instance = MyClass(a 阅读全文
posted @ 2020-06-07 16:39 Johnthegreat 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 摘要:【原创】转载请注明作者Johnthegreat和本文链接 由于虚拟机空间不足,为了避免重装虚拟机,做了一次无损扩容。 过程中的报错如下: [root@localhost ~]# pvcreate PV /dev/sda3 Device PV not found. Device /dev/sda 阅读全文
posted @ 2020-06-07 12:22 Johnthegreat 阅读(3267) 评论(0) 推荐(1) 编辑
摘要: 环境:Linux-CentOS8,Python3.6 如果你遇到python-devel无法安装的问题,发现如下错误: [root@localhost mongodb-src-r4.2.7]# yum install python-devel Last metadata expiration che 阅读全文
posted @ 2020-06-07 01:07 Johnthegreat 阅读(5465) 评论(0) 推荐(0) 编辑