http://www.petrikainulainen.net/programming/spring-framework/unit-testing-of-spring-mvc-controllers-configuration/Writing unit tests for Spring MVC co...
分类:
编程语言 时间:
2014-08-06 18:21:12
阅读次数:
398
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
Reporting 类提供了一组工具用于格式化报告输出report机制大概包括四个主要的类uvm_report_object,uvm_report_handler, uvm_report_server,uvm_report_catcher,UVM reporting主要的接口是uvm_report_...
分类:
其他好文 时间:
2014-07-30 00:34:22
阅读次数:
1088
所需环境: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