学习过程的四个阶段 出处:http://www.360doc.cn/mip/789301253.html 学习就是一个从不会到会的过程。哦,听上去它是这样的简单和直接,可是我们自身的经验告诉我们并非如此。回忆一下你自身的经历,你是如何学习的:某项体育运动 ... continue reading 生活感悟 zhuoyuebiji 2019-12-16 886
Celery 报错: Refusing to deserialize untrusted content of type pickle (application/x-python-serialize) 出错环境: windows 10 python 3.6.8 django 1.11.26 celery 4.3.0 错误日志: 同样的代码在 Mac 和 centos 环境 ... continue reading django zhuoyuebiji 2019-12-16 2196
Django + celery + redis 执行异步任务及查看结果(推荐) 官方文档 https://docs.celeryproject.org/en/latest/django/first-steps-with-django.html#using-celery-with-django(配置文档) ... continue reading django zhuoyuebiji 2019-12-15 3315
Python3 不小心 卸载了 pip,重装 pip 办法 日志记录 1. 手残了,多打了 pip,而且还没看提示,一路 Y(Mac OS) (joyoo) yinzhuoqundeMacBook-Pro:joyoo yinzhuoqun$ pip uninstall pip ins ... continue reading python zhuoyuebiji 2019-12-15 3474
Django + djcelery + redis 执行异步任务 安装 redis Mac 或 centos Mac redis 开机自启 Windows 安装 django-redis pip install django-redis pip ... continue reading django zhuoyuebiji 2019-12-15 824
启动 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 1154
Redis 5.0.7: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that m 错误提示 MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands t ... continue reading centos zhuoyuebiji 2019-12-13 369
Vim 修改文件出现错误 “E45: 'readonly' option is set (add!to override)” vim 修改文件出现错误 “E45: ‘readonly‘ option is set (add ! to override)”, 其实这是权限造成的,文件设置成了只读权限,只读文件修改 ... continue reading centos zhuoyuebiji 2019-12-13 4479
Mac 系统配置开机自动执行 rc.local 文件 原文地址:http://www.jahng.cn/node/70 在 linux 系统上,要配置开机启动项很简单,只要在 /etc/rc.d/rc.local 里面写上想要开机执行的命令就可以了。 但是在 mac 上不存在 rc ... continue reading 计算机基础 zhuoyuebiji 2019-12-13 1202
JavaScript 笔记 什么是 JavaScript? JavaScript 是一种客户端脚本语言(脚本语言是一种轻量级的编程语言)。 JavaScript 通常被直接嵌入 HTML 页面。 JavaScript 是一种 ... continue reading html zhuoyuebiji 2019-12-11 648