国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

電信用戶群管理系統(tǒng).doc

約65頁DOC格式手機打開展開

電信用戶群管理系統(tǒng),頁數(shù)65 字數(shù) 22260摘 要本文首先概述了系統(tǒng)開發(fā)背景和國內電信的現(xiàn)狀,指出國內電信97系統(tǒng)在群用戶管理系統(tǒng)亟待完善和加強;接著根據(jù)的業(yè)務需求,通過系統(tǒng)流程圖、數(shù)據(jù)流圖對系統(tǒng)需求進行了直觀的展示。之后給出了程序主要模塊的詳細設計,包括數(shù)據(jù)處理,部分程序流程圖以及算法描述。系統(tǒng)實現(xiàn)...
編號:10-25368大小:3.70M
分類: 論文>計算機論文

內容介紹

此文檔由會員 趙亮 發(fā)布

電信用戶群管理系統(tǒng)

頁數(shù) 65 字數(shù) 22260

摘 要
本文首先概述了系統(tǒng)開發(fā)背景和國內電信的現(xiàn)狀,指出國內電信97系統(tǒng)在群用戶管理系統(tǒng)亟待完善和加強;接著根據(jù)電信用戶群管理系統(tǒng)的業(yè)務需求,通過系統(tǒng)流程圖、數(shù)據(jù)流圖對系統(tǒng)需求進行了直觀的展示。之后給出了程序主要模塊的詳細設計,包括數(shù)據(jù)處理,部分程序流程圖以及算法描述。系統(tǒng)實現(xiàn)中列舉了部分具有代表性的界面和主要函數(shù),力求達到“窺一斑而見全貌”的效果。
用戶群管理系統(tǒng)業(yè)務完整,流程清晰,界面友好,彌補97系統(tǒng)對用戶群管理的不足。
在開發(fā)過程中,始終遵循面向對象程序設計的思想,嚴格按照軟件工程各階段的標準進行程序設計和文檔制作。系統(tǒng)采用Eclipse、Struts 開發(fā),開發(fā)模式為技術成熟的Browser/Server開發(fā)模式。

關鍵詞 電信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 項目來源及開發(fā)的目的和意義 1
1.2 國內外在該項目領域開發(fā)及應用的現(xiàn)狀及分析 2
1.2.1 國外發(fā)展現(xiàn)狀 2
1.2.2 國內發(fā)展現(xiàn)狀 2
1.2.2 國內發(fā)展趨勢 5
1.3 主要開發(fā)/設計內容 5
1.4 本章小結 5
第2章 需求分析 6
2.1 系統(tǒng)開發(fā)的基本原則 6
2.2 BOSS系統(tǒng)應包含如下幾個方面的內容 7
2.2.1 業(yè)務支撐系統(tǒng) 7
2.2.2 運營維護支撐系統(tǒng) 7
2.2.3 客戶管理系統(tǒng) 7
2.3 群用戶管理模塊職責 7
2.3.1 群用戶管理子模塊 8
2.3.2 用戶群查詢子模塊 9
2.3.3 本地網(wǎng)信息子模塊 10
2.3.4 地區(qū)網(wǎng)信息子模塊 11
2.3.5 用記注冊子模塊 11
2.4 設計目標 12
2.5 開發(fā)環(huán)境和開發(fā)工具 12
2.5.1 Struts + SessionBean + DAO 12
2.5.2 Weblogic8.1 Server 13
2.5.3 開發(fā)環(huán)境為Eclipse3.0 13
2.5.4 數(shù)據(jù)庫采用SQL Server2000 14
2.5.5 軟件開發(fā)模式 14
2.6 系統(tǒng)測試分析 15
2.6.1 黑盒測試 15
2.6.2 白盒測試 16
2.6.3 單元測試 16
2.6.4 壓力測試 16
2.7 風險分析及對應措施 16
2.8 本章小結 17
第3章  系統(tǒng)概要設計 18
3.1 數(shù)據(jù)庫 18
3.2 系統(tǒng)模塊設計 20
3.2.1 JSP分析 20
3.2.2 ActionFormBean分析 20
3.2.3 ActionBean分析 21
3.3 代碼規(guī)范 21
3.4 本章小結 21
第4章  系統(tǒng)主要模塊詳細設計 22
4.1 用戶群管理模塊 22
4.1.1 用戶群管理模塊的JSP 22
4.1.2 用戶群管理模塊的ActionForm 23
4.1.3 用戶群管理模塊的Action 24
4.1.4 CutoverBean 25
4.2 用戶群查詢模塊 25
4.2.1 用戶群查詢模塊JSP 25
4.2.2 用戶群查詢模塊ActionForm 26
4.2.3 用戶群查詢模塊Action 26
4.3 本章小結 26
第5章 系統(tǒng)測試與部署 27
5.1 單元測試 27
5.1.1 注冊模塊單元測試用例 27
5.1.2 用戶群管理模塊單元測試加上 27
5.2 壓力測試 28
5.3 部署 28
5.3.1 配置數(shù)據(jù)源 28
5.3.2 工程部署 30
5.4 本章小結 30
結論 31
致謝 32
參考文獻 33
附錄1  外文文獻譯文 34
附錄2  外文文獻原文 43
附錄3  本系統(tǒng)主要數(shù)據(jù)庫表 55
附錄4  部分源程序 57


參考文獻
1. 苗來生,喬偉.運營與業(yè)務支撐系統(tǒng)技術需求和方案設計指南.清華大學出版社,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.機械工業(yè)出版社,61-284
4. WendyBoggs MichaelBoggs.UML與RationRose2002從入門到精通.邱仲潘.電子工業(yè)出版社,46-358
5. 孫衛(wèi)琴.精通Struts:基于MVC的JavaWeb設計與開發(fā).電子工業(yè)出
版 社,283-372