【正文】
第 1 頁 共 35 頁 網(wǎng)吧計費(fèi)系統(tǒng)的設(shè)計 摘要 互聯(lián)網(wǎng)技術(shù)的不斷革新與發(fā)展 ,給全球經(jīng)濟(jì)帶來新的革命 ,也正在改變著整個商業(yè)社會的競爭格局。 Inter、交互式 web 應(yīng)用和電子協(xié)作等計算機(jī)技術(shù)將逐漸改變商業(yè)模式 ,使得全球的網(wǎng)絡(luò)供應(yīng)鏈將逐漸取代分層式供應(yīng)鏈 ,因此在網(wǎng)絡(luò)時代面臨著新機(jī)遇的同時也面臨著巨大的挑戰(zhàn)。 隨著科學(xué)技術(shù)的不斷提高,計算機(jī)科學(xué)與技術(shù)日趨成熟,計算機(jī)應(yīng)用到生產(chǎn)和生活的各個領(lǐng)域,發(fā)揮了越來越重要的作用。作為計算機(jī)應(yīng)用的一部分,使用計算機(jī)對網(wǎng)吧信息進(jìn)行管理,具有手工操作無法比擬的優(yōu)點(diǎn),例如:檢索迅速,查找方便,可靠性高 ,存儲量大,壽命長,成本低等,因此研究開發(fā)網(wǎng)吧計費(fèi)系統(tǒng)具有可行的實(shí)際意義。 本 文 從 現(xiàn) 有 的 網(wǎng) 吧 計 費(fèi) 系 統(tǒng) 的 發(fā) 展 現(xiàn) 狀 出 發(fā) , 根 據(jù) 本 地 網(wǎng) 吧 的 實(shí) 際 需要 , 主 要 針 對本 地 網(wǎng) 吧的 計 費(fèi)系 統(tǒng) 中發(fā) 現(xiàn) 的問 題 進(jìn)行 解 決 。其 主 要內(nèi) 容 是通過C/S 建 模 技術(shù) 設(shè) 計整 個 系統(tǒng) , 使用 SQL Server 軟 件 工具 來 設(shè)計 后 臺數(shù) 據(jù) 庫, 然后使用 Java 語 言 實(shí)現(xiàn) 網(wǎng) 吧計 費(fèi) 系統(tǒng),最后 采 用一 定 的測 試 方法 來 測試 系 統(tǒng)的功 能和 性 能 , 集 中 解決 了 用戶 需 要通 過 前臺 管 理員指定 機(jī) 器才 能 使用 及 計費(fèi)不 夠準(zhǔn) 確 等問 題 。 系統(tǒng)主要有添加,查找,刪除,統(tǒng)計等功能模塊組成。本系統(tǒng)會做到滿足網(wǎng) 吧管理日常工作的需要,使用方便,界面親切,安全可靠。 關(guān)鍵詞: 網(wǎng)吧、 java、計費(fèi)、系統(tǒng) 第 2 頁 共 35 頁 Inter cafe billing system design Abstract: Inter technology innovation and development, to the global economy brings new revolution is changing the entire business munity of the petition. Inter, interactive web applications and ecollaboration, such as puter technology will gradually change the business model, making the global work of supply chain will gradually replace hierarchical supply chain, so the work is faced with a new era of opportunity at the same time also faces enormous challenges. With the continuous improvement of science and technology, puter science and technology matures, puter application to the production and in all spheres of life, has played an increasingly important role. As part of puter applications, the use of puters to the munity information management, with manual unmatched advantages, such as: the rapid retrieval, find convenient, high reliability and large storage capacity, long life, low cost, so research and development of Inter cafes fee system is feasible, practical significance. This paper set out from the current situation of the Inter cafe fee system and solves the problems which occurred in the native bars fee system according to the needs of the native bars. It mainly includes designing the whole system by C/S, designing the database by SQL Server as well as programming a Inter cafe fee system in Java language. At last, the system is tested by certain method. It will work on the problems such as the clients must turn to administer who assigns the certain puter in the counter and the calculating of the fee is not exact. System mainly add, find, delete, statistical and other functions module. This system will ensure the management of Inter cafes to meet the needs of their daily work, easy to use, friendly interface, safe and reliable. Key Words: Inter cafe、 Java、 Billing、 system 第 3 頁 共 35 頁 目錄 前言 ................................................................. 5 第一章 設(shè)計的內(nèi)容和可行性分析 ........................................ 6 設(shè)計內(nèi)容 ..................................................... 5 可行性分析 ................................................... 5 技術(shù)可行性 .............................................. 5 經(jīng)濟(jì)可行性 .............................................. 5 第二章 系統(tǒng)分析 ...................................................... 6 系統(tǒng)開發(fā)工具介紹 ............................................. 6 C/S 簡介 ........................................... 6 Java 語言簡介 ........................................ 7 開發(fā)工具 簡介 ............................... 7 SQL Server 2022 簡介 ................................... 8 系統(tǒng)的需求分析 ................................................ 8 系統(tǒng)的功能需求分析 ...................................... 9 系統(tǒng)的性能需求分析 ..................................... 10 第三章 數(shù)據(jù)庫的設(shè)計 ................................................. 12 第四章 系統(tǒng)的設(shè)計與實(shí)現(xiàn) ............................................. 16 系統(tǒng)的 C/S 建模 ............................................... 16 系統(tǒng)的實(shí)現(xiàn) ................................................... 18 用戶基本功能實(shí)現(xiàn) ....................................... 19 管理員基本功能實(shí)現(xiàn) ..................................... 23 第五章 系統(tǒng)測試 ..................................................... 20 功能測試 ..................................................... 29 性能測試 ..................................................... 30 第六章 結(jié)論 ......................................................... 32 致 謝 .............................................................. 31 參考文獻(xiàn) ............................................................ 33 第 4 頁 共 35 頁 前言 網(wǎng) 吧以其龐大的用戶量和潛在購買力,首先成為一個很好的媒體廣告平臺,尤其是快消品和網(wǎng)絡(luò)相關(guān)類的產(chǎn)品;同時,網(wǎng)吧作為一個獨(dú)特的渠道,對中國互聯(lián)網(wǎng)的發(fā)展起到了非常關(guān)鍵的作用,已經(jīng)容不得任何一家互聯(lián)網(wǎng)公司忽視。已經(jīng)有越來越多的案例證明,贏得了網(wǎng)吧市場,就贏得了互聯(lián)網(wǎng)市場。這正是中國互聯(lián)網(wǎng)本土化中的一個關(guān)鍵部分,了解這部分市場的特征和容量,是本土和國際互聯(lián)網(wǎng)公司成功的一個關(guān)鍵因素。 基于網(wǎng)吧在中國互聯(lián)網(wǎng)市場上的如此重要的地位,易觀國際認(rèn)為有必要對網(wǎng)吧用戶作一個了解,探索網(wǎng)吧用戶的行為特征,描繪網(wǎng)吧用戶的輪廓。為此易觀國 際針對以下問題,進(jìn)行了重點(diǎn)調(diào)查和了解:網(wǎng)吧用戶特征 , 網(wǎng)吧用戶互聯(lián)網(wǎng)使用行為特征 , 不同網(wǎng)吧用戶之間存在怎樣的行為差異 , 針對網(wǎng)吧用戶的人群屬性和使用行為特征,產(chǎn)業(yè)的各方應(yīng)該如何營銷網(wǎng)吧 。 為了適應(yīng)當(dāng)前網(wǎng)吧管理無人化的需求,本人試圖利用自己高校所學(xué)專業(yè)知識并結(jié)合教學(xué)管理中的實(shí)際情況與其它類似計費(fèi)軟件的優(yōu)點(diǎn),開發(fā)了一套網(wǎng)吧收費(fèi)系統(tǒng)軟件。本系統(tǒng)可以解決網(wǎng)吧管理中存在的幾個實(shí)際問題: (1). 該系統(tǒng)的任務(wù)是方便,靈活的管理網(wǎng)吧的各項信息以 減少值班人員、維護(hù)人員,降低管理人員費(fèi)用,甚至可以做到網(wǎng)吧無需人員值守管理。 (2). 增加網(wǎng)吧的開放時間,提高設(shè)備的利用率 , 包括對每臺電腦配置管理、會員用戶管理、上機(jī)時間計算、金額計算等。 (3).滿足網(wǎng)吧管理日常工作的需要,使用方便,界面親切,安全可靠。 第 5 頁 共 35 頁 第一章 設(shè)計的內(nèi)容和可行性分析 設(shè)計內(nèi)容 本設(shè)計基于 C/S 結(jié)構(gòu)的網(wǎng)吧計費(fèi)管理軟件的設(shè)計與開發(fā),本系實(shí)現(xiàn)了分毫不差地記錄顧客上機(jī)的時間、費(fèi)用以及付費(fèi)方式 ; 可以隨時了解營業(yè)情況:上機(jī)人數(shù)、營業(yè)額、營業(yè)流水帳 ; 隨時更改收費(fèi)標(biāo)準(zhǔn)、押金設(shè)置、最低消費(fèi)金額 ,做日統(tǒng)計和月統(tǒng)計;迅速交接班 ; 條碼卡輸入,防止作弊和出錯的可能 ;多項措施保證數(shù)據(jù)的安全:掉電時能保護(hù)營業(yè)數(shù)據(jù); 可為顧客設(shè)立帳戶,爭取客源,保證穩(wěn)定的收益,加快資金的回籠 ;記錄上網(wǎng)顧客資料,符合公安局要求 等功能, 使之成為可運(yùn)行的程序的這個過程進(jìn)行了簡單的描述。 可行性分析 隨著信息管理系統(tǒng)的不斷發(fā)展,網(wǎng)吧計費(fèi)管理系統(tǒng)已廣泛地被各個網(wǎng)吧采用,以方便對網(wǎng)吧的管理。它的融入和發(fā)展,徹底改變了傳統(tǒng)網(wǎng)吧管理的理念,依靠日益發(fā)展的管理信息系統(tǒng)技術(shù),網(wǎng)吧計費(fèi)管理系統(tǒng)也越發(fā)完善,逐步以計算機(jī)智能信息管理取代了人工信息整理的煩瑣工作。 本系統(tǒng)是為 網(wǎng)吧 物業(yè)管理部門日常管理工作信息化,范 化而開發(fā)的軟件。它以 網(wǎng)吧 管理部門為服務(wù)中心,以 上網(wǎng)吧上網(wǎng)人員 為服務(wù)對象。通過實(shí)施各種服務(wù)項目,全面地反映了在 網(wǎng)吧 經(jīng)營管理活動中, 網(wǎng)管員 與 上網(wǎng)人員 之間各種業(yè)務(wù) 費(fèi)用 往來。使各項業(yè)務(wù)的辦理迅速、準(zhǔn)確,極大的提高了 網(wǎng)吧 管理的工作效率。 技術(shù)可行性 本系統(tǒng)要求使用 java 技術(shù)開發(fā),使用數(shù)據(jù)庫(如 ACCESS, SQLServer)保存數(shù)據(jù)。 從技術(shù)上來說是可以實(shí)現(xiàn)的。 經(jīng)濟(jì)可行性 本系統(tǒng)采用 C/S 模式 ,使系統(tǒng)運(yùn)行安全可靠、便于應(yīng)用、可維護(hù)性好、易于進(jìn)行二次開發(fā)、具有良好的擴(kuò)展性,從經(jīng)濟(jì)上來說是可 行的。經(jīng)濟(jì)可行性主要依據(jù)是成本 /效益分析,該系統(tǒng)的目標(biāo)是以最低的成本,最高的效率、在最短的期限內(nèi)開發(fā)出具有社區(qū)物業(yè)管理功能的系統(tǒng)。 第 6 頁 共 35 頁 第二章 系統(tǒng)分析 本 論 文 采 用 第二