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

畢業(yè)設(shè)計(論文) 通訊網(wǎng)絡(luò)電子計費系統(tǒng).rar

RAR格式版權(quán)申訴手機打開展開

畢業(yè)設(shè)計(論文) 通訊網(wǎng)絡(luò)電子計費系統(tǒng),摘 要在二十一世紀,科技不斷的創(chuàng)新和發(fā)展,人們更多的接觸到了互聯(lián)網(wǎng)。我國的互聯(lián)網(wǎng)使用用戶為世界上使用互聯(lián)網(wǎng)人數(shù)最多的國家,但是網(wǎng)絡(luò)資源并不是無償使用,用戶需要繳納一定的費用,此時設(shè)計通訊網(wǎng)絡(luò)電子計費系統(tǒng)為網(wǎng)絡(luò)運營商提供計費工具。當客戶端通過網(wǎng)絡(luò)協(xié)議將使用數(shù)據(jù)傳輸給計費接口機后,計費接口機會將數(shù)據(jù)傳送給通訊網(wǎng)絡(luò)電子計費系...
編號:40-196517大小:3.71M
分類: 論文>計算機論文

該文檔為壓縮文件,包含的文件列表如下:

內(nèi)容介紹

原文檔由會員 ljjwl8321 發(fā)布

摘 要
在二十一世紀,科技不斷的創(chuàng)新和發(fā)展,人們更多的接觸到了互聯(lián)網(wǎng)。我國的互聯(lián)網(wǎng)使用用戶為世界上使用互聯(lián)網(wǎng)人數(shù)最多的國家,但是網(wǎng)絡(luò)資源并不是無償使用,用戶需要繳納一定的費用,此時設(shè)計通訊網(wǎng)絡(luò)電子計費系統(tǒng)為網(wǎng)絡(luò)運營商提供計費工具。當客戶端通過網(wǎng)絡(luò)協(xié)議將使用數(shù)據(jù)傳輸給計費接口機后,計費接口機會將數(shù)據(jù)傳送給通訊網(wǎng)絡(luò)電子計費系統(tǒng)進行處理。
本文根據(jù)通訊網(wǎng)絡(luò)電子計費系統(tǒng)需求出發(fā),使用Oracle數(shù)據(jù)庫技術(shù)、JSP動態(tài)Web開發(fā)技術(shù)構(gòu)建一個B/S模式的管理系統(tǒng)。以Java為編程基礎(chǔ)語言,使用了SSH架構(gòu)增強了系統(tǒng)的靈活性,并使用JDBC技術(shù)連接數(shù)據(jù)庫。系統(tǒng)分為前臺和后臺兩部分。前臺是用戶自服務(wù)模塊,用于用戶修改個人信息。后臺包括五大功能,即:用戶管理、賬單管理、賬務(wù)管理、資費管理、管理員管理。論文詳細論述了系統(tǒng)的可行性分析、需求分析、詳細設(shè)計及實現(xiàn)過程。
關(guān)鍵詞 電子計費系統(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 研究內(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)勢 4
2.1.2 使用B/S結(jié)構(gòu)的劣勢 5
2.2 JAVA概述 6
2.2.1 Java的特點 6
2.2.2 使用Java的優(yōu)勢 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)勢和劣勢 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ù)庫 11
2.6.1 Oracle技術(shù)概述 11
2.6.2 Oracle存儲過程 11
2.7 本章小結(jié) 12
第3章 系統(tǒng)分析 13
3.1 系統(tǒng)的可行性分析 13
3.1.1 經(jīng)濟可行性 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è)計 19
4.1 總體設(shè)計的目的 19
4.2 總體設(shè)計內(nèi)容 19
4.2.1 總體功能模塊設(shè)計 19
4.2.2 數(shù)據(jù)庫結(jié)構(gòu)設(shè)計 21
4.3 系統(tǒng)開發(fā)環(huán)境設(shè)計 24
4.4 本章小結(jié) 25
第5章 詳細設(shè)計及實現(xiàn) 26
5.1 前臺功能 26
5.1.1 用戶自服務(wù)模塊的設(shè)計與實現(xiàn) 26
5.2 后臺功能 27
5.2.1 用戶管理模塊的設(shè)計與實現(xiàn) 29
5.2.2 資費管理模塊的設(shè)計與實現(xiàn) 31
5.2.3 賬務(wù)管理模塊的設(shè)計與實現(xiàn) 31
5.2.4 賬單管理模塊的設(shè)計與實現(xiàn) 32
5.2.5 管理員管理模塊的設(shè)計與實現(xiàn) 32
5.3 技術(shù)特點 32
5.3.1 讀取采集數(shù)據(jù) 33
5.3.2 整合數(shù)據(jù) 33
5.4 本章小結(jié) 34
第6章 軟件測試 35
6.1 軟件測試定義 35
6.2 常用的測試方法 35
6.3 系統(tǒng)的測試 35
6.4 本章小結(jié) 37
結(jié) 論 38
參考文獻 39
附錄1 41
附錄2 45
附錄3 49
致謝 61