12 2017 档案
Jenkins学习
摘要:强烈推荐: http://blog.csdn.net/wangmuming/article/category/2167947 并且自带PDF:Jenkins入门系列--PDF文档 本人受益匪浅 http://www.cnblogs.com/TingJie/p/8109274.html http:// 阅读全文
posted @ 2017-12-26 12:02 wolin 阅读(131) 评论(0) 推荐(0)
testng添加失败重跑,并去重
摘要:关于testng失败重跑的网上多的一车一车的,但是关于报告去重的方法却不灵。 参考:http://blog.csdn.net/qq744746842/article/details/51428938 我用的IDEA+Maven 在配置pom.xml的时候报错,直接配置name和value就好了 关于 阅读全文
posted @ 2017-12-25 20:21 wolin 阅读(179) 评论(0) 推荐(1)
Mac上python3.6.4报错IDLE’s subprocess didn’t make connection.Either IDLE can’t start a subprocess or personal firmwall software is blocking the connection
摘要:问题情况如下: 安装的python3.6.4,一开始IDLE运行的好好的,后来不能运行了,报错如下: 网上各种查,各种搜,大部分是win上的解决方案,以改多线程为单线程为主,其实不可取。 运行出错的原因也挺简单的,日他大爷的,就是因为你练习的时候创建的类和python的类冲突了,删掉有嫌疑的类就解决 阅读全文
posted @ 2017-12-21 21:15 wolin 阅读(883) 评论(0) 推荐(0)