電信用戶(hù)群管理系統(tǒng).doc
約65頁(yè)編號(hào):10-25368DOC格式手機(jī)打開(kāi)展開(kāi)
電信用戶(hù)群管理系統(tǒng),頁(yè)數(shù)65 字?jǐn)?shù) 22260摘 要本文首先概述了系統(tǒng)開(kāi)發(fā)背景和國(guó)內(nèi)電信的現(xiàn)狀,指出國(guó)內(nèi)電信97系統(tǒng)在群用戶(hù)管理系統(tǒng)亟待完善和加強(qiáng);接著根據(jù)的業(yè)務(wù)需求,通過(guò)系統(tǒng)流程圖、數(shù)據(jù)流圖對(duì)系統(tǒng)需求進(jìn)行了直觀的展示。之后給出了程序主要模塊的詳細(xì)設(shè)計(jì),包括數(shù)據(jù)處理,部分程序流程圖以及算法描述。系統(tǒng)實(shí)現(xiàn)...


內(nèi)容介紹
此文檔由會(huì)員 趙亮 發(fā)布
電信用戶(hù)群管理系統(tǒng)
頁(yè)數(shù) 65 字?jǐn)?shù) 22260
摘 要
本文首先概述了系統(tǒng)開(kāi)發(fā)背景和國(guó)內(nèi)電信的現(xiàn)狀,指出國(guó)內(nèi)電信97系統(tǒng)在群用戶(hù)管理系統(tǒng)亟待完善和加強(qiáng);接著根據(jù)電信用戶(hù)群管理系統(tǒng)的業(yè)務(wù)需求,通過(guò)系統(tǒng)流程圖、數(shù)據(jù)流圖對(duì)系統(tǒng)需求進(jìn)行了直觀的展示。之后給出了程序主要模塊的詳細(xì)設(shè)計(jì),包括數(shù)據(jù)處理,部分程序流程圖以及算法描述。系統(tǒng)實(shí)現(xiàn)中列舉了部分具有代表性的界面和主要函數(shù),力求達(dá)到“窺一斑而見(jiàn)全貌”的效果。
用戶(hù)群管理系統(tǒng)業(yè)務(wù)完整,流程清晰,界面友好,彌補(bǔ)97系統(tǒng)對(duì)用戶(hù)群管理的不足。
在開(kāi)發(fā)過(guò)程中,始終遵循面向?qū)ο蟪绦蛟O(shè)計(jì)的思想,嚴(yán)格按照軟件工程各階段的標(biāo)準(zhǔn)進(jìn)行程序設(shè)計(jì)和文檔制作。系統(tǒng)采用Eclipse、Struts 開(kāi)發(fā),開(kāi)發(fā)模式為技術(shù)成熟的Browser/Server開(kāi)發(fā)模式。
關(guān)鍵詞 電信97系統(tǒng),Eclipse,Struts
Abstract
Firstly this paper summarizes the background of the system and the actuality of telecom in our country, it points out that the function of Chinese Telecom97’ System needs to be enhanced and perfected. Secondly it show the intuitionistic requirement of the system according to the operation demand by method of the system flow charts , the data stream charts and so on .Then the particular design of main modules of programs, which includes the flow chart of programs and the description of the achievements of the system , it illustrates the very parts of the interface and main function, trying the best to carry out the effect of “knowing all by seeing part”.
The client-group-managing system has entirely clear flow and friendly interface, making up the disadvantage of the manage of Telecom97’System.
When process the programs,it follows the way of facing object and accords to the criterion of each state of software engineering to design documents all the times .It adopts Eclipse、Struts to exploit the system.The pattern of exploitation is technical offense Client/Server.
Key words Telecom97’System, Eclipse, Struts
目 錄
摘 要 I
Abstract II
第一章 緒論 1
1.1 項(xiàng)目來(lái)源及開(kāi)發(fā)的目的和意義 1
1.2 國(guó)內(nèi)外在該項(xiàng)目領(lǐng)域開(kāi)發(fā)及應(yīng)用的現(xiàn)狀及分析 2
1.2.1 國(guó)外發(fā)展現(xiàn)狀 2
1.2.2 國(guó)內(nèi)發(fā)展現(xiàn)狀 2
1.2.2 國(guó)內(nèi)發(fā)展趨勢(shì) 5
1.3 主要開(kāi)發(fā)/設(shè)計(jì)內(nèi)容 5
1.4 本章小結(jié) 5
第2章 需求分析 6
2.1 系統(tǒng)開(kāi)發(fā)的基本原則 6
2.2 BOSS系統(tǒng)應(yīng)包含如下幾個(gè)方面的內(nèi)容 7
2.2.1 業(yè)務(wù)支撐系統(tǒng) 7
2.2.2 運(yùn)營(yíng)維護(hù)支撐系統(tǒng) 7
2.2.3 客戶(hù)管理系統(tǒng) 7
2.3 群用戶(hù)管理模塊職責(zé) 7
2.3.1 群用戶(hù)管理子模塊 8
2.3.2 用戶(hù)群查詢(xún)子模塊 9
2.3.3 本地網(wǎng)信息子模塊 10
2.3.4 地區(qū)網(wǎng)信息子模塊 11
2.3.5 用記注冊(cè)子模塊 11
2.4 設(shè)計(jì)目標(biāo) 12
2.5 開(kāi)發(fā)環(huán)境和開(kāi)發(fā)工具 12
2.5.1 Struts + SessionBean + DAO 12
2.5.2 Weblogic8.1 Server 13
2.5.3 開(kāi)發(fā)環(huán)境為Eclipse3.0 13
2.5.4 數(shù)據(jù)庫(kù)采用SQL Server2000 14
2.5.5 軟件開(kāi)發(fā)模式 14
2.6 系統(tǒng)測(cè)試分析 15
2.6.1 黑盒測(cè)試 15
2.6.2 白盒測(cè)試 16
2.6.3 單元測(cè)試 16
2.6.4 壓力測(cè)試 16
2.7 風(fēng)險(xiǎn)分析及對(duì)應(yīng)措施 16
2.8 本章小結(jié) 17
第3章 系統(tǒng)概要設(shè)計(jì) 18
3.1 數(shù)據(jù)庫(kù) 18
3.2 系統(tǒng)模塊設(shè)計(jì) 20
3.2.1 JSP分析 20
3.2.2 ActionFormBean分析 20
3.2.3 ActionBean分析 21
3.3 代碼規(guī)范 21
3.4 本章小結(jié) 21
第4章 系統(tǒng)主要模塊詳細(xì)設(shè)計(jì) 22
4.1 用戶(hù)群管理模塊 22
4.1.1 用戶(hù)群管理模塊的JSP 22
4.1.2 用戶(hù)群管理模塊的ActionForm 23
4.1.3 用戶(hù)群管理模塊的Action 24
4.1.4 CutoverBean 25
4.2 用戶(hù)群查詢(xún)模塊 25
4.2.1 用戶(hù)群查詢(xún)模塊JSP 25
4.2.2 用戶(hù)群查詢(xún)模塊ActionForm 26
4.2.3 用戶(hù)群查詢(xún)模塊Action 26
4.3 本章小結(jié) 26
第5章 系統(tǒng)測(cè)試與部署 27
5.1 單元測(cè)試 27
5.1.1 注冊(cè)模塊單元測(cè)試用例 27
5.1.2 用戶(hù)群管理模塊單元測(cè)試加上 27
5.2 壓力測(cè)試 28
5.3 部署 28
5.3.1 配置數(shù)據(jù)源 28
5.3.2 工程部署 30
5.4 本章小結(jié) 30
結(jié)論 31
致謝 32
參考文獻(xiàn) 33
附錄1 外文文獻(xiàn)譯文 34
附錄2 外文文獻(xiàn)原文 43
附錄3 本系統(tǒng)主要數(shù)據(jù)庫(kù)表 55
附錄4 部分源程序 57
參考文獻(xiàn)
1. 苗來(lái)生,喬偉.運(yùn)營(yíng)與業(yè)務(wù)支撐系統(tǒng)技術(shù)需求和方案設(shè)計(jì)指南.清華大學(xué)出版社,1-22,182-212
2. Kelly,MicheelB.The TelManagement Forum’s Enhanced Teclecom Operations Map(eTOM).Journal of Network and Systems Management
3. JohnW.Satzinger RobertB.JackSon StephenD.Burd.Systems Analysis and Design in a Changing World.機(jī)械工業(yè)出版社,61-284
4. WendyBoggs MichaelBoggs.UML與RationRose2002從入門(mén)到精通.邱仲潘.電子工業(yè)出版社,46-358
5. 孫衛(wèi)琴.精通Struts:基于MVC的JavaWeb設(shè)計(jì)與開(kāi)發(fā).電子工業(yè)出
版 社,283-372
頁(yè)數(shù) 65 字?jǐn)?shù) 22260
摘 要
本文首先概述了系統(tǒng)開(kāi)發(fā)背景和國(guó)內(nèi)電信的現(xiàn)狀,指出國(guó)內(nèi)電信97系統(tǒng)在群用戶(hù)管理系統(tǒng)亟待完善和加強(qiáng);接著根據(jù)電信用戶(hù)群管理系統(tǒng)的業(yè)務(wù)需求,通過(guò)系統(tǒng)流程圖、數(shù)據(jù)流圖對(duì)系統(tǒng)需求進(jìn)行了直觀的展示。之后給出了程序主要模塊的詳細(xì)設(shè)計(jì),包括數(shù)據(jù)處理,部分程序流程圖以及算法描述。系統(tǒng)實(shí)現(xiàn)中列舉了部分具有代表性的界面和主要函數(shù),力求達(dá)到“窺一斑而見(jiàn)全貌”的效果。
用戶(hù)群管理系統(tǒng)業(yè)務(wù)完整,流程清晰,界面友好,彌補(bǔ)97系統(tǒng)對(duì)用戶(hù)群管理的不足。
在開(kāi)發(fā)過(guò)程中,始終遵循面向?qū)ο蟪绦蛟O(shè)計(jì)的思想,嚴(yán)格按照軟件工程各階段的標(biāo)準(zhǔn)進(jìn)行程序設(shè)計(jì)和文檔制作。系統(tǒng)采用Eclipse、Struts 開(kāi)發(fā),開(kāi)發(fā)模式為技術(shù)成熟的Browser/Server開(kāi)發(fā)模式。
關(guān)鍵詞 電信97系統(tǒng),Eclipse,Struts
Abstract
Firstly this paper summarizes the background of the system and the actuality of telecom in our country, it points out that the function of Chinese Telecom97’ System needs to be enhanced and perfected. Secondly it show the intuitionistic requirement of the system according to the operation demand by method of the system flow charts , the data stream charts and so on .Then the particular design of main modules of programs, which includes the flow chart of programs and the description of the achievements of the system , it illustrates the very parts of the interface and main function, trying the best to carry out the effect of “knowing all by seeing part”.
The client-group-managing system has entirely clear flow and friendly interface, making up the disadvantage of the manage of Telecom97’System.
When process the programs,it follows the way of facing object and accords to the criterion of each state of software engineering to design documents all the times .It adopts Eclipse、Struts to exploit the system.The pattern of exploitation is technical offense Client/Server.
Key words Telecom97’System, Eclipse, Struts
目 錄
摘 要 I
Abstract II
第一章 緒論 1
1.1 項(xiàng)目來(lái)源及開(kāi)發(fā)的目的和意義 1
1.2 國(guó)內(nèi)外在該項(xiàng)目領(lǐng)域開(kāi)發(fā)及應(yīng)用的現(xiàn)狀及分析 2
1.2.1 國(guó)外發(fā)展現(xiàn)狀 2
1.2.2 國(guó)內(nèi)發(fā)展現(xiàn)狀 2
1.2.2 國(guó)內(nèi)發(fā)展趨勢(shì) 5
1.3 主要開(kāi)發(fā)/設(shè)計(jì)內(nèi)容 5
1.4 本章小結(jié) 5
第2章 需求分析 6
2.1 系統(tǒng)開(kāi)發(fā)的基本原則 6
2.2 BOSS系統(tǒng)應(yīng)包含如下幾個(gè)方面的內(nèi)容 7
2.2.1 業(yè)務(wù)支撐系統(tǒng) 7
2.2.2 運(yùn)營(yíng)維護(hù)支撐系統(tǒng) 7
2.2.3 客戶(hù)管理系統(tǒng) 7
2.3 群用戶(hù)管理模塊職責(zé) 7
2.3.1 群用戶(hù)管理子模塊 8
2.3.2 用戶(hù)群查詢(xún)子模塊 9
2.3.3 本地網(wǎng)信息子模塊 10
2.3.4 地區(qū)網(wǎng)信息子模塊 11
2.3.5 用記注冊(cè)子模塊 11
2.4 設(shè)計(jì)目標(biāo) 12
2.5 開(kāi)發(fā)環(huán)境和開(kāi)發(fā)工具 12
2.5.1 Struts + SessionBean + DAO 12
2.5.2 Weblogic8.1 Server 13
2.5.3 開(kāi)發(fā)環(huán)境為Eclipse3.0 13
2.5.4 數(shù)據(jù)庫(kù)采用SQL Server2000 14
2.5.5 軟件開(kāi)發(fā)模式 14
2.6 系統(tǒng)測(cè)試分析 15
2.6.1 黑盒測(cè)試 15
2.6.2 白盒測(cè)試 16
2.6.3 單元測(cè)試 16
2.6.4 壓力測(cè)試 16
2.7 風(fēng)險(xiǎn)分析及對(duì)應(yīng)措施 16
2.8 本章小結(jié) 17
第3章 系統(tǒng)概要設(shè)計(jì) 18
3.1 數(shù)據(jù)庫(kù) 18
3.2 系統(tǒng)模塊設(shè)計(jì) 20
3.2.1 JSP分析 20
3.2.2 ActionFormBean分析 20
3.2.3 ActionBean分析 21
3.3 代碼規(guī)范 21
3.4 本章小結(jié) 21
第4章 系統(tǒng)主要模塊詳細(xì)設(shè)計(jì) 22
4.1 用戶(hù)群管理模塊 22
4.1.1 用戶(hù)群管理模塊的JSP 22
4.1.2 用戶(hù)群管理模塊的ActionForm 23
4.1.3 用戶(hù)群管理模塊的Action 24
4.1.4 CutoverBean 25
4.2 用戶(hù)群查詢(xún)模塊 25
4.2.1 用戶(hù)群查詢(xún)模塊JSP 25
4.2.2 用戶(hù)群查詢(xún)模塊ActionForm 26
4.2.3 用戶(hù)群查詢(xún)模塊Action 26
4.3 本章小結(jié) 26
第5章 系統(tǒng)測(cè)試與部署 27
5.1 單元測(cè)試 27
5.1.1 注冊(cè)模塊單元測(cè)試用例 27
5.1.2 用戶(hù)群管理模塊單元測(cè)試加上 27
5.2 壓力測(cè)試 28
5.3 部署 28
5.3.1 配置數(shù)據(jù)源 28
5.3.2 工程部署 30
5.4 本章小結(jié) 30
結(jié)論 31
致謝 32
參考文獻(xiàn) 33
附錄1 外文文獻(xiàn)譯文 34
附錄2 外文文獻(xiàn)原文 43
附錄3 本系統(tǒng)主要數(shù)據(jù)庫(kù)表 55
附錄4 部分源程序 57
參考文獻(xiàn)
1. 苗來(lái)生,喬偉.運(yùn)營(yíng)與業(yè)務(wù)支撐系統(tǒng)技術(shù)需求和方案設(shè)計(jì)指南.清華大學(xué)出版社,1-22,182-212
2. Kelly,MicheelB.The TelManagement Forum’s Enhanced Teclecom Operations Map(eTOM).Journal of Network and Systems Management
3. JohnW.Satzinger RobertB.JackSon StephenD.Burd.Systems Analysis and Design in a Changing World.機(jī)械工業(yè)出版社,61-284
4. WendyBoggs MichaelBoggs.UML與RationRose2002從入門(mén)到精通.邱仲潘.電子工業(yè)出版社,46-358
5. 孫衛(wèi)琴.精通Struts:基于MVC的JavaWeb設(shè)計(jì)與開(kāi)發(fā).電子工業(yè)出
版 社,283-372