摘要:
jupyter 可参考:https://zhuanlan.zhihu.com/p/33105153 源码地址:https://github.com/jupyter/notebook ansible ansible教程: https://www.w3cschool.cn/automate_with_a 阅读全文
摘要:
结合使用示例图: 使用场景: serverA为线上服务 服务1、2、3为测试环境下的不同版本 从线上服务引流到测试环境,通过diffy 判断不同版本下响应结果是否一致 判断是否存在BUG 工具具体介绍如下: gor: 从线上环境复制流量,为测试环境提供数据,可以用于功能、性能测试; 从网上搜了一通, 阅读全文
摘要:
工具:BullseyeCoverage 下载地址:https://www.bullseye.com/download-archive/ 官网地址介绍: https://www.bullseye.com/help/introduction.html#1 介绍 https://www.bullseye. 阅读全文
摘要:
首先要安装Android studio 而且保证adb命令可以使用 在命令行下输入 adb devices 显示当前连接的设备 adb shell monkey 使用monkey进行操作 adb shell monkey --help 显示一些帮助文档信息 一、Monkey 是什么?Monkey 就 阅读全文
摘要:
有时候,在Windows7x64下使用pip安装包的时候提示报错:Microsoft Visual C++ 9.0 is required (Unable to find vcvarsall.bat) 环境:windows8 x64 ,python2.7 ,VS2012 解决方案:Microsoft 阅读全文