Django Channels websocket 搭建实践(实现长链接消息通知功能) 需求目的 消息实时推送消息以及通知功能、聊天室等功能 参考资料 https://channels.readthedocs.io/en/latest/installation.html(安装) https://ch ... continue reading django zhuoyuebiji 2020/9/2 1495
Python 监控键盘输入的模块 pynput Handling the keyboard The package pynput.keyboard contains classes for controlling and monitoring the keybo ... continue reading python zhuoyuebiji 2021/12/7 1495
C# json 传参发送 post 请求例子 using Fiddler; using System; using System.Linq; using System.Security.Cryptography; using System.Text; using Syst ... continue reading 软件测试 zhuoyuebiji 2020/6/18 1498
Django 自动设置 SlugField 字段 首先我们要了解 django 字段类型 SlugField,SlugField 是一个新闻术语(通常叫做短标题)。一个 slug 只能包含字母、数字、下划线或者是连字符,通常用来作为短标签。通常它们是用来放在地址栏的 URL 里的。像 Ch ... continue reading django zhuoyuebiji 2019/9/12 1502
卓越笔记建站日记(持续更新) 服务器续费情况 有效期:2030-08-05 花费:120(16 个月 - 首次) + 240(续 2 年) + 1652(续 3 年) + 1552(续 3 年) + 690(xieboke.net 10 年域名)+ 781( ... continue reading 建站日记 zhuoyuebiji 2017/9/22 1510
Rest_framework serializers ValidationError 错误信息自定义 key 值 开发环境 Django 1.11.14 django-crispy-forms ... continue reading django zhuoyuebiji 2020/4/9 1512
树莓派 安装 Nextcloud 出现“内部服务器错误” 直接找到 php 的 congfig.php 文件,把配置 数据库那块修改掉,就重新出现配置页面,应该是我之前配置数据写的不对。网上还有一种说法是 data 目录权限问题。 ... continue reading 树莓派 zhuoyuebiji 2021/3/19 1520
Python3 解析 json 字符串并返回支持属性访问的对象 目的 将任意一个 json 字符串,转换为 python 的 object 对象,转换后支持使用属性访问。 方法 json 解析命令行使用的 argparse,可以任意规定命令行关键字,并能使用属性访问。 查 ... continue reading python zhuoyuebiji 2019/8/18 1544
取消 vivo 手机安装软件需要密码的方法 只需要关闭网络(即不联网,关闭 WiFi 和 移动数据)即可 ... continue reading 软件测试 zhuoyuebiji 2019/12/4 1550
Linux(centos)各种颜色文件的含义 linux(centos)各种颜色文件的含义 目录文件:蓝色 一般文件:白色 符号链接:紫色 设备文件:黄色 可执行文件:春绿色 链接文件:青色 图片文件:粉红色 压缩文件:红色 ... continue reading 计算机基础 zhuoyuebiji 2019/12/25 1560