Python3 获取安卓设备列表 import re import os def get_devices(): """ 获取设备列表 :return: 设备列表 """ devices_info = os.pop ... continue reading 软件测试 zhuoyuebiji 2019/6/14 1303
Microsoft Visual Studio 开发 fiddler 插件过程总结 插件中心/列表 https://www.telerik.com/fiddler/add-ons 官方资料 https://docs.telerik.com/fiddler/Extend-Fiddler/ExtendW ... continue reading 软件测试 zhuoyuebiji 2020/6/18 1300
Centos docker 安装和使用 官方教程 https://docs.docker.com/engine/install/centos/ 卸载旧版本 sudo yum remove docker \ docker- ... continue reading docker zhuoyuebiji 2020/9/11 1299
Centos7 mysqlclient ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 安装环境 django 2.2 centos 7 错误日志 pip install mysqlclient (qingjiu) [root@VM_16_3_centos running]# pip in ... continue reading django zhuoyuebiji 2020/3/30 1297
软件测试工程师 - 需要学习掌握的技能 一、基本技能 测试理论(内容:程序,数据,文档,目的:提高软件质量,发现软件缺陷和错误,对软件质量进行评估) 需求分析(需求文档、API文档、开发概要和详细设计文档、UI设计、程序和数据) 编写用例(核心要素:名称、级别 ... continue reading 软件测试 zhuoyuebiji 2019/5/20 1294
Dify Too many incorrect password attempts. Please try again later. dify 账号输入密码次数多了被锁如何解决 针对 Dify 登录提示“Too many incorrect password attempts”(登录失败次数过多)的问题,解决方法取决于你使用的是 Cloud 云端版还是 Self-host ... continue reading AI 大模型 zhuoyuebiji 2026/1/23 1293
Fiddler Modify Autoresponder 修改匹配规则 官方文档:https://docs.telerik.com/fiddler/Generate-Traffic/Tasks/ModifyAutoresponder 编辑规则 从自动响应程序规则集中选择一个规则。 ... continue reading 软件测试 zhuoyuebiji 2019/10/8 1287
Django 前后端不分离,多个模板有相同的数据渲染,用 inclusion_tag 少写代码 django 前后端不分离,多个页面有相同的数据显示,按照普通做法: 可以在每个 view 里面查询一次给到模板。 这种做法,代码重复量太高,修改时极不方便。为此找到 django 包含标签 功能可以解决 前端页面有相同数据显示 ... continue reading django zhuoyuebiji 2019/8/21 1274
Django.db.utils.IntegrityError: UNIQUE constraint failed: blog_articlelike.article_id, blog_articlelike.ip 已存在的数据表添加 unique_together,报错: django.db.utils.IntegrityError: UNIQUE constraint failed: blog_articlelike.article ... continue reading django zhuoyuebiji 2020/5/21 1274
手机上的抓包工具(iOS 和 Android) Android 端:HttpCanary 链接:https://pan.baidu.com/s/1WBWBLZ437Ba66Huiieaygg 提取码:0rh5 iOS ... continue reading 软件测试 zhuoyuebiji 2019/6/12 1269