- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 Django2.0入门的基础问题第一篇:makemigrations和migrate命令遇到的问题
1、运行python manage.py makemigrations 出现的问题:django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.3 or newer is required; you have 0.7.11找到Python安装路劲下的Python36-32\Lib\site-packages\django\db\...
2019-06-01 22:37:05
1058
原创 Django2.0入坑第一篇--碰到的Mysql问题
Django2.0支持的Mysql版本号为5.6及以上Mysql5.7安装需要vsc++2013mysql安装时选择sever就好使用时要在两个地方先做配置:一是setting.py文件 用此段代码覆盖原来位置的代码DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql',...
2019-06-01 22:09:33
295
原创 contains non-ASCII characters doesn't have an encoding declaration at the top.
我在pycharm打开别人写好的Django模块时,页面出现如下图划横线的情况:问题详情:Non-ASCII character 你 in file, but no encoding declared less... (Ctrl+F1)Inspection info: This inspection detects file contains non-ASCII charac...
2019-06-01 21:54:22
1396
原创 BeautifulSoup简明教程
from bs4 import BeautifulSoupsoup = BeautifulSoup(open('soup_text.html',encoding='utf8'),'lxml')soup.label 找的是页面中第一个labelsoup.a<a href="http://www.song.com/" target="_self" title="赵匡胤">宋...
2019-05-07 00:19:26
458
《Python项目案例开发从入门到实战——爬虫、游戏和机器学习(从入门到实战·微课视频)》_郑秋生.txt
2019-06-21
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