IJsbrand Kaper MBA是VX 公司IT Services B.V.的主要顾问,同时还负责Testbats,VX 公司进行其群体测试活动时的商标。IJsbrand在软件测试领域有超过13年的经验,她担任过测试工程师,测试经理,培训师,顾问及业务经理。IJsbrand按时为Testing ...
分类:
其他好文 时间:
2014-08-06 14:36:41
阅读次数:
204
~~~~
求最长不上升子序列,把数组倒过来不就是求最长上升子序列了么,QAQ..
用的是nlogn算法,不清楚的请戳:http://blog.csdn.net/darwin_/article/details/38360997
题目链接:http://poj.org/problem?id=1887
~~~~
#include
#include
#include
#include
#defi...
分类:
其他好文 时间:
2014-08-03 23:25:26
阅读次数:
309
在src下面新建file名为log4j.properties内容如下:
# Configure logging for testing: optionally with log file
log4j.rootLogger=WARN, stdout
# log4j.rootLogger=WARN, stdout, logfile
log4j.appender.stdout=org.apa...
分类:
移动开发 时间:
2014-07-31 13:33:46
阅读次数:
197
所需环境:Hadoop相关jar包(下载官网发行版即可);下载junit包(最新为好);下载mockito包;下载mrunit包;下载powermock-mockito包;相关包截图如下:应用场景:在进行Hadoop的一般MR编程时,需要验证我们的业务逻辑,或者说是验证数据流的时候可以使用此环境,这个环境不要求真实的云平台,只是针对算法或者代码逻辑进行验证,方便调试代码。实例:Mapper:pac...
分类:
其他好文 时间:
2014-07-29 15:15:00
阅读次数:
373
du -h --max-depth=1 work/testing?? 查看文件的大小 df -h 查看硬盘的大小和使用情况 df?? 大概情况同上 rm -f 强制删除 rm -rf 强制递归删除 cp -rp ./top/* ./sharm/?? 递归复制 mysql -u 数据库名 -p 数...
分类:
系统相关 时间:
2014-07-26 03:34:17
阅读次数:
297
【Culling & Depth Testing】 Culling is an optimization that does not render polygons facing away from the viewer. All polygons have a front and a back ....
分类:
其他好文 时间:
2014-07-23 20:41:25
阅读次数:
247
由于项目测试中测试平台资源的不足,因此在测试过程中引入了一些结对测试(Pair Testing)的尝试,通过2个月左右的实践,最终的效果还不错。因此,本文简单来谈谈结对测试的实践。不管是开发人员还是测试人员,都应该有属于他们角色的创造性。开发人员创造软件产品,而测试人员可以创造性的发现缺陷,每个角色...
分类:
其他好文 时间:
2014-07-22 22:51:52
阅读次数:
167
The DDMS tool can be used to push out test location during testing. However, it has two serious limitations:DDMS sets location for GPS location provid...
分类:
移动开发 时间:
2014-07-22 22:34:35
阅读次数:
915
对于tr1::shared_ptr在安装vs同时会自带安装,但是版本较低的不存在。而boost作为tr1的实现品,包含
“Algorithms
Broken Compiler Workarounds
Concurrent Programming
Containers
Correctness and Testing
Data Structures
Domain Specific
Fu...
分类:
其他好文 时间:
2014-07-19 23:18:19
阅读次数:
371
时常,某个程序或软件并没有语法错误,并且你检查它的相关内容也确实没有发现问题。这是因为你用普通文本编辑器软件来查看的时候,有许多字符没有显示出来,但在终端使用cat命令可以很容易地检测出是否存在这些字符。
~首先,我们创建一个简单的文本文件,写入一些特殊字符。打开终端,运行命令:
printf 'testing\012\011\011testing\014\010\012more test...
分类:
系统相关 时间:
2014-07-19 02:16:15
阅读次数:
339