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 1501
解决:安装 django-celery-beat 自动把 django 升级到 3.0 了 安装 beat 日志 (joyoo) E:\yinzhuoqun\djangos\joyoo>pip install django-celery-beat Collecting django-celery-be ... continue reading django zhuoyuebiji 2019/12/17 1497
Fiddler 和 Charles 常用功能点 Fiddler 常用功能点(windows) 1. 抓包(Http/Https Seesions) 2. 断点(Rules -> Automatic BreakPoints -> Befor/After Requests) ... continue reading 软件测试 zhuoyuebiji 2019/8/14 1496
Django 组装表名查询数据(动态表名、组合表名) 了解 getattr 函数 教程:https://www.runoob.com/python/python-func-getattr.html 描述 getattr() 函数用于返回一个对象属性值。 ... continue reading django zhuoyuebiji 2019/12/17 1494
Window10 python 3.6.8 本地 OCR 模块 muggle_ocr 安装实践 模块介绍地址:https://pypi.org/project/muggle-ocr/1.0/#description 其实最主要还是 muggle-ocr-1.0.tar.gz (6.37M)和 tensorflow-2. ... continue reading python zhuoyuebiji 2020/6/3 1475
MacOS mysqlclient ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 安装环境 Mac OS django 2.2 错误日志 pip install mysqlclient (qingjiu) yinzhuoqundeMacBook-Pro:QingJiuSystem y ... continue reading django zhuoyuebiji 2020/3/31 1466
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 1460
Xadmin 安装方法导致 theme 插件应用失败,暂时未知原因 1. pip 安装,主题按钮显示正常 # pip install xadmin # pip install git+git://github.com/sshwsfc/xadmin.git # required add gi ... continue reading django zhuoyuebiji 2017/11/2 1459
企业管理中著名的 X-Y 理论 之前看过一个新闻,说的是国外一家公司,员工都不用打卡,甚至不用去公司,每天全世界旅游,想什么时候办公就什么时候办公,想在哪办公就在哪里办公。 那家公司的老板表示,没必要让员工每天朝九晚五,只要完成交代的工作就行了,别的不管,这样的管理 ... continue reading 闲话杂谈 zhuoyuebiji 2020/6/3 1459
Windows 安装 virtualenvwrapper-win 和设置 WORKON_HOME 环境变量 安装 virtualenvwrapper-win # using pip pip install virtualenvwrapper-win # using easy_install easy_install ... continue reading python zhuoyuebiji 2021/9/17 1456