用 python 快速展示服务器的目录文件 将 web 服务器上当前目录下所有的文件(以及子目录)暴露给你所处网络的所有用户, python2: python -m SimpleHTTPServer 7777 (使用端口 7777 和 Python 2) pyt ... continue reading python zhuoyuebiji 2019-6-6 615
命令行的艺术 https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md 🌍 Čeština ∙  ... continue reading 软件测试 zhuoyuebiji 2019-6-6 653
HttpRunnerManager 接口自动化测试平台 搭建实践 一、需要准备的知识点 1. linux: 安装 python3、nginx 安装和配置、mysql 安装和配置 2. python: django 配置、uwsgi 配置 二、我搭建的环境 1. Cent ... continue reading 软件测试 zhuoyuebiji 2019-5-30 2019
Nginx 同一 iP 多域名配置方法(多子配置文件,含 https) 一、Nginx 配置文件 路径:/usr/local/nginx/conf/nginx.conf 操作:在 http 模块增加(子配置文件的路径和名称):include vhost/*.conf; 另外需要注 ... continue reading nginx zhuoyuebiji 2019-5-30 1579
软件测试工程师 - 需要学习掌握的技能 一、基本技能 测试理论(内容:程序,数据,文档,目的:提高软件质量,发现软件缺陷和错误,对软件质量进行评估) 需求分析(需求文档、API文档、开发概要和详细设计文档、UI设计、程序和数据) 编写用例(核心要素:名称、级别 ... continue reading 软件测试 zhuoyuebiji 2019-5-20 848
Adb 官方文档介绍 Android 调试桥 Android 调试桥 (adb) 是一个通用命令行工具,其允许您与模拟器实例或连接的 Android 设备进行通信。它可为各种设备操作提供便利,如安装和调试应用,并提供对 Unix s ... continue reading 软件测试 zhuoyuebiji 2019-5-14 1523
Mac 之 STF 搭建(淘宝源安装) 参考链接: https://www.jianshu.com/p/5fe8cb7d214f (MAC 直接安装 STF) https://www.jianshu.com/p/c5c298486dbd(homebrew 安装指定版本 nod ... continue reading 软件测试 zhuoyuebiji 2019-5-10 1112
小米手机安装 charles 证书,提示“没有可安装的证书” 准备: 1. Mac 安装 charles 2. 小米手机(MI 6 MUI 9.6) 错误提示: 安装 charles 证书时,提示“没有可安装的证书” 解决方法: 1.下载安装 ... continue reading 软件测试 zhuoyuebiji 2019-1-24 1377
Windows 之 bat 实现进程守护 参考信息: windows下批处理实现进程监测 http://blog.51cto.com/10942560/2096009 .bat批处理命令常用操作 https://blog.csdn.net/zhanglu_1024/ ... continue reading 计算机基础 zhuoyuebiji 2019-1-10 2912
Centos7 之 python3,virtualenvwrapper, git, nginx, redis 源码安装 * 本篇所有命令均在 root 权限下执行 * 安装 python3 安装依赖包: yum -y install gcc gcc-c++ python36-devel mysql-devel yu ... continue reading centos zhuoyuebiji 2019-1-9 1881