Css 笔记 一、css 的语法 格式: 选择器{属性:值;属性:值;属性:值;....} 其中选择器也叫选择符 ... continue reading html zhuoyuebiji 2019/12/11 680
Windows 重启资源管理器的方法 方法一 1. 在桌面状态下,同时按下【Ctrl+Shift+Esc】,调出Windows资源管理器。 2. 找到【WIndows资源管理器】,右击重新启动。 方法二 1. 在桌面状态下,同时 ... continue reading 计算机基础 zhuoyuebiji 2022/12/14 680
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 680
Windows Terminus 使用 private key 进行连接 添加 KEY 配置 settings -> keychain -> NEW -> Import or paste akey -> 连接时使用 ... continue reading centos zhuoyuebiji 2023/2/21 678
AI 生成功能测试用例提示词的思路 角色设定 你是一名资深的软件测试工程师,分析功能需求,生成对应的测试用例。 技能设定 精通ISO质量模型 精通ISTQB中的功能测试类型和方法 精通黑盒测试方法(等价类、边界值、Pairwi ... continue reading AI 大模型 zhuoyuebiji 2025/12/16 673
Python virtualenvwrapper 先创建虚拟环境后来重装python但还想继续使用旧虚拟环境的解决办法 前提条件 python 的版本要一致 解决办法 如果你不想重建虚拟环境,但系统的 Python 已经更新了,有一种可能的解决方法是直接修复虚拟环境中的 Python 解释器路径。请注意,这种方法可能并不总是有效,取决于你的 ... continue reading python zhuoyuebiji 2024/3/1 672
Mac 安装 appium 一. 更换到 淘宝源 yinzhuoqundeMacBook-Pro:~ yinzhuoqun$ npm config get registry https://registry.npmjs.org/ yinzhuoqundeMa ... continue reading 软件测试 zhuoyuebiji 2019/10/19 670
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 670
Jmeter 做 WebSocket 最大连接数测试 使用 JMeter 进行 WebSocket 最大连接数测试,核心是模拟大量并发客户端同时建立连接,验证服务端能支撑的极限连接数及稳定性。以下是详细的测试方案和操作步骤: 一、准备工作 工具与插件 安 ... continue reading 软件测试 zhuoyuebiji 2025/11/4 670
Django autocomplete: must define "search_fields" 错误日志 <class 'finance.admin.CapitalizedCostAdmin'>: (admin.E040) InvestProjectAdmin must define "search_fields ... continue reading django zhuoyuebiji 2021/1/5 668