下載本文檔
版權說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權,請進行舉報或認領
文檔簡介
1、7 系統(tǒng)出錯處理設計 System error handling design(撰寫人:楊林森 3112101126 Yanglinsen 2102-011-0300)7.1 出錯信息Error message在軟件的開發(fā)過程中, 需要對軟件中存在的漏洞立即進行處理, 即使一個很小的漏洞,也會造成整個軟件開發(fā)系統(tǒng)的垃圾資源無限增多, 最終可能會導致系統(tǒng)的癱瘓。因此在系統(tǒng)設計中, 對擬開發(fā)系統(tǒng)要注意數(shù)據(jù)的約束性。 為了進行數(shù)據(jù)統(tǒng)一收集和規(guī)范數(shù)據(jù)統(tǒng)一格式方面管理者的處理, 針對存在的安全隱患, 本項目組進行了統(tǒng)一約束規(guī)范。 同時,項目組也應該解決 Web服務器端的信息安全問題,這樣才能更好的運用管
2、理系統(tǒng), 從而減少系統(tǒng)的維修次數(shù), 確保系統(tǒng)的安全使用。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
3、. 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 te
4、am 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.出現(xiàn)錯誤Error數(shù)據(jù)類型錯誤Error in datatypes邏輯出錯Logicerror系統(tǒng)內(nèi)部出錯外部設備出錯InternalExternalsystem errordevice e
5、rror錯誤名稱Error1. 用戶名和密碼出錯User name and password error2. 驗證碼輸入錯誤Verification code input errors3. 帳號注冊為空或者已存在The account register is empty or already exists4. 注冊密碼低于 6 位Registration password is less than 65. 年齡大于 100 或小于 0Age greater than 100 or less than 06. 聯(lián)系方式具有的格式輸入錯誤Contact the format of the inpu
6、t error7. 編號輸入不為整數(shù)或小于 0 Number is not entered as an integer or less than 08. 標題為空,或標題大于規(guī)定字數(shù)The title is empty, or title greater than the specified number of words9. 商品庫存數(shù)量輸入是小數(shù)Product inventory quantity input is a decimal10. 信息 ID 輸入為空Information ID input is empty11. 信息類型大于 50 個字符The type of informa
7、tion is greater than 50 characters12. 新密碼與確認新密碼不同New password and confirm the new password13. 提交信息失敗Submit information failed14. 手機號碼輸入不是 11 位數(shù)字Phone number input is not 11 digits解決方法Solution提示輸入不正確,檢查信息是否正確,并返回。Promptedtoenterisnotcorrect,checktheinformation is correct, and return.登錄失敗,請重新輸入。Login
8、failed, please re-enter.如空提示錯誤,返回;存在此用戶,提示存在,返回。Error such as an empty return; exist for this user, indicate the presence of return.提示低于 6 位信息,并重新輸入。 Prompted less than 6, and re-enter.提示信息:年齡應該在0 與 100 之間。The message: Age should be between 0 and 100.提示不是其所擁有的格式,重新輸入。 Prompt is not its own format, r
9、e-enter.提示,編號取值范圍錯誤,應該為正整數(shù)。Tip No. range error, it should be a positive integer.提示標題不能為空且應該小于 X 字,重新輸入。 Prompt title can not be empty and should be less than X characters, re-enter.提示,數(shù)量應該為整數(shù),清除并重新輸入。 Tip number is an integer, remove and re-enter.提示出錯信息,返回重新輸入。With an error message and return to re-
10、enter.提示字數(shù)超出規(guī)定,重新輸入。Prompt words out of the provisions re-enter.提示新密碼與確認新密碼不同!Prompted a new password and confirm the new password!提示失敗信息,并建議檢查錯誤信息類型Promptfailure,and recommendedto checktheerror message type提示您輸入的手機號碼有誤,應該為11 位數(shù)字。Prompts you to enter the phone number is wrong, should be 11 digits.7.
11、1輸入錯誤及解決方案7.1 input errors and solutions7.2 Web 服務器錯誤處理設計7.2the Web server error handling design錯誤名稱輸出ErrorOutput1. 不合法的 Url 請求提示錯誤,返回登錄界面Url request legalError, return to theloginscreen2. 程序出錯拋出異常輸入 Log 日志中的錯誤信息Error, an exceptionisEnter theerror message inthrownthe Log3. 數(shù)據(jù)訪問量的過大返回請求失敗信息Amount of
12、data access overReturnsrequestfailureinformation4. 登陸調用 web服務器方法登錄頁面,要求用戶登錄Log in to call the web serverLogonpagerequiresusersmethodto log補救RemedyStruts 的請求錯誤控制 Struts request error-control判斷錯誤信息, 返回登錄界面 An error of judgment, and return to the login screen針對需求,重新選擇服務器Re-select the server for the nee
13、dsStruts 攔截所有請求,判斷用戶是否登陸, 必須登錄才能進行其他操作。Strutstointerceptallrequests to determine whether the user login, you must be logged in to perform other operations.7.2補救措施Remedial measures所有的系統(tǒng), 不管采用哪種開發(fā)方式, 都不可避免的存在弱點。 所以不但在信息管理系統(tǒng)這一級而且在計算中心這一級( 如果適用,也包括遠程設備 ) 都要審核并提出設計到安全性的問題。通過識別系統(tǒng)的弱點來減少侵犯安全性的危險,以及采取必要的預防措施
14、來提高安全水平,這是用戶和信息服務管理部門可做得到的。All systems, regardless of which way the use of development are inevitable weaknesses. Therefore, not only in the information management system at this level and be designed to review and propose security issues in computing center at this level (if applicable, including r
15、emote device). By identifying weaknesses in the system to reduce the risk of security violations, and to take the necessary precautionary measures to improve the safety level, which is the user and theinformation services department can do it.1)后備技術Back-up technology由于現(xiàn)代計算機科學技術的快速發(fā)展, 以往的數(shù)據(jù)備份已經(jīng)不能滿足用戶
16、和管理者對現(xiàn)有系統(tǒng)的要求, 現(xiàn)在的技術一般是進行系統(tǒng)數(shù)據(jù)庫的實時備份和備份服務器。當數(shù)據(jù)庫癱瘓時, 通過快速進行系統(tǒng)庫的切換, 這樣可以有效的減少數(shù)據(jù)的丟失。當用戶量大時, 也可以使用備用服務器, 兩個服務器進行同步數(shù)據(jù)存儲,如果一臺服務器出錯時, 可以轉換到另一臺進行相同的操作, 讓用戶不需要因癱瘓而面臨網(wǎng)頁打不開、數(shù)據(jù)丟失等相關問題。Due to the rapid development of modern computer science and technology, previous data backup and managers have been unable to meet
17、 the user requirements of the existing system, and now the technology is generally carried out in real-time backup system database and backup servers. When the database is paralyzed by rapidly switching system libraries, which can effectively reduce the loss of data. When the user capacity, you can
18、use the backup server, two servers synchronize data storage, if a server error, can be converted to another the same operation, so that the user does not open the page because of paralysis of face , data loss and other related issues.2)降效技術Drop-efficient technology通常情況下系統(tǒng)的管理員都不是專業(yè)的計算機人員,對計算機專業(yè)的知識了解相
19、對較少。在面對系統(tǒng)癱瘓等錯誤時,都不知道如何去解決問題。如今,隨著計算機科學技術的飛速發(fā)展, 為了讓系統(tǒng)用戶能夠自行解決運行過程中遇到的問題,大多采取小型服務器作為后備技術。這項技術在現(xiàn)有的開發(fā)系統(tǒng)中使用很廣泛,當然備用的服務器從價格上考慮,可能不如主服務器, 也可能會降低工作效率,但是從數(shù)據(jù)的完整性和安全出發(fā),可以讓維修人員有更多時間進行系統(tǒng)的維護。Normally the system administrator is not a professional computer staff, relatively little computer expertise to understand.
20、 In the face of system failures and other errors, do not know how to solve the problem. Nowadays, with the rapid development of computer science and technology, in order to allow system users to solve problems encountered during the operation on their own, mostly taken small server as a backuptechno
21、logy. The technology used in the existing development systems is extensive, of course, the backup server from the price considerations, may not be as the primary server, it may decrease work efficiency, but starting from the integrity and security of data, allowing maintenance personnel more time fo
22、r system maintenance.3)恢復及再啟動技術Recovery and re-start technology由于采取的是低端服務器, 同時進行數(shù)據(jù)庫的實時備份。 這樣在系統(tǒng)維護好完成后,可以很快的進行數(shù)據(jù)同步,同時也可以很快的進行系統(tǒng)的運行。To adopt a low-end server, while the real-time backup of the database. So that system maintenance is completed, you can quickly synchronize data, but also can be quickly carried out the operation of the system.7.3系統(tǒng)維護設計System maintenance design信息管理系統(tǒng)不同于其他系統(tǒng),它并不是一勞永逸的最終系統(tǒng)。在它的運行過程中,還有大量運行管理、系統(tǒng)維護、系統(tǒng)設置等工作要做。交付使用的信息管理系統(tǒng)跟工業(yè)產(chǎn)品不同, 工業(yè)產(chǎn)品可以先生產(chǎn)一個樣品,經(jīng)過試驗、改進再正式投入批量生產(chǎn), 而信息管理系統(tǒng)它需要在用戶使用過程中不斷完善。系統(tǒng)維護包括程序的維護、數(shù)據(jù)文件的維護、代碼的維護等,而且系統(tǒng)的修改,往往會造成系統(tǒng)程序、文件、代碼的修改。因此
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024年車輛以租代購產(chǎn)權轉移協(xié)議版B版
- 2024版地下室防水施工協(xié)議3篇
- 專業(yè)噴漆團隊修理廠承包合同書版B版
- 2025年度網(wǎng)絡安全防護合同范本:信息安全合作協(xié)議3篇
- 2024廢鋼居間合同范本
- 2024重慶市民離婚協(xié)商一致合同樣本版B版
- 行車理論知識培訓課件
- 2024年高速公路交通信號燈施工合同
- 熟食類食品知識培訓課件
- 鋁擠壓修模知識培訓課件
- 2025年廣東省揭陽市揭西縣招聘事業(yè)單位人員11人歷年高頻重點提升(共500題)附帶答案詳解
- 2025年云南昆明經(jīng)濟技術開發(fā)區(qū)投資開發(fā)(集團)有限公司招聘筆試參考題庫附帶答案詳解
- 社會單位消防安全知識考試題庫(濃縮500題)
- 企業(yè)地震應急預案樣本(三篇)
- 消毒技術規(guī)范
- 體彩排列五歷史數(shù)據(jù)
- 秦皇島326簡介
- 總裁崗位說明書.doc
- 中國黃金店長手冊
- 電連接器的分類及端接
- PMMA(有機玻璃)板水下觀察窗安裝施工技術
評論
0/150
提交評論