Mac 之 STF 搭建(淘宝源安装) 参考链接: https://www.jianshu.com/p/5fe8cb7d214f (MAC 直接安装 STF) https://www.jianshu.com/p/c5c298486dbd(homebrew 安装指定版本 nod ... continue reading 软件测试 zhuoyuebiji 2019-5-10 1161
小米手机安装 charles 证书,提示“没有可安装的证书” 准备: 1. Mac 安装 charles 2. 小米手机(MI 6 MUI 9.6) 错误提示: 安装 charles 证书时,提示“没有可安装的证书” 解决方法: 1.下载安装 ... continue reading 软件测试 zhuoyuebiji 2019-1-24 1429
Windows 之 bat 实现进程守护 参考信息: windows下批处理实现进程监测 http://blog.51cto.com/10942560/2096009 .bat批处理命令常用操作 https://blog.csdn.net/zhanglu_1024/ ... continue reading 计算机基础 zhuoyuebiji 2019-1-10 2966
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 1961
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 1381
Selenium 自动化测试 Chrome 大于 63 版本 不能重定向问题解决办法 Chrome 一些信息: Chrome 63 以后,浏览器默认屏蔽了重定向 Chrome 63 版本,设置了禁止更新,有些情况还是会更新到最新版本 解决过程: 在博客上查到 sel ... continue reading 软件测试 zhuoyuebiji 2019-1-2 1998
Selenium Firefox geckodriver 下载 从selenium 3.0.0开始,要求 Firefox为48及以上版本。 geckodriver下载:https://github.com/mozilla/geckodriver/releases/ ... continue reading 软件测试 zhuoyuebiji 2018-12-19 1055
Selenium Chrome 版本与 ChromeDriver 版本兼容对照对比 Chrome 73 版本以后, ChromeDriver 和 Chrome 版本是一对一,版本号是一样的。 ChromeDriver - WebDriver for Chrome ChromeDriver 75.0.37 ... continue reading 软件测试 zhuoyuebiji 2018-12-19 1981
Python3 读取含中文的 ini 配置文件 python3 读取含中文的 ini 配置文件 import configparser # 加载现有配置文件 conf = configparser.ConfigParser() # 含中文用 utf-8-sig,而不是 u ... continue reading python zhuoyuebiji 2018-10-20 1433
Django sitemap.xml 修改 loc 显示的 example.com 参考链接:http://blog.sina.com.cn/s/blog_6fbca40e0101er8p.html 进入数据库,找到表单:django_site, 把 settings.py 里面 SITE_ID 对应 id 的字段 ... continue reading django zhuoyuebiji 2018-8-8 1451