Windows 重启资源管理器的方法 方法一 1. 在桌面状态下,同时按下【Ctrl+Shift+Esc】,调出Windows资源管理器。 2. 找到【WIndows资源管理器】,右击重新启动。 方法二 1. 在桌面状态下,同时 ... continue reading 计算机基础 zhuoyuebiji 2022/12/14 672
Docker-compose 安装部署 redis 配置准备 docker 和 docker-compose 安装 http://xieboke.net/article/341/ 创建 redis主目录 mkdir /usr/local/redis cd /us ... continue reading docker zhuoyuebiji 2023/2/10 671
认识和使用 Hermes Agent 开源自主学习 AI 智能体 Hermes Agent 是什么? Hermes Agent 是由 Nous Research 开发的一款开源、具有自我进化能力的 AI 智能体(Agent)框架。 它在 2026 年初迅速走红,被开发者昵称为“爱马 ... continue reading AI 大模型 zhuoyuebiji 2026/4/15 667
AI 生成功能测试用例提示词的思路 角色设定 你是一名资深的软件测试工程师,分析功能需求,生成对应的测试用例。 技能设定 精通ISO质量模型 精通ISTQB中的功能测试类型和方法 精通黑盒测试方法(等价类、边界值、Pairwi ... continue reading AI 大模型 zhuoyuebiji 2025/12/16 664
Windows Terminus 使用 private key 进行连接 添加 KEY 配置 settings -> keychain -> NEW -> Import or paste akey -> 连接时使用 ... continue reading centos zhuoyuebiji 2023/2/21 662
Python virtualenvwrapper 先创建虚拟环境后来重装python但还想继续使用旧虚拟环境的解决办法 前提条件 python 的版本要一致 解决办法 如果你不想重建虚拟环境,但系统的 Python 已经更新了,有一种可能的解决方法是直接修复虚拟环境中的 Python 解释器路径。请注意,这种方法可能并不总是有效,取决于你的 ... continue reading python zhuoyuebiji 2024/3/1 661
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 657
Mac 安装 appium 一. 更换到 淘宝源 yinzhuoqundeMacBook-Pro:~ yinzhuoqun$ npm config get registry https://registry.npmjs.org/ yinzhuoqundeMa ... continue reading 软件测试 zhuoyuebiji 2019/10/19 656
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 656
Django autocomplete: must define "search_fields" 错误日志 <class 'finance.admin.CapitalizedCostAdmin'>: (admin.E040) InvestProjectAdmin must define "search_fields ... continue reading django zhuoyuebiji 2021/1/5 655