十大负面测试用例 正面测试就是测试系统是否完成了它应该完成的工作; 而负面测试就是测试系统是否不执行它不应该完成的操作。形象一点,正面测试就象一个毕恭毕敬的小学生,老师叫我做什么,我就做什么;而负面测试就象一个调皮捣蛋的孩子,你叫我这样做,我偏不这样做,而且和你对着干。开发人员也是最讨厌修改此类b....
分类:
其他好文 时间:
2014-10-22 20:18:34
阅读次数:
229
OnWalkClick:function(sender){ var sfLaoJun1=new cc.SpriteFrame(res.npc_laojun1,cc.rect(0,0,70,101)); var sfLaoJun2=new cc.SpriteFrame(re...
分类:
Web程序 时间:
2014-10-22 20:08:00
阅读次数:
381
//记录 贝塞尔曲线使用//根据一个矩形画曲线+ (UIBezierPath *)bezierPathWithRect:(CGRect)rect//根据矩形框的内切圆画曲线+ (UIBezierPath *)bezierPathWithOvalInRect:(CGRect)rect//根据矩形画带圆...
分类:
移动开发 时间:
2014-10-22 18:06:39
阅读次数:
168
测试用例是否应该包含所有的细节?测试用例写的太细化了,则适应不了系统的变更需求; 写的太粗糙,则可操作性不强,太随意。那么如何设计测试用例呢?笔者建议:关注“测试思想”而不是关注“操作步骤”;作为测试用例设计人员:我们需要思考的是,如何理解基本流和备选流?如何深入分析并找到所有需要覆盖的路径和需要检...
分类:
其他好文 时间:
2014-10-22 18:06:21
阅读次数:
138
OnWalkClick:function(sender){var sfLaoJun1=new cc.SpriteFrame(res.npc_laojun1,cc.rect(0,0,70,101));var sfLaoJun2=new cc.SpriteFrame(res.npc_laojun2,cc...
分类:
Web程序 时间:
2014-10-22 17:44:57
阅读次数:
159
There is a tools called "dx", this tool can transfer Java Binary Code into Android Dalvik Binary code.In Android, Java Binary Code cannot be recognize...
分类:
移动开发 时间:
2014-10-22 12:48:36
阅读次数:
133
使用um-tool命令在最底下有一行: IPv4 Settings: Address: 192.168.0.166 Prefix: 24 (255.255.255.0) Gateway: 192.168.0.1 DNS: ...
分类:
系统相关 时间:
2014-10-22 09:48:48
阅读次数:
724
工作中,经常会遇到AP升级到LAP,或从LAP降到AP网上有很多种方法,两个方向都介绍了不同的方法。如从AP升级到LAP用Cisco的UpgradetoolsCiscoAironet-AP-to-LWAPP-Upgrade-Tool-v34,该软件在批量部署时有优势,不过该软件目前不能在64位Windows7下运行,32位Windows7未测试。不..
分类:
其他好文 时间:
2014-10-21 19:51:17
阅读次数:
355
#===============================================================#Analysi&Synthesisexecute_module -tool map#===========================================...
分类:
其他好文 时间:
2014-10-21 19:15:31
阅读次数:
297
UITextRange *range = textView.selectedTextRange;
//光标位置
CGRect rect = [textView
caretRectForPosition:range.start];
当UITextView的光标在最后位置连续输入4个或以上换行符号时,输出rect为 {{inf,inf},{0,0}}...
分类:
其他好文 时间:
2014-10-21 12:16:43
阅读次数:
298