资源描述:
《系统出错处理设计》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、7系统出错处理设计Systemerrorhandlingdesign(撰写人:杨林森3112101126Yanglinsen2102-011-0300)7.1出错信息Errormessage在软件的开发过程中,需要对软件中存在的漏洞立即进行处理,即使一个很小的漏洞,也会造成整个软件开发系统的垃圾资源无限增多,最终可能会导致系统的瘫痪。因此在系统设计中,对拟开发系统要注意数据的约束性。为了进行数据统一收集和规范数据统一格式方面管理者的处理,针对存在的安全隐患,本项目组进行了统一约束规范。同时,项目组也应该解决Web服务器端的信息安全问题,这样才能更好的运用管理系统,从而减少系统的维修次数
2、,确保系统的安全使用。Inthesoftwaredevelopmentprocess,theneedforsoftwarevulnerabilitiesthatexistinimmediatetreatment,evenasmallflawwillcausegarbageresourcesoftheentiresoftwaredevelopmentsystemandtheinfiniteincrease,mayeventuallyleadtoparalysisofthesystem.Therefore,systemdesign,systemdevelopmentshouldpayatt
3、entiontotheproposedbindingdata.Inordertodealwithaunifieddatacollectionandstandardizeddataformatsunifiedmanagerforsecurityrisks,theprojectteamconductedaunifiedconstraintspecification.Meanwhile,theprojectteamshouldalsosolvetheproblemofinformationsecurityWebserver,soastomakebetteruseofmanagementsys
4、tems,therebyreducingthenumberofsystemmaintenance,toensurethesafeuseofthesystem.Error出现错误数据类型错误逻辑出错系统内部出错外部设备出错ErrorindatatypesLogicerrorExternaldeviceerrorInternalsystemerror错误名称Error解决方法Solution1.用户名和密码出错Usernameandpassworderror提示输入不正确,检查信息是否正确,并返回。Promptedtoenterisnotcorrect,checktheinformatio
5、niscorrect,andreturn.2.验证码输入错误Verificationcodeinputerrors登录失败,请重新输入。Loginfailed,pleasere-enter.3.帐号注册为空或者已存在Theaccountregisterisemptyoralreadyexists如空提示错误,返回;存在此用户,提示存在,返回。Errorsuchasanemptyreturn;existforthisuser,indicatethepresenceofreturn.4.注册密码低于6位Registrationpasswordislessthan6提示低于6位信息,并重新输
6、入。Promptedlessthan6,andre-enter.5.年龄大于100或小于0Agegreaterthan100orlessthan0提示信息:年龄应该在0与100之间。Themessage:Ageshouldbebetween0and100.6.联系方式具有的格式输入错误Contacttheformatoftheinputerror提示不是其所拥有的格式,重新输入。Promptisnotitsownformat,re-enter.7.编号输入不为整数或小于0Numberisnotenteredasanintegerorlessthan0提示,编号取值范围错误,应该为正整数
7、。TipNo.rangeerror,itshouldbeapositiveinteger.8.标题为空,或标题大于规定字数Thetitleisempty,ortitlegreaterthanthespecifiednumberofwords提示标题不能为空且应该小于X字,重新输入。PrompttitlecannotbeemptyandshouldbelessthanXcharacters,re-enter.9.商品库存数量输入是小数Produc