Web 服务器 caddy 资料收集 caddy 介绍与特点 caddy 是一个像 Apache, nginx, 或 lighttpd 的web服务器。 你要问nginx已经很好了,为什么要用caddy呢? 我觉得caddy最大的特点是用起来简单, 然后呢,它还有下面这些 ... continue reading centos zhuoyuebiji 2021/3/15 665
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 662
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 661
Linux centos 查找大文件的命令 在 CentOS 中查找大文件,可以使用 find 命令结合 -size 参数来实现。以下是一些常用的方法和示例: 使用 find 查找大文件 查找大于 1GB 的文件 sh find / -type f -size + ... continue reading centos zhuoyuebiji 2024/8/26 661
Django 性能监控工具(飞机票) 🚀 https://pypi.org/project/django-silk/ ... continue reading django zhuoyuebiji 2020/1/8 660
2020.4.4 缅怀逝者,致敬英雄。 【铭记!那些勇敢与爱】从来没有从天而降的英雄,只有挺身而出的凡人。铭记,铭记这些勇敢与爱。 英雄的人民在英雄的国度,用勇敢与爱,书写了人类历史上可歌可泣的抗疫篇章。 尽历沧桑我自强,从来炎黄生不息; 庚子春头再阻疫,厚德连心雄浑 ... continue reading 建站日记 zhuoyuebiji 2019/11/12 656
Docker denied: requested access to the resource is denied 错误日志 [root@ser8x11rcig9vyu ~]# docker tag 4048e60fd8dc whistle-docker:release-v2.9.52 [root@ser8x11rcig9vyu ~]# do ... continue reading docker zhuoyuebiji 2023/7/4 649
Jmeter 做负载测试和并发测试为什么要选择命令行模式而不是 GUI 模式 在 JMeter 中进行并发测试时,正确的做法是使用命令行(非GUI模式)执行测试。以下是详细对比及原因说明: 1. GUI模式(编辑器界面) 用途: 脚本开发、调试、元件配置。 小规模测试(如单 ... continue reading 软件测试 zhuoyuebiji 2025/3/10 647
百度分享前端代码( js 本地版 ) https://xieboke.net/static/api/js/share.js <div class=" bdsharebuttonbox"><a href="#" class="bds_more" dat ... continue reading html zhuoyuebiji 2020/3/9 643
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 642