三年过去了,自己也写了不少代码,当然bug也是各种各样,今天我将简单描述一下大三上学期人工智能课程的大作业中出现的一个error,他不一定导致failure,但影响了项目的性能 这是一个伪随机数的问题。我的C++项目通过Double Q-learning进行学习,寻找玩21点游戏的最优策略,要以特定 ...
分类:
其他好文 时间:
2018-03-11 22:31:09
阅读次数:
169
作业要求很简单,就是对这两个函数进行分析,考察对于fault、error、failure的理解,具体作答如下: Identify the fault 左侧findLast函数,在for循环中,i>0应改为i>=0,否则不会判断数组第一位; 右侧lastZero函数,若数组不为空且存在0,当前返回结果 ...
分类:
其他好文 时间:
2018-03-11 21:40:47
阅读次数:
183
定义: 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
1.login2: 2.login_temp:(注意判断是否为空再加入session中) 3.login_seccess: 4.login2_failure: ...
分类:
Web程序 时间:
2018-03-11 11:49:34
阅读次数:
232
程序一 错误: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
让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
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
第一次用 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
系统安装完成后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