一、跳过用例 @unittest.skip(reason) 跳过被此装饰器装饰的测试。 reason 为测试被跳过的原因。 应用场景: 1,有些用例不需要再次执行,或者作废的用例 2,本次测试构建,不需要执行的用例 二、跳过用例,如果条件为真 @unittest.skipIf(condition, ...
分类:
其他好文 时间:
2019-11-24 13:45:20
阅读次数:
65
突然的崩溃让我措手不及 *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'App called -statusBar or -statusBarWindow on UI ...
分类:
移动开发 时间:
2019-11-20 13:05:17
阅读次数:
514
to be honest. truth to told. I come to realize. It sounds great. There is no reason to... There is the reason why... There is no reason why... like th ...
分类:
其他好文 时间:
2019-11-18 15:36:34
阅读次数:
78
Body-reason 1:Topic sentence 2-n:解释or/and 举例 段内结构: 主题句+解释 主题句+举例 主题句+解释+举例:逐渐细化 不要每一段格式一致 ...
分类:
其他好文 时间:
2019-11-12 11:15:17
阅读次数:
46
新的项目需求,使用到了硬件连接,运用到了mqtt技术,查询了相关资料,总结了一下 一、MQTT简介 MQTT(Message Queuing Telemetry Transport,消息队列遥测传输协议),是一种基于发布/订阅(publish/subscribe)模式的轻量级协议,该协议构建于TCP ...
分类:
其他好文 时间:
2019-11-09 21:42:35
阅读次数:
90
Edison was more interested in the sale of Kinetoscopes(for roughly $1,000 apiece)to these parlors than in the films that would be run in them (which c ...
分类:
其他好文 时间:
2019-11-08 20:32:37
阅读次数:
89
1. "NSGenericException" - reason: "Access to UITextField's _placeholderLabel ivar is prohibited. This is an application bug" 设置TextFiled的默认文字颜色在iOS13 ...
分类:
移动开发 时间:
2019-11-08 12:05:44
阅读次数:
119
[TOC] 声明:本文同步发表于 MongoDB 中文社区,传送门: "http://www.mongoing.com/archives/26759" 简介 最近一个 MongoDB 集群环境中的某节点异常下电了,导致业务出现了中断,随即又恢复了正常。 通过ELK 告警也监测到了业务报错日志。 运维 ...
分类:
数据库 时间:
2019-11-02 18:09:50
阅读次数:
94
接口:suspend 更新时间:不定期 描述:获取股票每日停复牌信息 注:tushare模块下载和安装教程,请查阅我之前的文章 输入参数 名称 | 类型 | 必选 | 描述 ts_code | str | N | 股票代码(三选一) suspend_date | str | N | 停牌日期(三选一 ...
分类:
编程语言 时间:
2019-11-02 09:51:50
阅读次数:
91
索引的打开与关闭 关闭索引 尝试插入数据 此时会报以下错误 重新打开索引 返回结果 以上便是索引的打开与关闭! ...
分类:
其他好文 时间:
2019-10-31 13:42:25
阅读次数:
336