畢業(yè)設(shè)計(jì)(論文) 通訊網(wǎng)絡(luò)電子計(jì)費(fèi)系統(tǒng).rar
畢業(yè)設(shè)計(jì)(論文) 通訊網(wǎng)絡(luò)電子計(jì)費(fèi)系統(tǒng),摘 要在二十一世紀(jì),科技不斷的創(chuàng)新和發(fā)展,人們更多的接觸到了互聯(lián)網(wǎng)。我國(guó)的互聯(lián)網(wǎng)使用用戶(hù)為世界上使用互聯(lián)網(wǎng)人數(shù)最多的國(guó)家,但是網(wǎng)絡(luò)資源并不是無(wú)償使用,用戶(hù)需要繳納一定的費(fèi)用,此時(shí)設(shè)計(jì)通訊網(wǎng)絡(luò)電子計(jì)費(fèi)系統(tǒng)為網(wǎng)絡(luò)運(yùn)營(yíng)商提供計(jì)費(fèi)工具。當(dāng)客戶(hù)端通過(guò)網(wǎng)絡(luò)協(xié)議將使用數(shù)據(jù)傳輸給計(jì)費(fèi)接口機(jī)后,計(jì)費(fèi)接口機(jī)會(huì)將數(shù)據(jù)傳送給通訊網(wǎng)絡(luò)電子計(jì)費(fèi)系...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 ljjwl8321 發(fā)布
摘 要
在二十一世紀(jì),科技不斷的創(chuàng)新和發(fā)展,人們更多的接觸到了互聯(lián)網(wǎng)。我國(guó)的互聯(lián)網(wǎng)使用用戶(hù)為世界上使用互聯(lián)網(wǎng)人數(shù)最多的國(guó)家,但是網(wǎng)絡(luò)資源并不是無(wú)償使用,用戶(hù)需要繳納一定的費(fèi)用,此時(shí)設(shè)計(jì)通訊網(wǎng)絡(luò)電子計(jì)費(fèi)系統(tǒng)為網(wǎng)絡(luò)運(yùn)營(yíng)商提供計(jì)費(fèi)工具。當(dāng)客戶(hù)端通過(guò)網(wǎng)絡(luò)協(xié)議將使用數(shù)據(jù)傳輸給計(jì)費(fèi)接口機(jī)后,計(jì)費(fèi)接口機(jī)會(huì)將數(shù)據(jù)傳送給通訊網(wǎng)絡(luò)電子計(jì)費(fèi)系統(tǒng)進(jìn)行處理。
本文根據(jù)通訊網(wǎng)絡(luò)電子計(jì)費(fèi)系統(tǒng)需求出發(fā),使用Oracle數(shù)據(jù)庫(kù)技術(shù)、JSP動(dòng)態(tài)Web開(kāi)發(fā)技術(shù)構(gòu)建一個(gè)B/S模式的管理系統(tǒng)。以Java為編程基礎(chǔ)語(yǔ)言,使用了SSH架構(gòu)增強(qiáng)了系統(tǒng)的靈活性,并使用JDBC技術(shù)連接數(shù)據(jù)庫(kù)。系統(tǒng)分為前臺(tái)和后臺(tái)兩部分。前臺(tái)是用戶(hù)自服務(wù)模塊,用于用戶(hù)修改個(gè)人信息。后臺(tái)包括五大功能,即:用戶(hù)管理、賬單管理、賬務(wù)管理、資費(fèi)管理、管理員管理。論文詳細(xì)論述了系統(tǒng)的可行性分析、需求分析、詳細(xì)設(shè)計(jì)及實(shí)現(xiàn)過(guò)程。
關(guān)鍵詞 電子計(jì)費(fèi)系統(tǒng);B/S ;Oracle;Java;JSP;JDBC;SSH
Abstract
The science and technology are unceasingly innovation and development in the 21st century. More and more people contacted the Internet. The users of our country are the most Internet population countries for the world. But the network resource is not free to use. Users need pay some money for the service. The communication network electrum accounting system provides the tools for the company. The client thorough data to accounting connection machine by the TCP/IP agreement. The accounting connection through data to accounting system. The accounting system will deal with the data.
This thesis use Oracle data bank、JSP for the Web development accounting to system requirement. This system took Java as the programming foundation language. And we used the SSH construction to buildup the system’s flexible. We used the JDBC technology to connect the database. The system divides two parts. One is front stage, and the other one is backstage. The front stage is the user self service module. It can modify the information of the users. Backstage include five functions:user management、bill management、bookkeeping management、the fees management, the manager manage. The thesis discussed the system’s procedure. The procedure was composed of feasibility analysis, requirement analysis, and implementation procedure.
Keywords Electronic accounting system; B/S ; Oracle; Java; JSP; JDBC; SSH
目 錄
摘 要 I
Abstract II
第1章 緒論 1
1.1 課題背景 1
1.2 本課題研究的目的及意義 1
1.2.1 研究目的 2
1.2.2 研究?jī)?nèi)容 2
1.2.3 研究意義 2
1.3 本章小結(jié) 3
第2章 技術(shù)綜述 4
2.1 B/S結(jié)構(gòu) 4
2.1.1 使用B/S結(jié)構(gòu)的優(yōu)勢(shì) 4
2.1.2 使用B/S結(jié)構(gòu)的劣勢(shì) 5
2.2 JAVA概述 6
2.2.1 Java的特點(diǎn) 6
2.2.2 使用Java的優(yōu)勢(shì) 7
2.2.3 JavaScript的使用 7
2.3 JDBC 8
2.3.1 JDBC的概念 8
2.3.2 JDBC的任務(wù) 8
2.3.3 JDBC的優(yōu)勢(shì)和劣勢(shì) 9
2.4 SSH架構(gòu) 9
2.4.1 Struts的使用 9
2.4.2 Spring的使用 10
2.4.3 Hibernate的使用 10
2.4.4 集成SSH架構(gòu) 10
2.5 JSP 10
2.6 Oracle數(shù)據(jù)庫(kù) 11
2.6.1 Oracle技術(shù)概述 11
2.6.2 Oracle存儲(chǔ)過(guò)程 11
2.7 本章小結(jié) 12
第3章 系統(tǒng)分析 13
3.1 系統(tǒng)的可行性分析 13
3.1.1 經(jīng)濟(jì)可行性 13
3.1.2 技術(shù)可行性 13
3.2 系統(tǒng)流程圖 14
3.3 數(shù)據(jù)流圖 15
3.4 系統(tǒng)功能需求描述 15
3.5 系統(tǒng)E-R模型 17
3.6 本章小結(jié) 18
第4章 總體設(shè)計(jì) 19
4.1 總體設(shè)計(jì)的目的 19
4.2 總體設(shè)計(jì)內(nèi)容 19
4.2.1 總體功能模塊設(shè)計(jì) 19
4.2.2 數(shù)據(jù)庫(kù)結(jié)構(gòu)設(shè)計(jì) 21
4.3 系統(tǒng)開(kāi)發(fā)環(huán)境設(shè)計(jì) 24
4.4 本章小結(jié) 25
第5章 詳細(xì)設(shè)計(jì)及實(shí)現(xiàn) 26
5.1 前臺(tái)功能 26
5.1.1 用戶(hù)自服務(wù)模塊的設(shè)計(jì)與實(shí)現(xiàn) 26
5.2 后臺(tái)功能 27
5.2.1 用戶(hù)管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 29
5.2.2 資費(fèi)管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 31
5.2.3 賬務(wù)管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 31
5.2.4 賬單管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 32
5.2.5 管理員管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 32
5.3 技術(shù)特點(diǎn) 32
5.3.1 讀取采集數(shù)據(jù) 33
5.3.2 整合數(shù)據(jù) 33
5.4 本章小結(jié) 34
第6章 軟件測(cè)試 35
6.1 軟件測(cè)試定義 35
6.2 常用的測(cè)試方法 35
6.3 系統(tǒng)的測(cè)試 35
6.4 本章小結(jié) 37
結(jié) 論 38
參考文獻(xiàn) 39
附錄1 41
附錄2 45
附錄3 49
致謝 61
在二十一世紀(jì),科技不斷的創(chuàng)新和發(fā)展,人們更多的接觸到了互聯(lián)網(wǎng)。我國(guó)的互聯(lián)網(wǎng)使用用戶(hù)為世界上使用互聯(lián)網(wǎng)人數(shù)最多的國(guó)家,但是網(wǎng)絡(luò)資源并不是無(wú)償使用,用戶(hù)需要繳納一定的費(fèi)用,此時(shí)設(shè)計(jì)通訊網(wǎng)絡(luò)電子計(jì)費(fèi)系統(tǒng)為網(wǎng)絡(luò)運(yùn)營(yíng)商提供計(jì)費(fèi)工具。當(dāng)客戶(hù)端通過(guò)網(wǎng)絡(luò)協(xié)議將使用數(shù)據(jù)傳輸給計(jì)費(fèi)接口機(jī)后,計(jì)費(fèi)接口機(jī)會(huì)將數(shù)據(jù)傳送給通訊網(wǎng)絡(luò)電子計(jì)費(fèi)系統(tǒng)進(jìn)行處理。
本文根據(jù)通訊網(wǎng)絡(luò)電子計(jì)費(fèi)系統(tǒng)需求出發(fā),使用Oracle數(shù)據(jù)庫(kù)技術(shù)、JSP動(dòng)態(tài)Web開(kāi)發(fā)技術(shù)構(gòu)建一個(gè)B/S模式的管理系統(tǒng)。以Java為編程基礎(chǔ)語(yǔ)言,使用了SSH架構(gòu)增強(qiáng)了系統(tǒng)的靈活性,并使用JDBC技術(shù)連接數(shù)據(jù)庫(kù)。系統(tǒng)分為前臺(tái)和后臺(tái)兩部分。前臺(tái)是用戶(hù)自服務(wù)模塊,用于用戶(hù)修改個(gè)人信息。后臺(tái)包括五大功能,即:用戶(hù)管理、賬單管理、賬務(wù)管理、資費(fèi)管理、管理員管理。論文詳細(xì)論述了系統(tǒng)的可行性分析、需求分析、詳細(xì)設(shè)計(jì)及實(shí)現(xiàn)過(guò)程。
關(guān)鍵詞 電子計(jì)費(fèi)系統(tǒng);B/S ;Oracle;Java;JSP;JDBC;SSH
Abstract
The science and technology are unceasingly innovation and development in the 21st century. More and more people contacted the Internet. The users of our country are the most Internet population countries for the world. But the network resource is not free to use. Users need pay some money for the service. The communication network electrum accounting system provides the tools for the company. The client thorough data to accounting connection machine by the TCP/IP agreement. The accounting connection through data to accounting system. The accounting system will deal with the data.
This thesis use Oracle data bank、JSP for the Web development accounting to system requirement. This system took Java as the programming foundation language. And we used the SSH construction to buildup the system’s flexible. We used the JDBC technology to connect the database. The system divides two parts. One is front stage, and the other one is backstage. The front stage is the user self service module. It can modify the information of the users. Backstage include five functions:user management、bill management、bookkeeping management、the fees management, the manager manage. The thesis discussed the system’s procedure. The procedure was composed of feasibility analysis, requirement analysis, and implementation procedure.
Keywords Electronic accounting system; B/S ; Oracle; Java; JSP; JDBC; SSH
目 錄
摘 要 I
Abstract II
第1章 緒論 1
1.1 課題背景 1
1.2 本課題研究的目的及意義 1
1.2.1 研究目的 2
1.2.2 研究?jī)?nèi)容 2
1.2.3 研究意義 2
1.3 本章小結(jié) 3
第2章 技術(shù)綜述 4
2.1 B/S結(jié)構(gòu) 4
2.1.1 使用B/S結(jié)構(gòu)的優(yōu)勢(shì) 4
2.1.2 使用B/S結(jié)構(gòu)的劣勢(shì) 5
2.2 JAVA概述 6
2.2.1 Java的特點(diǎn) 6
2.2.2 使用Java的優(yōu)勢(shì) 7
2.2.3 JavaScript的使用 7
2.3 JDBC 8
2.3.1 JDBC的概念 8
2.3.2 JDBC的任務(wù) 8
2.3.3 JDBC的優(yōu)勢(shì)和劣勢(shì) 9
2.4 SSH架構(gòu) 9
2.4.1 Struts的使用 9
2.4.2 Spring的使用 10
2.4.3 Hibernate的使用 10
2.4.4 集成SSH架構(gòu) 10
2.5 JSP 10
2.6 Oracle數(shù)據(jù)庫(kù) 11
2.6.1 Oracle技術(shù)概述 11
2.6.2 Oracle存儲(chǔ)過(guò)程 11
2.7 本章小結(jié) 12
第3章 系統(tǒng)分析 13
3.1 系統(tǒng)的可行性分析 13
3.1.1 經(jīng)濟(jì)可行性 13
3.1.2 技術(shù)可行性 13
3.2 系統(tǒng)流程圖 14
3.3 數(shù)據(jù)流圖 15
3.4 系統(tǒng)功能需求描述 15
3.5 系統(tǒng)E-R模型 17
3.6 本章小結(jié) 18
第4章 總體設(shè)計(jì) 19
4.1 總體設(shè)計(jì)的目的 19
4.2 總體設(shè)計(jì)內(nèi)容 19
4.2.1 總體功能模塊設(shè)計(jì) 19
4.2.2 數(shù)據(jù)庫(kù)結(jié)構(gòu)設(shè)計(jì) 21
4.3 系統(tǒng)開(kāi)發(fā)環(huán)境設(shè)計(jì) 24
4.4 本章小結(jié) 25
第5章 詳細(xì)設(shè)計(jì)及實(shí)現(xiàn) 26
5.1 前臺(tái)功能 26
5.1.1 用戶(hù)自服務(wù)模塊的設(shè)計(jì)與實(shí)現(xiàn) 26
5.2 后臺(tái)功能 27
5.2.1 用戶(hù)管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 29
5.2.2 資費(fèi)管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 31
5.2.3 賬務(wù)管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 31
5.2.4 賬單管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 32
5.2.5 管理員管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 32
5.3 技術(shù)特點(diǎn) 32
5.3.1 讀取采集數(shù)據(jù) 33
5.3.2 整合數(shù)據(jù) 33
5.4 本章小結(jié) 34
第6章 軟件測(cè)試 35
6.1 軟件測(cè)試定義 35
6.2 常用的測(cè)試方法 35
6.3 系統(tǒng)的測(cè)試 35
6.4 本章小結(jié) 37
結(jié) 論 38
參考文獻(xiàn) 39
附錄1 41
附錄2 45
附錄3 49
致謝 61
TA們正在看...
- 虛擬現(xiàn)實(shí)技術(shù)在化學(xué)實(shí)驗(yàn)教學(xué)中的應(yīng)用ppt.ppt
- 血液透析過(guò)程中常見(jiàn)的急性并發(fā)癥及處理ppt.ppt
- 血透室護(hù)士長(zhǎng)述職報(bào)告ppt.ppt
- 衍紙基礎(chǔ)教程ppt.ppt
- 縣交通局黨組書(shū)記履行全面從嚴(yán)治黨主體責(zé)任情況報(bào)告.doc
- 切比雪夫多項(xiàng)式應(yīng)用.doc
- 一維分?jǐn)?shù)階方程的數(shù)值求解方法.doc
- 無(wú)網(wǎng)格方法求解偏微分方程比較研究.doc
- 幾類(lèi)數(shù)據(jù)變換方法的比較研究.doc
- banach格的一些特殊性質(zhì).doc