树莓派 安装 Nextcloud 出现“内部服务器错误” 直接找到 php 的 congfig.php 文件,把配置 数据库那块修改掉,就重新出现配置页面,应该是我之前配置数据写的不对。网上还有一种说法是 data 目录权限问题。 ... continue reading 树莓派 zhuoyuebiji 2021/3/19 1500
卓越笔记建站日记(持续更新) 服务器续费情况 有效期:2030-08-05 花费:120(16 个月 - 首次) + 240(续 2 年) + 1652(续 3 年) + 1552(续 3 年) + 690(xieboke.net 10 年域名)+ 781( ... continue reading 建站日记 zhuoyuebiji 2017/9/22 1489
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 1470
前端输入框使用 ckeditor 富文本编辑器 官方文档 https://ckeditor.com/docs/ckeditor4/latest/guide/dev_ckeditor_js_load.html (配置文档) https://ckeditor.com ... continue reading html zhuoyuebiji 2019/12/9 1468
Fiddler 二次转发实现动态改包(发送请求) 问题场景描述 如何更加精确有状态地实现动态修改请求返回包?对有状态这里理解可能有点问题,我描述一个场景会更直观一点。 一个应用软件向服务器请求时间戳,第一次请求返回为 A,通过修改返回包,使第二次返回 A+B,第三次返回 A+B ... continue reading 软件测试 zhuoyuebiji 2022/3/30 1466
Django Channels websocket 搭建实践(实现长链接消息通知功能) 需求目的 消息实时推送消息以及通知功能、聊天室等功能 参考资料 https://channels.readthedocs.io/en/latest/installation.html(安装) https://ch ... continue reading django zhuoyuebiji 2020/9/2 1464
Rest_framework serializers ValidationError 错误信息自定义 key 值 开发环境 Django 1.11.14 django-crispy-forms ... continue reading django zhuoyuebiji 2020/4/9 1463
Notepad++ 32 位 PluginManager 下载及常用插件 github 下载 有 32 位 和 64 位的 https://github.com/bruderstein/nppPluginManager/releases 网盘下载 Notepa ... continue reading 软件测试 zhuoyuebiji 2019/6/13 1461
Django 自带分页功能 方法一:使用 Paginator 分页 1. https://doc.codingdict.com/django/topics/pagination.html Paginator 分页¶ Django提 ... continue reading django zhuoyuebiji 2017/9/22 1460
Django 自动设置 SlugField 字段 首先我们要了解 django 字段类型 SlugField,SlugField 是一个新闻术语(通常叫做短标题)。一个 slug 只能包含字母、数字、下划线或者是连字符,通常用来作为短标签。通常它们是用来放在地址栏的 URL 里的。像 Ch ... continue reading django zhuoyuebiji 2019/9/12 1460