03 2020 档案

摘要:在是使用pip安装的时候总是超时 换源 豆瓣:http://pypi.douban.com/simple/ 清华:https://pypi.tuna.tsinghua.edu.cn/simple 临时使用: 可以在使用pip的时候加参数-i https://pypi.tuna.tsinghua.ed 阅读全文
posted @ 2020-03-28 23:45 LForest 阅读(324) 评论(0) 推荐(0)
摘要:执行python manage.py makemigrations 一直报 AUTH_USER_MODEL refers to model 'user.Users' that has not been installed 烦坏了😤😤 拼写导致___models.py 阅读全文
posted @ 2020-03-20 13:19 LForest 阅读(1586) 评论(0) 推荐(0)
摘要:目的: 安装 mysqlclient 1.查看python号 2.访问https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysqlclient 下载对应的版本 [速度非常慢,需要正确方法] 3.安装 pip install +名字 4.完成 阅读全文
posted @ 2020-03-19 17:51 LForest 阅读(731) 评论(0) 推荐(0)
摘要:目的: win电脑主题颜色设置为🤢护眼色🤢 1.win+R 输入:regedit 2.进入HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DefaultColors\Standard 找到Window 3.数 阅读全文
posted @ 2020-03-07 09:10 LForest 阅读(281) 评论(0) 推荐(0)