百科描述: 软件测试(英语:Software Testing), 描述一种用来促进鉴定软件的正确性、完整性、安全性和质量的过程。换句话说,软件测试是一种实际输出与预期输出间的审核或者比较过程。 软件测试的经典定义是:在规定的条件下对程序进行操作,以发现程序错误,衡量软件质量,并对其是否能满足设计要求... ...
分类:
其他好文 时间:
2017-02-25 17:12:03
阅读次数:
214
problem: In a program that uses Opencv for image processing. My goal is to use the camera to identify the precise coordinates of multiple balls. But b ...
分类:
其他好文 时间:
2017-02-25 15:43:14
阅读次数:
326
开始: 在testing中,为了模拟orders,有个要求给数据库dba,如何通过后台数据库脚本快速批量生成orders。 分析 站在数据库角度,批量生成orders,也就是批量生成表中的行数据。 sql中,通过cross join 可以把两个table (如 A ,B )组合,形成一个笛卡尔积,如 ...
分类:
数据库 时间:
2017-02-21 17:53:52
阅读次数:
178
1 性能测试(Performance Testing)他通过模拟实际生产坏境中运行的软件平均业务量,测试系统的性能是否满足设计说明书中的性能要求。 2 压力测试(Stress Testing)是考验一个系统的抗压能力的,在当前比较大的压力下,他能否承受的住,压力测试的目的是为了测试Web应用的稳定性 ...
分类:
Web程序 时间:
2017-02-14 17:59:31
阅读次数:
196
一、简介 最近正在学习cocos2d中的lua游戏开发,因为lua开发的热更新特性,大家开发游戏好像都会优先选择lua作为开发语言。 但是遇到一个问题,用lua写一些简单的程序没什么问题,但是一旦需要一个复杂的类,在lua中直接写就感觉有些吃力。所以想到,可以把游戏开发中比较复杂的模块使用c++完成 ...
分类:
其他好文 时间:
2017-02-04 16:11:22
阅读次数:
273
http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/ Table of Contents http://docs.spring.io/spring/docs/current/javadoc-a ...
分类:
编程语言 时间:
2017-01-30 10:48:25
阅读次数:
309
golang是面向对象语言,但是他并没有class之类的关键字,他是通过struct和interface组合实现了面向对象的概念。 转载请注明出处:http://www.cnblogs.com/SSSR/p/6351661.html 在golang中面向对象的实现顺序: 1.先定义struct,是对 ...
分类:
其他好文 时间:
2017-01-26 16:38:29
阅读次数:
1134
The following is a guest post by Garris Shipon . We've touched on the four types of CSS testing here before. Regression testing is the hardest. It's t ...
分类:
Web程序 时间:
2017-01-23 22:48:24
阅读次数:
390
CasperJS is a navigation scripting & testing utility for the PhantomJS (WebKit) and SlimerJS (Gecko) headless browsers, written in Javascript. Phantom... ...
分类:
Web程序 时间:
2017-01-22 23:39:48
阅读次数:
820
Model Testing Requirements for a MOSFET Model in Circuit Simulation (1) It should include most or all of the important physical effects in modern MOSF ...
分类:
其他好文 时间:
2017-01-11 14:38:27
阅读次数:
289