摘要:
exsi_硬盘存储模式 厚置备延迟置零 专用模式 用多少占多少 最后增加占满分配 厚置备置零 专用模式 直接占满分配 Thin Provision(精简置备) 共享模式 虚机暴满 参考资料: https://blog.51cto.com/lookingdream/2113902 阅读全文
摘要:
学习目录 py3_dj2_学习库 https://github.com/anshengme/blog dj2_framework 学习库 https://github.com/jianshijiuyou/django rest framework api guide 阅读全文
摘要:
1. 启动过程中,无法获得VMCI驱动程序的版本:句柄无效 解决: xxxx.vmx文件的vmci0.present的TRUE改为FALSE 2. 启动过程中,系统找不到ISO 解决: 关闭机器然后重新加载ISO镜像启动 阅读全文
摘要:
前言 1. ctrl + = c + 2. shift + = s + 3. a + = a + 4. 下一步 5. 强迫症 !! 文本移动操作 1. 移动首尾行: c + home / end 2. 移动指定行: c + g 输入行号 enter 3. 移动行首尾: home / end 4. 行 阅读全文
摘要:
提示信息 shadows name 'XXXX' from ouer scope Inspectionn info:This inspection detects shadowing names defined in outer scopes. 解释 函数或者类外部定义了相同变量名字,注意一下 提示 阅读全文
摘要:
关闭证书检查 阅读全文
摘要:
问题描述 直接登录执行查看信息 解决办法 打开 /etc/redis.conf 删除原本默认注释 requirepass 添加如下 阅读全文
摘要:
报错信息 执行 systemctl start redis.service 处理过程 执行 journalctl ex 错误参数 解决问题 修改相关行参数 阅读全文
摘要:
pycharm django settings 阅读全文
摘要:
1. 测试django celery时,把setting.py的DEBUG = Flase,出现css、js文件无法加载。 解决办法: DEBUG = True 2. ValueError: MySQL backend does not support timezone aware datetime 阅读全文