系统出错处理设计

上传人:夏** 文档编号:509538989 上传时间:2024-01-02 格式:DOCX 页数:10 大小:72.08KB
返回 下载 相关 举报
系统出错处理设计_第1页
第1页 / 共10页
系统出错处理设计_第2页
第2页 / 共10页
系统出错处理设计_第3页
第3页 / 共10页
系统出错处理设计_第4页
第4页 / 共10页
系统出错处理设计_第5页
第5页 / 共10页
点击查看更多>>
资源描述

《系统出错处理设计》由会员分享,可在线阅读,更多相关《系统出错处理设计(10页珍藏版)》请在金锄头文库上搜索。

1、7系统出错处理设计Systemerrorhandlingdesign(撰写人:杨林森3112101126Yanglinsen2102-011-0300)7.1 出错信息Errormessage在软件的开发过程中,需要对软件中存在的漏洞立即进行处理,即使一个很小的漏洞,也会造成整个软件开发系统的垃圾资源无限增多,最终可能会导致系统的瘫痪。因此在系统设计中,对拟开发系统要注意数据的约束性。为了进行数据统一收集和规范数据统一格式方面管理者的处理,针对存在的安全隐患,本项目组进行了统一约束规范。同时,项目组也应该解决Web服务器端的信息安全问题,这样才能更好的运用管理系统,从而减少系统的维修次数,确保

2、系统的安全使用。Inthesoftwaredevelopmentprocess,theneedforsoftwarevulnerabilitiesthatexistinimmediatetreatment,evenasmallflawwillcausegarbageresourcesoftheentiresoftwaredevelopmentsystemandtheinfiniteincrease,mayeventuallyleadtoparalysisofthesystem.Therefore,systemdesign,systemdevelopmentshouldpayattentiont

3、otheproposedbindingdata.Inordertodealwithaunifieddatacollectionandstandardizeddataformatsunifiedmanagerforsecurityrisks,theprojectteamconductedaunifiedconstraintspecification.Meanwhile,theprojectteamshouldalsosolvetheproblemofinformationsecurityWebserver,soastomakebetteruseofmanagementsystems,thereb

4、yreducingthenumberofsystemmaintenance,toensurethesafeuseofthesystem.解决方法SolutionErrorErrorindatatyr)esLogicIInternalsystemerrorExternaldeviceeQUser n ame and password error2. 验证码输入错误Verificati on code in put errors3. 帐号注册为空或者已存在The account register is empty or alreadyexists4. 注册密码低于 6 位Registrati on

5、 password is less tha n 65. 年龄大于 100 或小于 0Age greater tha n 100 or less tha n 06. 联系方式具有的格式输入错误Con tact the format of the in put error7. 编号输入不为整数或小于0Number is not en tered as an in teger or lesstha n 08. 标题为空,或标题大于规定字数The title is empty, or title greater tha nthe specified nu mber of words9. 商品库存数量输

6、入是小数Product inven tory qua ntity in put is adecimal10. 信息 ID 输入为空In formatio n ID in put is empty11. 信息类型大于 50 个字符The type of informationis greaterthan 50 characters12. 新密码与确认新密码不同New password and con firm the newpassword13. 提交信息失败Submit in formati on failed14. 手机号码输入不是11 位数字Phone nu mber in put is

7、not 11 digits1.用户名和密码出错提示输入不正确,检查信息是否正确,并返回。Promptedtoenterisnotcorrect,checktheinformationiscorrect,andreturn.登录失败,请重新输入。Loginfailed,pleasere-enter.如空提示错误,返回;存在此用户,提示存在,返回。Errorsuchasanemptyreturn;existforthisuser,indicatethepreseneeofreturn.提示低于6位信息,并重新输入。Promptedlessthan6,andre-enter.提示信息:年龄应该在0与

