06 2020 档案

摘要:如果你在CentOS8下面配置虚拟环境时,遇到如下错误: [root@localhost ~]# mkvirtualenv my_django usage: virtualenv [--version] [--with-traceback] [-v | -q] [--app-data APP_DAT 阅读全文
posted @ 2020-06-15 23:18 Johnthegreat 阅读(6724) 评论(0) 推荐(0)
摘要:1. 打印等边三角形,代码: equilateral_triangle_height = int(input('Please input an odd number (triangle height): ')) for i in range(equilateral_triangle_height, 阅读全文
posted @ 2020-06-08 19:44 Johnthegreat 阅读(1138) 评论(0) 推荐(0)
摘要:摘要:【原创】转载请注明作者Johnthegreat和本文链接 由于虚拟机空间不足,为了避免重装虚拟机,做了一次无损扩容。 过程中的报错如下: [root@localhost ~]# pvcreate PV /dev/sda3 Device PV not found. Device /dev/sda 阅读全文
posted @ 2020-06-07 12:22 Johnthegreat 阅读(3517) 评论(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 阅读(5799) 评论(0) 推荐(0)