Python 与 redis 交互取出数据类型是 bytes 时,如何直接取出 str 数据类型 运行代码:(存 str 类型,得 bytes 类型,这是由于 Python3 与 redis 交互的驱动的问题,Python2 取出来的就是 str 类型的) [root@VM_2_29_centos ~]# worko ... continue reading redis zhuoyuebiji 2019/10/2 987
Django CKEditor 给 a tag(标签)添加 target 默认值 启发文档 https://ckeditor.com/docs/ckeditor4/latest/guide/dev_disallowed_content.html CKEDITOR.on( 'dialogDefinition ... continue reading django zhuoyuebiji 2020/3/7 987
ERROR: Pidfile (celerybeat.pid) already exists. error log(错误日志) (joyoo) E:\djangos\joyoo>celery -A joyoo beat -l info --scheduler django_celery_beat.schedulers: ... continue reading django zhuoyuebiji 2020/5/22 987
购买和安装海尔电热水器的总结 产生购买热水器的冲动 在深圳洗澡长期使用自来水,直到 2020 回老家洗过一段时间温水(新冠疫情期间),发现温水去污能力挺好的,洗浴过程中受伤关节的异常感受也没感觉到,也不用担心晚浴用冷水洗头后的清醒(一定程度上影响睡眠)。 ... continue reading 生活感悟 zhuoyuebiji 2020/4/20 985
Django2 TypeError: RedirectView() received an invalid keyword 're_path'. as_view only accepts arguments that are already attributes of the class. django2 报错: TypeError: RedirectView() received an invalid keyword 're_path'. as_view only accepts arguments t ... continue reading django zhuoyuebiji 2020/5/20 985
Django inclusion_tag 包含标签 包含标签¶ django.template.Library.inclusion_tag()¶ 另一种常见类型的模板标记是通过呈现另一个模板来显示某些数据的类型。例如,Django的管理界面使用自定义模板标签显 ... continue reading django zhuoyuebiji 2019/8/20 983
Pycharm 2019.2 使用小技巧 技巧 1:文本变字符串 步骤: 选中 文本 按下 单引号 或者 双引号 技巧 2:给函数 或者 类 添加说明 步骤: 在 函数 或 类 的头部 输入 """ ... continue reading django zhuoyuebiji 2020/1/10 981
Django form 里 password1 password2 验证先后探索(注册表单) 首先,我们看看能正常验证两次密码一致性的注册表单 : from __future__ import unicode_literals import unicodedata from django import form ... continue reading django zhuoyuebiji 2020/3/6 979
树莓派 + frp + 公网服务器,实现自定义域名内网穿透,暴露内网服务在公网(多 ssh, 多 web) 认识 FRP FRP 是 Fast Reverse Proxy 的缩写,一款支持 TCP/UDP 快速反向代理的开源软件,可以很方便的内网穿透。和花生壳、Ngrok 等不同,FRP 客户端和服务端的控制权都在自己手中,这也意味着你需要 ... continue reading 树莓派 zhuoyuebiji 2020/6/7 976