上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 22 下一页
摘要: https://www.cnblogs.com/xuwujing/p/10134494.html Lamda替代设计模式 https://www.cnblogs.com/starcrm/p/12408472.html 阅读全文
posted @ 2020-03-31 11:28 CathyGao2018 阅读(129) 评论(0) 推荐(0)
摘要: 参考: https://www.cnblogs.com/zhanqing/p/11076646.html https://www.cnblogs.com/yxh1008/p/6538756.html 阅读全文
posted @ 2020-03-31 11:22 CathyGao2018 阅读(173) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/M_Jack/article/details/87373036 https://www.cnblogs.com/mouse-coder/p/3451243.html https://blog.csdn.net/zz13995900221/artic 阅读全文
posted @ 2020-03-30 21:45 CathyGao2018 阅读(117) 评论(0) 推荐(0)
摘要: java List的初始化 (参考:https://blog.csdn.net/u013956878/article/details/56670753/) <方法一> 长度不固定,随时add List<String> name = new ArrayList(); name.add("xxx"); 阅读全文
posted @ 2020-03-30 21:12 CathyGao2018 阅读(169) 评论(0) 推荐(0)
摘要: 背景:项目需要对上游数据(.zip/.xml格式)进行分析得出几个基本指标的覆盖情况。 需求:多个打包成zip内含xml格式的文件,其中每个xml文件包含多个小reports;已知分类的xpath和对应的类型名; 预期:生成每个小report对应的类型;并总结出全集的类型覆盖情况。 实现:Maven 阅读全文
posted @ 2020-03-30 10:20 CathyGao2018 阅读(551) 评论(0) 推荐(0)
摘要: 项目应用的Oracle数据库面临新的升级(12to13)。 作为应用程序的测试人员,需要准备一套应用程序层面的集成测试计划。 为了避免落入先入为主的傻瓜式断论,需要系统的梳理一下如果做这个计划。 How to prepare for Oracle Database Upgrade https://d 阅读全文
posted @ 2019-12-23 14:43 CathyGao2018 阅读(174) 评论(0) 推荐(0)
摘要: https://www.guru99.com/data-driven-testing.html 阅读全文
posted @ 2019-12-23 09:53 CathyGao2018 阅读(268) 评论(0) 推荐(0)
摘要: Groovy: http://www.groovy-lang.org/ https://blog.csdn.net/weixin_33862993/article/details/86258972 https://www.cnblogs.com/zqlxtt/p/5741240.html Gradl 阅读全文
posted @ 2019-12-16 17:00 CathyGao2018 阅读(341) 评论(0) 推荐(0)
摘要: https://github.com/square/javapoet 阅读全文
posted @ 2019-12-16 16:22 CathyGao2018 阅读(270) 评论(0) 推荐(0)
摘要: 分析项目的deploy.py实例来学习。 1. OptionParser 片段: def init_arg_parser(): parser = OptionParser("operation with shark") parser.add_option("-o", "--operation", h 阅读全文
posted @ 2019-12-11 15:11 CathyGao2018 阅读(304) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 22 下一页