码迷,mamicode.com
首页 >  
搜索关键字:failure    ( 1236个结果
2018软件测试_Homework 1
三年过去了,自己也写了不少代码,当然bug也是各种各样,今天我将简单描述一下大三上学期人工智能课程的大作业中出现的一个error,他不一定导致failure,但影响了项目的性能 这是一个伪随机数的问题。我的C++项目通过Double Q-learning进行学习,寻找玩21点游戏的最优策略,要以特定 ...
分类:其他好文   时间:2018-03-11 22:31:09    阅读次数:169
软件测试Homework2
...
分类:其他好文   时间:2018-03-11 21:40:54    阅读次数:173
2018软件测试_Homework 2
作业要求很简单,就是对这两个函数进行分析,考察对于fault、error、failure的理解,具体作答如下: Identify the fault 左侧findLast函数,在for循环中,i>0应改为i>=0,否则不会判断数组第一位; 右侧lastZero函数,若数组不为空且存在0,当前返回结果 ...
分类:其他好文   时间:2018-03-11 21:40:47    阅读次数:183
软件测试作业2:fault,error,failure 的区别
定义: Software Fault : A static defect in the software 可能导致系统或功能失效的异常条件,可译为“故障”。 Software Error : An incorrect internal state that is the manifestation ...
分类:其他好文   时间:2018-03-11 19:23:01    阅读次数:181
JSP内置对象阶段案例
1.login2: 2.login_temp:(注意判断是否为空再加入session中) 3.login_seccess: 4.login2_failure: ...
分类:Web程序   时间:2018-03-11 11:49:34    阅读次数:232
fault error and failure
程序一 错误:for循环中i>0导致index 0 取不到 Test : x=null不执行这个fault Test : x=[2,3,5]; y=3 执行fault,不会出现error Test : x=[0,3,5]; y=2 导致error但是并不会影响最后结果,不是个failure 程序二 ...
分类:其他好文   时间:2018-03-11 00:15:32    阅读次数:149
Linux Guard Service - 守护进程的作用、用途、父进程标识的特点
让test2直接成为守护进程 [root@localhost 02] cat test2.c //test2 include include include include include int main(){ if(daemon(1,1)== 1){ perror("daemon error") ...
分类:系统相关   时间:2018-03-04 01:07:58    阅读次数:231
January 23rd, 2018 Week 04th Tuesday
Remembrance is a form of meeting, forgetfulness is a form of freedom. 记忆是一种相遇,遗忘是一种自由。 Cherish those memory, whether they are sweet or bitter, we alwa ...
分类:其他好文   时间:2018-03-02 01:26:09    阅读次数:154
maven的pom.xml文件报错问题
第一次用 Spring Starter Project 创建一个Spring应用时,POM 文件报错: Project build error: Non-resolvable parent POM for com.example:demo-1:0.0.1-SNAPSHOT: Failure to t ...
分类:其他好文   时间:2018-03-01 23:31:25    阅读次数:665
CentOS安装完毕后的操作
系统安装完成后0.网络安装费结束后需要修改# vi /etc/sysconfig/network-scripts/ifcfg-ens33TYPE=EthernetBOOTPROTO=dhcpDEFROUTE=yesPEERDNS=yesPEERROUTES=yesIPV4_FAILURE_FATAL=noIPV6INIT=yesIPV6_AUTOCONF=yesIPV6_DEFROUTE=yesI
分类:其他好文   时间:2018-02-27 17:44:34    阅读次数:177
1236条   上一页 1 ... 41 42 43 44 45 ... 124 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!