2020年8月10日

摘要: 参考 https://blog.csdn.net/weixin_42056625/article/details/88962614 List(列表)由双向链表实现,存储空间不连续; vector(容器)和数组拥有连续的存储空间 数据结构 Vector 数组 相 同 都是对同一种类型的数据进行储存。 阅读全文
posted @ 2020-08-10 11:22 Annetree 阅读(300) 评论(0) 推荐(0) 编辑
 
摘要: 参考 https://www.cnblogs.com/dishengAndziyu/p/10904423.html 阅读全文
posted @ 2020-08-10 11:15 Annetree 阅读(51) 评论(0) 推荐(0) 编辑
 
摘要: 参考 https://blog.csdn.net/jdh99/article/details/7193471 阅读全文
posted @ 2020-08-10 07:49 Annetree 阅读(120) 评论(0) 推荐(0) 编辑
 
摘要: 参考 https://www.cnblogs.com/wangcp-2014/p/11363407.html 阅读全文
posted @ 2020-08-10 07:14 Annetree 阅读(91) 评论(0) 推荐(0) 编辑
 
摘要: 什么是 单元测试(Unit Testing)? 颗粒度最小,一般由开发小组采用白盒方式来测试,主要测试单元是否符合“设计”;是指对软件中的最小可测试单元进行检查和验证。 什么是 集成测试? 介于单元测试和系统测试之间,一般由开发小组采用白盒+黑盒的方法来测试,即验证“设计”又验证“需求”。主要用来测 阅读全文
posted @ 2020-08-10 06:58 Annetree 阅读(123) 评论(0) 推荐(0) 编辑
 
摘要: 参考 https://blog.csdn.net/happyjume/article/details/85242926 阅读全文
posted @ 2020-08-10 00:14 Annetree 阅读(150) 评论(0) 推荐(0) 编辑
 
摘要: 参考1 https://blog.csdn.net/longting_/article/details/80357132 参考2 https://blog.csdn.net/stars51320/article/details/100524606?utm_medium=distribute.pc_r 阅读全文
posted @ 2020-08-10 00:05 Annetree 阅读(194) 评论(0) 推荐(0) 编辑