Django + djcelery + redis 执行异步任务 安装 redis Mac 或 centos Mac redis 开机自启 Windows 安装 django-redis pip install django-redis pip ... continue reading django zhuoyuebiji 2019-12-15 770
启动 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 1112
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 346
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 4411
Mac 系统配置开机自动执行 rc.local 文件 原文地址:http://www.jahng.cn/node/70 在 linux 系统上,要配置开机启动项很简单,只要在 /etc/rc.d/rc.local 里面写上想要开机执行的命令就可以了。 但是在 mac 上不存在 rc ... continue reading 计算机基础 zhuoyuebiji 2019-12-13 1146
JavaScript 笔记 什么是 JavaScript? JavaScript 是一种客户端脚本语言(脚本语言是一种轻量级的编程语言)。 JavaScript 通常被直接嵌入 HTML 页面。 JavaScript 是一种 ... continue reading html zhuoyuebiji 2019-12-11 605
Css 笔记 一、css 的语法 格式: 选择器{属性:值;属性:值;属性:值;....} 其中选择器也叫选择符 ... continue reading html zhuoyuebiji 2019-12-11 259
认识 CSS 权重优先级 从 CSS 代码存放位置看权重优先级 内嵌样式 > 内部样式表 > 外联样式表。其实这个基本可以忽视之,大部分情况下 CSS 代码都是使用外联样式表。 从样式选择器看权重优先级 important > 内 ... continue reading html zhuoyuebiji 2019-12-10 228
HTML 笔记 一、HTML 介绍 1. 什么是HTML? 超文本标记语言, <标签名>--标记(标签、节点) 2. HTML是由:标签和内容构成 ... continue reading html zhuoyuebiji 2019-12-10 229
前端输入框使用 ckeditor 富文本编辑器 官方文档 https://ckeditor.com/docs/ckeditor4/latest/guide/dev_ckeditor_js_load.html (配置文档) https://ckeditor.com ... continue reading html zhuoyuebiji 2019-12-9 1324