Html prism.js 代码前端高亮、代码美化 Prism 官网 https://prismjs.com/ Django CKeditor Prism 插件下载 官方下载:http://download.ckeditor.com/prism/releas ... continue reading html zhuoyuebiji 2019/11/3 1266
启动 celery worker 报错:AttributeError: 'str' object has no attribute 'items' 错误日志 (joyoo) yinzhuoqundeMacBook-Pro:joyoo yinzhuoqun$ python manage.py celery worker --loglevel=info raven.contri ... continue reading redis zhuoyuebiji 2019/12/15 1272
Notepad++ 实用设置 1. 制表符替换为空格:设置 --> 首选项 --> 语言 --> 勾选 替换为空格 2. 文件快照和备份:设置 --> 首选项 --> 备份 --> 勾选 启动文件快照 ... continue reading 软件测试 zhuoyuebiji 2019/6/13 1274
Fiddler 请求超时的 Session 背景色 显示成 红色 想法 最近突然有个想法,在 Fiddler 里能做到 显示 单个会话的消耗时间,那么我想 超时的会话 背景色 显示成指定的颜色,方便区分。 困难 时间差怎么跟指定数字比较,之前 官网的 消耗时间显示的字符串,不适 ... continue reading 软件测试 zhuoyuebiji 2019/9/30 1278
Celery 报错:Received unregistered task of type 'apps.share.tasks.post_to_beiqia'. 开发环境 windows 10 python 3.6 celery 4.3.0(redis 做的中间人) 错误日志 启动后错误会一直刷屏,不得不停止掉 (joyoo) E:\yinzhuoqun ... continue reading django zhuoyuebiji 2019/12/19 1281
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 1289
Mac 系统配置开机自动执行 rc.local 文件 原文地址:http://www.jahng.cn/node/70 在 linux 系统上,要配置开机启动项很简单,只要在 /etc/rc.d/rc.local 里面写上想要开机执行的命令就可以了。 但是在 mac 上不存在 rc ... continue reading 计算机基础 zhuoyuebiji 2019/12/13 1296
Django admin 对 list_filter 排序 参考文档 1. https://cloud.tencent.com/developer/ask/34273 2. https://djangosnippets.org/snippets/2885/ 3. ... continue reading django zhuoyuebiji 2019/9/25 1298
Django2 The custom handler404 view 'users.views.page_not_found' does not take the correct number of arguments (request, exception). 错误日志 django 2.2 配置全局 404、500 时报错: The custom handler404 view 'users.views.page_not_found' does not take th ... continue reading django zhuoyuebiji 2020/3/27 1307