【正文】
SHANDONGUNIVERSITY OF TECHNOLOGY 畢業(yè)設(shè)計(jì)說(shuō)明書(shū) 電信計(jì)費(fèi) 管理 系統(tǒng)設(shè)計(jì)說(shuō)明書(shū) 學(xué) 院: 理學(xué)院 專 業(yè): 信息與計(jì)算科學(xué) 學(xué)生姓名 : 陳 偉 學(xué) 號(hào): 0812105097 指導(dǎo)教師 : 殷 超 2021 年 6 月 中文摘要 I 摘 要 電信計(jì)費(fèi)系統(tǒng)在整個(gè)電信運(yùn)營(yíng)系統(tǒng)中占有重要地位,隨著近年來(lái)我國(guó)電信業(yè)的迅猛發(fā)展,各項(xiàng)業(yè)務(wù)量快速增長(zhǎng),新的業(yè)務(wù)種類和新的服務(wù)形式不斷推出,對(duì)計(jì)費(fèi)系統(tǒng)的要求越來(lái)越高。運(yùn)營(yíng)商需要性能更好,功能更完善的計(jì)費(fèi)系統(tǒng),以此來(lái)提高服務(wù)質(zhì)量,實(shí)施靈活多樣的市場(chǎng)營(yíng)銷策略。 基于 .NET 開(kāi)發(fā)的電信計(jì)費(fèi)管理系統(tǒng)使用 C、 、 JavaScript 等技術(shù),用 SQL Server 2021 作為數(shù)據(jù)支持。系統(tǒng)主要分為管理員功能模塊和普通用戶功能模塊。實(shí)現(xiàn)的功能有:管理員 有 查看用戶信息(業(yè)務(wù)定制、消費(fèi)概況、消費(fèi)詳單)、修改計(jì)費(fèi)模式(增刪改查) 的權(quán)限; 普通用戶 有 業(yè)務(wù)定制(增加、取消),信息查詢(余額查詢、概況查詢、詳單查詢) 的權(quán)限 。 該系統(tǒng)在功能、界面和操作等方面上還有較大的改進(jìn)空間,我會(huì)在今后的時(shí)間里予以完善。 關(guān)鍵詞 : 電信,計(jì)費(fèi), .NET , SQLAbstract II Abstract Tele billing system occupies an important position in the entire tele the rapid development of China39。s telemunications industry in recentyears, the volume of business is fast growing and increasingly high demand for the billing need better performance, better billing system, in order to improveservice quality, flexible marketing strategies. This project is a .NETbased tele billing management system. C , JavaScript, and other technology used in the design, use SQL Server 2021 as data support. Functions are divided into the administrator function modules and userfunction modules. Function can be achieved: Administrator: Check the user information (business custom, consumer profiles,consumption details of a single), modify the billing mode (CRUD) Ordinary users: custom business (increase, cancel), information queries (balance inquiries, profile queries, the details of a single query) Due to time constraints and my limited ability, the system still contains a lot of will perfect it in the future. Keywords: telemunications, billing, NET, SQL 目錄 III 目 錄 摘 要 ............................................................................................................................. I Abstract ..........................................................................................................................II 目 錄 .......................................................................................................................... III 第一章 引 言 ................................................................................................................ 1 課題背景 .......................................................................................................... 1 課題意義 .......................................................................................................... 1 關(guān)于 C ........................................................................................................... 2 第二章 概要設(shè)計(jì)說(shuō)明 ............................................................................................ 5 普通用戶功能模塊 ....................................................................................... 5 話費(fèi)查詢 ............................................................................................ 6 業(yè)務(wù)辦理 .............................................................................................. 6 用戶消費(fèi)信息查詢 .............................................................................. 7 計(jì)費(fèi)模式修改 .................................................................................... 7 第三章 數(shù)據(jù)庫(kù)設(shè)計(jì)說(shuō)明 .......................................................................................... 8 第四章 界面及詳細(xì)設(shè)計(jì)說(shuō)明 ............................................................................... 12 整體框架設(shè)計(jì) ............................................................................................... 12 首頁(yè) ............................................................................................................... 12 普通用戶操作 ............................................................................................... 13 普通用戶登錄 .................................................................................... 13 話費(fèi)查詢 ............................................................................................ 13 業(yè)務(wù)辦理 .......................................................................................... 16 密碼修改 ............................................................................................ 18 管理員操作 ................................................................................................. 19 管理員登陸頁(yè)面 .............................................................................. 19 用戶消費(fèi)信息查詢 .......................................................................... 20 計(jì)算模式修改 .................................................................................. 22 目錄 IV 第五章、重要代碼 ................................................................................................... 24 設(shè)置 publicFor