8、100之间。Themessage:Ageshouldbebetween0and100.提示不是其所拥有的格式,重新输入。Promptisnotitsownformat,re-enter.提示,编号取值范围错误,应该为正整数。TipNo.rangeerror,itshouldbeapositiveinteger.提示标题不能为空且应该小于X字,重新输入。PrompttitlecannotbeemptyandshouldbelessthanXcharacters,re-enter.提示,数量应该为整数,清除并重新输入。Tipnumberisaninteger,removeandre-enter.W

9、ithanerrormessageandreturntore-enter.提示出错信息,返回重新输入。提示字数超出规定,重新输入。Promptwordsoutoftheprovisionsre-enter.提示新密码与确认新密码不同!Promptedanewpasswordandconfirmthenewpassword!提示失败信息,并建议检查错误信息类型Promptfailure,andrecommendedtochecktheerrormessagetype提示您输入的手机号码有误,应该为11位数字。Promptsyoutoenterthephonenumberiswrong,shoul

10、dbe11digits.7.1输入错误及解决方案7.1 inputerrorsandsolutions解决方法Solution7.2 Web服务器错误处理设计7.2theWebservererrorhandlingdesign错误名称WH补救ErrorOutputRemedy1 .不合法的Url请求Url request legal2 .程序出错抛出异常Error, an excepti onisthrow n3 .数据访问量的过大Amount of data access over4 .登陆调用web服务器方法Log in to call the web servermethod提示错误,返

11、回登录界面Error, return to the loginscree n输入Log日志中的错误信息Enter the error message inthe Log返回请求失败信息Returns request failurein formatio n登录页面,要求用户登录Log on page requires usersto logStruts的请求错误控制Struts request error-c on trol判断错误信息,返回登录界面An error of judgment, and retur n to the logi n scree n 针对需求,重新选择服务器Re-se

12、lect the server for the n eedsStruts 拦截所有请求,判断 用户是否登陆,必须登录才能 进行其他操作。Struts toin tercept allrequests to determ ine whether the user logi n, you must be logged in to perform other operati ons.7.2补救措施Remedialmeasures所有的系统,不管采用哪种开发方式,都不可避免的存在弱点。所以不但在信息管理系统这一级而且在计算中心这一级(如果适用,也包括远程设备)都要审核并提出设计到安全性的问题。通过识别

13、系统的弱点来减少侵犯安全性的危险,以及采取必要的预防措施来提高安全水平,这是用尸和信息服务管理部门可做得到的。Allsystems,regardlessofwhichwaytheuseofdevelopmentareinevitableweaknesses.Therefore,notonlyintheinformationmanagementsystematthislevelandbedesignedtoreviewandproposesecurityissuesincomputingcenteratthislevel(ifapplicable,includingremotedevice).B

14、yidentifyingweaknessesinthesystemtoreducetheriskofsecurityviolations,andtotakethenecessaryprecautionarymeasurestoimprovethesafetylevel,whichistheuserandtheinformationservicesdepartmentcandoit.1 )后备技术Back-uptechnology由于现代计算机科学技术的快速发展,以往的数据备份已经不能满足用户和管理者对现有系统的要求,现在的技术一般是进行系统数据库的实时备份和备份服务器。当数据库瘫痪时,通过快速

15、进行系统库的切换,这样可以有效的减少数据的丢失。当用户量大时,也可以使用备用服务器,两个服务器进行同步数据存储,如果一台服务器出错时,可以转换到另一台进行相同的操作,让用户不需要因瘫痪而面临网页打不开、数据丢失等相关问题。Duetotherapiddevelopmentofmoderncomputerscienceandtechnology,previousdatabackupandmanagershavebeenunabletomeettheuserrequirementsoftheexistingsystem,andnowthetechnologyisgenerallycarriedoutinreal-timebackupsystemdatabaseandbackupservers.Whenthedatabaseisparalyzedbyrapidlyswitchingsystemlibraries,whichcaneffectivelyreducethelossofdata.Whentheusercapacity,youcanusetheba

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 商业/管理/HR > 营销创新

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号