摘要:
1 #coding:utf-8 2 import pymysql 3 import time 4 from con_mysql import common_file 5 import logging 6 7 8 9 class MysqlHelper(): 10 def __init__(self, 阅读全文
摘要:
1. 中文:系统管理——节点管理——新建节点(左上侧) 英文:Manage Jenkins——Manage Node——新建节点(左上侧) 2. 中文配图 英文配图: 3. 远程工作目录 以mac为例:默认位置:/User/zd/.jenkins 也可以将/User/zd/.jenkins 下的所有 阅读全文
摘要:
Windows 环境搭建 1. 下载安装pip install httprunner==1.4.2hrun -V #1.4.2har2case -V #0.1.82. httprunnermanager项目地址https://github.com/HttpRunner/HttpRunnerManag 阅读全文
摘要:
据个人经验,Airtest 支持的以下设备会跑的比较666 Android 平台 华为荣耀9青春版 版本:8.0.0 型号:LLD-AL10 评价:自动化运行最6 华为荣耀9青春版 版本:8.0.0 型号:LLD-AL10 评价:自动化运行最6 版本:8.0.0 型号:LLD-AL10 评价:自动化 阅读全文
摘要:
1 . mac pycharm 创建虚拟环境 https://blog.csdn.net/qq_39806105/article/details/96908584 2. mac 环境下搭建HttpRunnerManager平台 https://blog.csdn.net/anywayiknow/ar 阅读全文
摘要:
https://www.52pojie.cn/forum.php?mod=viewthread&tid=757722&tdsourcetag=s_pcqq_aiomsg 阅读全文
摘要:
需求:访问xx.com 跳转到xx.com/index 修改setting 同级别的urls.py 文件 阅读全文
摘要:
执行下面命令即可 摘录于:https://blog.csdn.net/qq_20008173/article/details/87280834 阅读全文
摘要:
一. uwsgi 安装 检验 配置uwsgi.ini 1. 安装 2. 检验 方法一(uwsgi启动文件): test.py内容如下: def application(env, start_response): start_response('200 OK', [('Content-Type','t 阅读全文
摘要:
1. 应用场景: 多次调用同一函数 2. 普通写法: 结果: hellow:tomtime:2019-09-05 18:20:19.637917hellow:tomtime:2019-09-05 18:20:24.639228 3. 缓存写法: 结果: hellow:tomtime:2019-09- 阅读全文