搜索资源列表
LPR
- 一个完整的车牌识别系统,包括客户端和服务端;由客户端向服务发送图片,在服务端进行车牌识别-A complete license plate recognition system, including client and server send pictures to the service by the client, the server side license plate recognition
Werner
- 使用场景 我们在测试客户端的功能时,经常碰到一种场景是,客户端接收服务器的返回,然后进行处理。但若客户端开发代码没有对服务器非预期的返回值进行处理,就极有可能导致客户端无法正常使用,甚至崩溃。常见的非预期值场景有: 返回格式非约定好的; 返回内容不完整,例如字段缺失; 返回的内容存在错误的值; 返回一些服务器异常,例如404,502等; 其他…… 因此为了测试客户端的健壮性,我们需要模拟不同的服务器返回内容。(On the name The name of the pro