引言软件测试按测试用例设计(TEST CASE DESIGN)方法分为白盒测试(WHITE-BOX TESTING)和黑盒测试(BLACK-BOX TESTING)。 按测试过程或测试策略,软件测试分为单元测试(UNIT TESTING),集成测试(INTEGRATION TESTING〕,确认测试...
分类:
其他好文 时间:
2015-05-03 23:31:02
阅读次数:
160
Description
Background
The knight is getting bored of seeing the same black and white squares again and again and has decided to make a journey
around the world. Whenever a knight moves, it is ...
分类:
其他好文 时间:
2015-05-02 09:43:08
阅读次数:
133
Saruman's ArmyDescriptionSaruman the White must lead his army along a straight path from Isengard to Helm’s Deep. To keep track of his f...
分类:
其他好文 时间:
2015-05-01 13:19:35
阅读次数:
133
Description
Flip game is played on a rectangular 4x4 field with two-sided pieces placed on each of its 16 squares. One side of each piece is white and the other one is black and each piece is lying...
分类:
其他好文 时间:
2015-04-30 22:00:54
阅读次数:
147
.ellipsis {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}文字超出显示省略号
分类:
其他好文 时间:
2015-04-30 17:51:15
阅读次数:
135
??
一、实例并初始化GDI+ 位图
Bitmap image = new Bitmap(int width,int height);
二、实例并初始化绘图画面对象
Graphics g = Graphics.FromImage(image);
1. 清空并已指定的颜色填充背景
g.Clear(Color.White);
...
/*!** Unobtrusive Ajax support library for jQuery** Copyright (C) Microsoft Corporation. All rights reserved.*//*jslint white: true, browser: true, on...
分类:
Web程序 时间:
2015-04-29 21:21:58
阅读次数:
151
包括统计字符,空格,制表符,换行符:#include #include main(){ /* count characters, spaces & lines in input */ double lines,chars,spaces,tabs; int input; ...
分类:
其他好文 时间:
2015-04-29 19:33:47
阅读次数:
131
二、添加css文件找到style.css.catt{width:100%;height:auto;overflow:hidden;padding-bottom:5px;}.catta{border:#7E7E7E1pxsolid;
text-align:center;background-color:#fff;
margin-left:5px;margin-top:6px;padding-left:10px;padding-right:
10px;display:block;white-spa..
分类:
其他好文 时间:
2015-04-27 15:30:44
阅读次数:
115
从测试设计方法分类测试名称测试内容Black box黑盒测试把软件系统当作一个“黑箱”,无法了解或使用系统的内部结构及知识。从软件的行为,而不是内部结构出发来设计测试.White box白盒测试设计者可以看到软件系统的内部结构,并且使用软件的内部知识来指导测试数据及方法的选择。Gray box.灰盒...
分类:
其他好文 时间:
2015-04-26 18:13:35
阅读次数:
166