Nginx 同一 iP 多域名配置方法(多子配置文件,含 https) 一、Nginx 配置文件 路径:/usr/local/nginx/conf/nginx.conf 操作:在 http 模块增加(子配置文件的路径和名称):include vhost/*.conf; 另外需要注 ... continue reading nginx zhuoyuebiji 2019-5-30 1527
软件测试工程师 - 需要学习掌握的技能 一、基本技能 测试理论(内容:程序,数据,文档,目的:提高软件质量,发现软件缺陷和错误,对软件质量进行评估) 需求分析(需求文档、API文档、开发概要和详细设计文档、UI设计、程序和数据) 编写用例(核心要素:名称、级别 ... continue reading 软件测试 zhuoyuebiji 2019-5-20 821
Adb 官方文档介绍 Android 调试桥 Android 调试桥 (adb) 是一个通用命令行工具,其允许您与模拟器实例或连接的 Android 设备进行通信。它可为各种设备操作提供便利,如安装和调试应用,并提供对 Unix s ... continue reading 软件测试 zhuoyuebiji 2019-5-14 1485
Mac 之 STF 搭建(淘宝源安装) 参考链接: https://www.jianshu.com/p/5fe8cb7d214f (MAC 直接安装 STF) https://www.jianshu.com/p/c5c298486dbd(homebrew 安装指定版本 nod ... continue reading 软件测试 zhuoyuebiji 2019-5-10 1082
小米手机安装 charles 证书,提示“没有可安装的证书” 准备: 1. Mac 安装 charles 2. 小米手机(MI 6 MUI 9.6) 错误提示: 安装 charles 证书时,提示“没有可安装的证书” 解决方法: 1.下载安装 ... continue reading 软件测试 zhuoyuebiji 2019-1-24 1332
Windows 之 bat 实现进程守护 参考信息: windows下批处理实现进程监测 http://blog.51cto.com/10942560/2096009 .bat批处理命令常用操作 https://blog.csdn.net/zhanglu_1024/ ... continue reading 计算机基础 zhuoyuebiji 2019-1-10 2885
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 1832
Centos7 之 sshd,iptables,firewall,fail2ban 常用操作 SSHD # 在原端口 22 下,新增 sshd 端口 20000,并 开启账号密码登录、开启 root 账号登录 vim /etc/ssh/sshd_config Port 20000 PasswordAuth ... continue reading centos zhuoyuebiji 2019-1-8 1326
Selenium 自动化测试 Chrome 大于 63 版本 不能重定向问题解决办法 Chrome 一些信息: Chrome 63 以后,浏览器默认屏蔽了重定向 Chrome 63 版本,设置了禁止更新,有些情况还是会更新到最新版本 解决过程: 在博客上查到 sel ... continue reading 软件测试 zhuoyuebiji 2019-1-2 1903
Selenium Firefox geckodriver 下载 从selenium 3.0.0开始,要求 Firefox为48及以上版本。 geckodriver下载:https://github.com/mozilla/geckodriver/releases/ ... continue reading 软件测试 zhuoyuebiji 2018-12-19 947