摘要: 参考: 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)