ExecutorException: A query was run and no Result Maps were found for the Mapped Statement ‘com.win.mall.dao.CartMapper.test’. It’s likely that neither ...
分类:
移动开发 时间:
2019-01-29 18:28:45
阅读次数:
229
黑盒测试 又称功能测试或数据驱动测试,是针对软件的功能需求/实现进行测试,通过测试来检测每个功能是否符合需求,不考虑程序内部的逻辑结构 黑盒测试方法: 功能划分 等价类划分 等价类根据SRS将需求合理划分片段,分成输入域的子集合,在子集合中,各个输入数据对于揭露软件中的错误都是等效的,并合理假定:测 ...
分类:
其他好文 时间:
2019-01-29 18:16:50
阅读次数:
214
If you are a fan of Harry Potter, you would know the world of magic has its own currency system -- as Hagrid explained it to Harry, "Seventeen silver ...
分类:
其他好文 时间:
2019-01-26 21:35:56
阅读次数:
163
GDB in Action 入门 编译 g 选项:要求 gcc 编译器保留调试符号信息。 O0 选项表示不优化,从 O1 ~ O4 优化级别越来越高,O4 最高。 strip 命令 = 不加 g 选项。 启动 第一种 第二种 第三种 (gdb) 命令助记 run (r) 运行程序。也可以设置被调试程 ...
分类:
数据库 时间:
2019-01-25 22:46:30
阅读次数:
223
内容列表 <!-- start question loop --> SMGP 3.0协议有哪些变化 哪些TLV字段必须支持? 什么是TLV字段? 如何测试正向点播业务? 如何测试正向定制业务? 如何测试正向退定业务? 如何测试反向点播业务? 如何测试反向定制业务? 如何测试反向退定业务? SMGP协 ...
分类:
其他好文 时间:
2019-01-24 10:57:02
阅读次数:
253
今天在使用JSON序列化类时出现问题,原来类中有一个接口,在反序列化时不知道接口的实体是什么 public class Device : IComparer { private string _deviceid; private string _devicename; private string ...
分类:
Web程序 时间:
2019-01-24 00:20:39
阅读次数:
175
application 应用程式 应用、应用程序 application framework 应用程式框架、应用框架 应用程序框架 architecture 架构、系统架构 体系结构 argument 引数(传给函式的值) arrow operator arrow(箭头)运算子 箭头操作符 asse ...
分类:
其他好文 时间:
2019-01-23 23:28:23
阅读次数:
282
题目: A long-distance telephone company charges its customers by the following rules: Making a long-distance call costs a certain amount per minute, dep ...
分类:
其他好文 时间:
2019-01-23 13:03:43
阅读次数:
134
https://leetcode.com/problems/lemonade-change/ At a lemonade stand, each lemonade costs $5. Customers are standing in a queue to buy from you, and ord ...
分类:
其他好文 时间:
2019-01-22 13:19:23
阅读次数:
159
传送门:http://codeforces.com/contest/1105/problem/B B. Zuhair and Strings time limit per test 1 second memory limit per test 256 megabytes input standard ...
分类:
其他好文 时间:
2019-01-21 21:15:00
阅读次数:
188