摘要: 最近工作中有个数据传输接口需要测试, 业务需求: 通过核对接口接收的数据条目数、是否等于接口传输条目数,印证数据接口的正确性。 前提条件: 本接口是实时传输。 接口每次传输的数据是全量数据。 解决方法: 因为是全量传输,所以需要根据传输时间对接收数据进行筛选, 把接口当次传输的数据找出来,并进行数据 阅读全文
posted @ 2019-04-17 15:00 商巳 阅读(5405) 评论(0) 推荐(0) 编辑
摘要: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai 阅读全文
posted @ 2018-12-26 11:29 商巳 阅读(149) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex 阅读全文
posted @ 2018-12-26 10:35 商巳 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 安装pip之后,在dos命令框中输入pip,提示:unknown or unsupported command install,搜索之后,立马在:http://stackoverflow.com/questions/7469361/pip-on-windows-giving-the-error-un 阅读全文
posted @ 2018-10-09 09:37 商巳 阅读(644) 评论(0) 推荐(0) 编辑