一、@unittest.skip("skipping this case") # 无条件忽略该测试方法 二、@unittest.skipIf(a > 5, "condition is not satisfied!") #如果变量a > 5,则忽略该测试方法 三、@unittest.skipUnles ...
分类:
编程语言 时间:
2018-05-29 01:41:38
阅读次数:
212
在写spring mvc小程序时遇到 At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that ...
分类:
编程语言 时间:
2018-05-13 15:37:37
阅读次数:
345
背景:我们使用的方式不是wget 去下载ambari的源码包,而是在windows 的 firefox 下直接下载,将文件存储到本地。 执行 tar -zxvf HDP-2.6.3.0-centos7-rpm.tar.gz 后 报错信息:tar 解压失败tar: Skipping to next h ...
分类:
其他好文 时间:
2018-04-04 20:44:33
阅读次数:
258
https://kb.vmware.com/s/article/2004505Powerdownthesourcevirtualmachine.BootthevirtualmachineusingtheWindowsServer2008R2.isofile.IntheInstallationWizard,selectRepairyourComputer.SelectCommandPrompt.Ru
分类:
其他好文 时间:
2018-03-22 17:41:00
阅读次数:
194
/usr/local/mysql/bin/mysqldump -uroot -pxxxxx --all-databases > all.sql mysql用mysqldump导出数据库时提示“-- Warning: Skipping the data of table mysql.event. Sp ...
分类:
数据库 时间:
2018-01-21 16:15:57
阅读次数:
227
解压一个.tar.zip文件时报错 解决办法: 生成 再用 ...
分类:
其他好文 时间:
2017-09-23 20:22:33
阅读次数:
851
问题描述 在tomcat启动时打印出一句error日志,内容为: 问题原因 这样的问题是你的页面中含有<! >的代码,由于tomcat是需要解析tld的,所以可能会抛出异常警告,但不会影响程序启动! 解决方案 第一种:严格遵守java规范,修改对象的属性名称,要求不包含java关键字; 第二种:修改 ...
分类:
编程语言 时间:
2017-07-24 13:24:13
阅读次数:
187
1.node版本请更新到6.9.X版本以上,不然npm依赖会出问题 2.命令行里运行npm install --global vue-cli 3.npm install --global webpack 安装的时候报了: npm WARN optional SKIPPING OPTIONAL DEP ...
分类:
其他好文 时间:
2017-07-21 10:24:53
阅读次数:
209
Python单元测试unittest中提供了一下四种装饰器实现测试跳过和预期故障。(使用Python 2.7.13) 请查考Python手册中: The following decorators implement test skipping and expected failures: #以下装饰 ...
分类:
编程语言 时间:
2017-06-27 19:52:00
阅读次数:
122
Testing started at 18:23 ... 05/10 18:23:01: Launching ChangeTextBehaviorTestNo apk changes detected since last installation, skipping installation of ...
分类:
其他好文 时间:
2017-05-10 19:57:25
阅读次数:
314