随笔分类 - 0.91 |— 解决
摘要:在django中的console中 在python解释器中
阅读全文
摘要:更新models字段 出现的问题: 原因: 之前数据表里面已经存在,如果添加,file_type需要默认值 解决: 方法1: 在model字段后面添加, 再执行 方法2: 数据库中找到django_migrations,该表对应,每次makemigrations的每次记录 删除,生成的migrati
阅读全文
摘要:问题: $ python manage.py makemigrationsYou are trying to add a non-nullable field 'name' to course without a default; we can't do that (the database nee
阅读全文
摘要:出现问题: $ python manage.py runserver 启动项目报错时候 raise ImproperlyConfigured(msg.format(name=self.urlconf_name))django.core.exceptions.ImproperlyConfigured:
阅读全文
摘要:2.salt master已缓存此节点的公钥,此salt minion将等待10秒,然后再尝试重新验证。 解决办法: 请务必关闭selinux和iptables
阅读全文
摘要:[root@ Python-2.7.9]# pip install jinja2 -bash: pip: command not found 解决 [root@ ~]# yum -y install python-setuptools [root@ ~]# easy_install pip
阅读全文
摘要:[root@linux-node1 /var/log/mariadb]# systemctl status mariadb.service● mariadb.service - MariaDB database server Loaded: loaded (/usr/lib/systemd/syst
阅读全文
摘要:问题: 解决:ser.data是json数据,你想要的
阅读全文
摘要:参考blog https://download.csdn.net/download/amoscn/10399046 https://blog.csdn.net/weixin_42057852/article/details/80857948 https://blog.51cto.com/xvjunj
阅读全文
摘要:1、pip国内的一些镜像 阿里云 https://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 清华大
阅读全文
摘要:解决办法 步骤 按照视频中老师的一步步,然后就报错了。。。。。。郁闷 forekey中存在rel,诶什么不能调用? 故: 如何取出对应的数据 大功告成 4 3
阅读全文
摘要:get方式得到网页的信息 1.错误代码 2.编码格式不对 3.全部改为utf-8 4.执行成功
阅读全文
摘要:1.cmd中输入python,启动python2.x版本,如何切换呢? 2.找到python2.x安装路径,修改python.exe名称为:python27.exe 3. 打开cmd,输入python,打开python3.x版本 4.如何打开python2.x版本呢?cmd命令下输入,刚才pytho
阅读全文