开源的客户端性能测试工具 soloX(能替换收费的性能狗 perfdog ) 从 2019 年 性能狗 perfdog 历经免费内测到付费商用,已有 6年有余。对于一个普通的测试工作者来说,有时候会涉及到 app 的专项测试/性能测试 需要一款好用且免费的测试工具,当初有 perfdog 可以用 ... continue reading 软件测试 zhuoyuebiji 2025/6/13 382
Mysql、oracle、sqlite 数据库管理软件 DBeaver 历史版本下载 最近的几个版本推荐使用 24.1.5 版本(该版本 鼠标放在表上,会显示注释文案) https://dbeaver.io/files/24.1.5/ 所有版本 Archive Files | D ... continue reading 软件测试 zhuoyuebiji 2025/2/20 378
Vue.js 学习资料地址 中文网站 https://cn.vuejs.org/(官方) 文档教程 https://cn.vuejs.org/v2/guide/(官方) 视频教程 https://learning.dcloud.io/#/ ... continue reading html zhuoyuebiji 2020/1/3 377
Python virtualenvwrapper 先创建虚拟环境后来重装python但还想继续使用旧虚拟环境的解决办法 前提条件 python 的版本要一致 解决办法 如果你不想重建虚拟环境,但系统的 Python 已经更新了,有一种可能的解决方法是直接修复虚拟环境中的 Python 解释器路径。请注意,这种方法可能并不总是有效,取决于你的 ... continue reading python zhuoyuebiji 2024/3/1 375
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 372
Css 笔记 一、css 的语法 格式: 选择器{属性:值;属性:值;属性:值;....} 其中选择器也叫选择符 ... continue reading html zhuoyuebiji 2019/12/11 364
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 362
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 361
英语学习资料收集 词源学 词源学(etymology,查找词根的来源) 英语词源字典(中文版,仅供参考) 资料查询 美国当代英语语料库 ( COCA ) ( COCA 使用介绍 ) ... continue reading 英语学习 zhuoyuebiji 2020/1/15 355
Locust You are running in distributed mode but have no slave servers connected. Please connect slaves prior to swarming. 错误日志: You are running in distributed mode but have no slave servers connected. Please connect slaves prior to swarm ... continue reading 软件测试 zhuoyuebiji 2020/9/17 352