1、导入各功能模块 2、定义发送邮件(QQ邮箱) 3、查找测试报告目录,找到最新生成的测试报告文件 4、测试运行以上各代码模块 5、测试成功 6、下载打开 test_report.html 测试报告附件 ...
分类:
Web程序 时间:
2018-12-16 15:20:49
阅读次数:
204
git merge的基本用法为把一个分支或或某个commit的修改合并到现在的分支上。我们可以运行git merge -h和git merge --help查看其命令,后者会直接转到一个网页(git的帮助文档),更详细。 usage: git merge [options] [<commit>... ...
分类:
其他好文 时间:
2018-12-16 14:34:07
阅读次数:
131
原文地址:https://chrisalbon.com/python/data_wrangling/pandas_apply_operations_to_dataframes/ Applying Operations Over pandas Dataframes 20 Dec 2017 Import ...
分类:
移动开发 时间:
2018-12-16 11:06:40
阅读次数:
166
项目构建正常,启动和Debug报以下错误: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2018-12-14 09:4 ...
分类:
移动开发 时间:
2018-12-14 15:37:33
阅读次数:
2068
封装的实现与调用、 数据驱动:动态数据变量化,传参调用 AutoDriver文件夹 from selenium import webdriver class AutoDriver001(object): def __init__(self): self.driver=webdriver.Firefo ...
分类:
其他好文 时间:
2018-12-12 19:11:17
阅读次数:
147
Ubuntu有一个内建的实用程序叫做Apport, 当一个程序崩溃时,它可以进行通知。 临时清除: sudo rm /var/crash/* 永久关闭: sudo nano /etc/default/apport enabled=0 ...
分类:
系统相关 时间:
2018-12-12 17:33:06
阅读次数:
204
早上来到公司,线上的项目报错: 赶紧连接服务器看下问题,玛德,服务器都连不上,第一反应,服务器挂了,缓存挂了,解决方法:找运维重启服务器,重启缓存,ok,搞定。 ...
分类:
数据库 时间:
2018-12-12 11:17:58
阅读次数:
378
org.apache.maven.plugins maven-war-plugin 2.6 false UTF-8 UTF-8 UTF-8 1.7 ... ...
分类:
Web程序 时间:
2018-12-11 17:25:29
阅读次数:
209
reportlab是什么? 是一个处理PDF和画图的python开源库. 初次安装: 参考文档: 1. https://stackoverflow.com/questions/38711221/installation-reportlab-importerror-no-module-named-re ...
分类:
编程语言 时间:
2018-12-10 20:47:29
阅读次数:
1713