Pycharm python 语法检查设置路径 路径:File -> Settings -> Editor -> Inspections -> Python 拼音检查:File -> Settings -> Editor -> Inspec ... continue reading python zhuoyuebiji 2019/12/3 1375
Django runserver: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb6 in position 0: invalid start byte windows 下,django runserver 时报错:UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb6 in position 0: inval ... continue reading django zhuoyuebiji 2019/9/2 1366
Pypi pip 清华源使用帮助 帮助文档地址 https://mirrors.tuna.tsinghua.edu.cn/help/pypi/ pypi 镜像使用帮助 pypi 镜像每 5 分钟同步一次。 临时使用 pip install ... continue reading python zhuoyuebiji 2019/10/15 1365
DDR3 内存带宽计算 DIMM:Dual-Inline-Memory-Modules,即双列直插式存储模块。168个引脚,64位。 内存带宽计算公式:带宽=内存核心频率×内存总线位数×倍增系数/8。 ... continue reading 计算机基础 zhuoyuebiji 2019/10/19 1364
Gitalk(评论系统)样式修改(颜色修改) 博客详情页面的评论模块,接入 gitlak 后,gitlak 样式可能跟本站的基色不一样,所以就需要修改 gitlak 默认样式。 在当前页加 style 方法 在当前的页面的 style 下添加如下 css ... continue reading django zhuoyuebiji 2019/9/4 1362
Pip install pypinyin Killed (djangoblog) [root@taiwan-ss Joyo]# pip install pypinyin Collecting pypinyin Using cached https://files.pythonhost ... continue reading django zhuoyuebiji 2019/7/25 1360
Fiddler 和 Charles 常用功能点 Fiddler 常用功能点(windows) 1. 抓包(Http/Https Seesions) 2. 断点(Rules -> Automatic BreakPoints -> Befor/After Requests) ... continue reading 软件测试 zhuoyuebiji 2019/8/14 1334
常用的互联网内容检索网站 google github stackoverflow baidu(百度) ... continue reading 软件测试 zhuoyuebiji 2019/7/26 1329
Django-environ 加载 .env 配置文件 docs: https://django-environ.readthedocs.io/en/latest/ Django-environ officially supports Django 1.8 ~ 2.0. I ... continue reading django zhuoyuebiji 2019/10/15 1321
Django 组装表名查询数据(动态表名、组合表名) 了解 getattr 函数 教程:https://www.runoob.com/python/python-func-getattr.html 描述 getattr() 函数用于返回一个对象属性值。 ... continue reading django zhuoyuebiji 2019/12/17 1315