Django autocomplete: must define "search_fields" 错误日志 <class 'finance.admin.CapitalizedCostAdmin'>: (admin.E040) InvestProjectAdmin must define "search_fields ... continue reading django zhuoyuebiji 2021/1/5 695
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 686
How to Add a Text Filter to Django Admin(筛选条件自定义输入) When creating a new Django Admin page a common conversation between the developer and the support personal might sound l ... continue reading django zhuoyuebiji 2020/5/19 686
Jmeter 做负载测试和并发测试为什么要选择命令行模式而不是 GUI 模式 在 JMeter 中进行并发测试时,正确的做法是使用命令行(非GUI模式)执行测试。以下是详细对比及原因说明: 1. GUI模式(编辑器界面) 用途: 脚本开发、调试、元件配置。 小规模测试(如单 ... continue reading 软件测试 zhuoyuebiji 2025/3/10 686
2020.4.4 缅怀逝者,致敬英雄。 【铭记!那些勇敢与爱】从来没有从天而降的英雄,只有挺身而出的凡人。铭记,铭记这些勇敢与爱。 英雄的人民在英雄的国度,用勇敢与爱,书写了人类历史上可歌可泣的抗疫篇章。 尽历沧桑我自强,从来炎黄生不息; 庚子春头再阻疫,厚德连心雄浑 ... continue reading 建站日记 zhuoyuebiji 2019/11/12 683
Linux centos 查找大文件的命令 在 CentOS 中查找大文件,可以使用 find 命令结合 -size 参数来实现。以下是一些常用的方法和示例: 使用 find 查找大文件 查找大于 1GB 的文件 sh find / -type f -size + ... continue reading centos zhuoyuebiji 2024/8/26 681
Django 性能监控工具(飞机票) 🚀 https://pypi.org/project/django-silk/ ... continue reading django zhuoyuebiji 2020/1/8 678
Django2.2 + mysql + pymysql: django.db.utils.InternalError: (1366, "Incorrect string value 解决方案 现象: 部分含 emoji 表情的字符无法存入 mysql 前提: 数据库已设置字符格式 utf8mb4 错误信息: 解决方案: django settings.py  ... continue reading django zhuoyuebiji 2020/5/7 675
Fiddler creation of the root certificate was not successfull win7 出现 creation of the root certificate was not located 错误时,需要在命令行工具(CMD)中输入: 1. cd 到 Fiddler 安装目录 cd "d:\Progr ... continue reading 软件测试 zhuoyuebiji 2020/12/21 672
无头浏览器 phantomjs 官方下载链接 官方链接下载,安全无插件。 https://phantomjs.org/download.html 目前 chrome 和 Firefox 都已支持无头浏览器,参数为 options.add_arg ... continue reading selenium zhuoyuebiji 2023/2/17 667