- 1、本文档共5页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
系統出错处理设计
7 系统出错处理设计System error handling design(撰写人:杨林森 3112101126 Yanglinsen 2102-011-0300)
7.1 出错信息 Error message
在软件的开发过程中,需要对软件中存在的漏洞立即进行处理,即使一个很小的漏洞,也会造成整个软件开发系统的垃圾资源无限增多,最终可能会导致系统的瘫痪。因此在系统设计中,对拟开发系统要注意数据的约束性。为了进行数据统一收集和规范数据统一格式方面管理者的处理,针对存在的安全隐患,本项目组进行了统一约束规范。同时,项目组也应该解决Web服务器端的信息安全问题,这样才能更好的运用管理系统,从而减少系统的维修次数,确保系统的安全使用。
In the software development process, the need for software vulnerabilities that exist in immediate treatment, even a small flaw will cause garbage resources of the entire software development system and the infinite increase, may eventually lead to paralysis of the system. Therefore, system design, system development should pay attention to the proposed binding data. In order to deal with a unified data collection and standardized data formats unified manager for security risks, the project team conducted a unified constraint specification. Meanwhile, the project team should also solve the problem of information security Web server, so as to make better use of management systems, thereby reducing the number of system maintenance, to ensure the safe use of the system.
错误名称
Error 解决方法
Solution 用户名和密码出错
User name and password error 提示输入不正确,检查信息是否正确,并返回。
Prompted to enter is not correct, check the information is correct, and return. 验证码输入错误
Verification code input errors 登录失败,请重新输入。
Login failed, please re-enter. 帐号注册为空或者已存在
The account register is empty or already exists 如空提示错误,返回;存在此用户,提示存在,返回。
Error such as an empty return; exist for this user, indicate the presence of return. 注册密码低于6位
Registration password is less than 6 提示低于6位信息,并重新输入。
Prompted less than 6, and re-enter. 年龄大于100或小于0
Age greater than 100 or less than 0 提示信息:年龄应该在0与100之间。
The message: Age should be between 0 and 100. 联系方式具有的格式输入错误
Contact the format of the input error 提示不是其所拥有的格式,重新输入。
Prompt is not its own format, re-enter. 编号输入不为整数或小于0
Number is not entered as an integer or less than 0 提示,编号取值范围错误,应该为正整数。
Tip No. range error, it should be a positive integer. 标题为空,或标
文档评论(0)