freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

本科畢業(yè)論文-網(wǎng)吧計費系統(tǒng)的設計(完整版)

2025-02-17 05:39上一頁面

下一頁面
  

【正文】 st China39。t help but sing the folk songs, Nasun says. The vastness of Inner Mongolia and the lack of entertainment options for people living there, made their lives lonely. The nomadic people were very excited about our visits, Nasun recalls. We didn39。 時光飛快,眨眼間就到了畢業(yè)的季節(jié)。 最后,該系統(tǒng)的移植性并不理想,由于使用的 SQL SERVER 數(shù)據(jù)庫的原因,該系統(tǒng)在移植過程中會出現(xiàn)一些意想不到的問題,并沒有 ACCESS 數(shù)據(jù)庫的移植性好,在此方面的欠缺亟待解決。 ( 2)壓力測試 在多用戶登錄情況下,系統(tǒng)仍然可以保證計費正確,但是在時間控制存在稍許誤差。 PreparedStatement stmt = con (1, newBalance)。amp。 ()。 String Rank = (String) (row, 4)。 // 刪除一 行 后的 jtable 行數(shù) // 刪除一 行 后的 jtable 行數(shù) int rowcount = () 1。 (4, Balance)。 PreparedStatement stmt1 = con .prepareStatement(select * from Client where ID = ?)。 String Name = (String) (row, 1)。 ( 1)用戶管理 第 23 頁 共 35 頁 圖 19 用戶管理 在基本管理菜單下,有“用戶管理”、“計算機管理”和“用戶級別管理”這三個菜單項,結(jié)構類似,在該表格中,可以對數(shù)據(jù)進行增刪改查操作。 } (4)下機信息提示 圖 18 下機信息提示 在用戶確定下機時,給出整個上機信息,取當前時間為下機時間,用上機時間乘以單價,則得到本 次上機的費用,這里有一點誤差,但是由于計費單位是元 /分鐘,并不那么影響計費功能,實現(xiàn)如下: public class CalculateFee { 第 22 頁 共 35 頁 static float Fee = 0。// 相差的 小 時數(shù) long minut = (seconds day * 24 * 60 * 60 hour * 60 * 60) / (60)。 ()。 ()。 圖 141 序列圖 圖 142 序列圖 系統(tǒng)的實現(xiàn) 用戶基本功能實現(xiàn) ( 1)用戶登錄界面 圖 15 用戶登錄界面 第 19 頁 共 35 頁 用戶輸入賬號和密碼后,點擊確定,獲取用戶輸入的賬號和密碼,然后從數(shù)據(jù)庫中查詢相應賬號的各字段數(shù)據(jù),系統(tǒng)通過各種判斷來確定是否登錄成功,如果登錄成功,則會 跳轉(zhuǎn)到用 戶使用界面。 第 17 頁 共 35 頁 圖 10 包圖 ( 2) 類 圖 該 系 統(tǒng)主 要 分為 兩 個 類 : Client 和 Manager, 而 Manager 類對 Client 類 起到管 理 的作 用 , 如圖 11。 Balance:賬戶余額,為了方 便保留兩位小數(shù)的顯示格式,此處設置為 varchar 類型, 默認值為 0 Rank:用戶級別,默認值為臨時用戶 Logined:用戶是否登錄,已登錄則為 1,未登錄則為 0,默認值為 0 Available:賬戶是否有效,有效為 1,無效為 0,默認值為 1 如圖 7。 可靠性:用戶登錄成功后,可以通過用戶使用界面查詢自己的賬戶信息,該信息應該是及時更新的,特別是余額信息;查詢的本次上機時間和累計時間,后者也需要及時更新;在用戶余額不足時,及時給出相應的提示,以免影響用戶使用。 系統(tǒng)的性能需求分析 該網(wǎng)吧計費系統(tǒng)的性能需求分析主要著眼于功能的準確性和可靠性兩方面,并涉及系統(tǒng)安全性方面。 基礎管理: ( 1)用戶管理:包括對用戶信息的增刪改查操作,提示是否操作是否成功消息。 ( 2)上機時間查詢:查詢用戶本次上機的開始時間和本次累計上機時間。 在這種情況下,為了提高網(wǎng)吧的使用效率,改變網(wǎng)吧傳統(tǒng)的手工管理模式已成了當務 之急,必須實行網(wǎng)吧的自動化管理,包括自動計費、自動控制計算機、將各種信息自動記錄下來。在這里每天需要接納大量用戶的計劃內(nèi)上機和計劃外上機。所以 Java 在源碼級上是與平臺無關的。相比與 B/S 結(jié)構,它有明顯的優(yōu)點: (1)服務器端運行數(shù)據(jù)的負擔較輕; (2)對數(shù)據(jù)的存儲是透明的,用戶不必關心數(shù)據(jù)到底存儲在什么地方; (3)可以同時處理多個遠地或本地客戶的請求; (4)客戶端的響應速度較之 B/S 結(jié)構較快。 技術可行性 本系統(tǒng)要求使用 java 技術開發(fā),使用數(shù)據(jù)庫(如 ACCESS, SQLServer)保存數(shù)據(jù)。 (3).滿足網(wǎng)吧管理日常工作的需要,使用方便,界面親切,安全可靠。 關鍵詞: 網(wǎng)吧、 java、計費、系統(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 第一章 設計的內(nèi)容和可行性分析 ........................................ 6 設計內(nèi)容 ..................................................... 5 可行性分析 ................................................... 5 技術可行性 .............................................. 5 經(jīng)濟可行性 .............................................. 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ù)庫的設計 ................................................. 12 第四章 系統(tǒng)的設計與實現(xiàn) ............................................. 16 系統(tǒng)的 C/S 建模 ............................................... 16 系統(tǒng)的實現(xiàn) ................................................... 18 用戶基本功能實現(xiàn) ....................................... 19 管理員基本功能實現(xiàn) ..................................... 23 第五章 系統(tǒng)測試 ..................................................... 20 功能測試 ..................................................... 29 性能測試 ..................................................... 30 第六章 結(jié)論 ......................................................... 32 致 謝 ..
點擊復制文檔內(nèi)容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1