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

正文內(nèi)容

網(wǎng)上圖書預(yù)約系統(tǒng)的設(shè)計—計算機(jī)畢業(yè)設(shè)計(已修改)

2024-12-19 17:15 本頁面
 

【正文】 畢業(yè)設(shè)計 ( 論文 ) 網(wǎng)上圖書預(yù)約系統(tǒng)的設(shè)計 論文作者姓名: 申請學(xué)位專業(yè): 申請學(xué)位類別: 指導(dǎo)教師姓名(職稱): 論文提交日期: 網(wǎng)上圖書預(yù)約系統(tǒng)的設(shè)計 摘 要 《網(wǎng)上圖書預(yù)約系統(tǒng)的設(shè)計》是以為讀者提供便利為前提而開發(fā)的一個信息管理系統(tǒng),它不僅 要求建立數(shù)據(jù)的一致性和完整性, 而且還需 要應(yīng)用程序功能的完備 、 易用等特點。 系統(tǒng) 主要采用 作 為 前端的應(yīng)用開發(fā)工具,利用 SQL Server2021 數(shù)據(jù)庫作為后臺的數(shù)據(jù)庫,利用 WINDOWS XP 作 為系統(tǒng) 平臺 , 采用 的 數(shù)據(jù)訪問規(guī)范來訪問和操作數(shù)據(jù)庫進(jìn)行開發(fā)的 供用戶管理 和操作 圖書的桌面數(shù)據(jù) 庫系統(tǒng) 。 它的主要功能是實現(xiàn)用戶在網(wǎng)上進(jìn)行圖書的預(yù)約以及管理員對圖書和用戶的管理。 系統(tǒng) 的使用對象可以是高?;蛘咂渌麊挝坏膱D書館的讀者和管理人員。 本論文主要講述了 的基本概述及設(shè)計方法 ,緊接著以此系統(tǒng)為例,逐一介紹系統(tǒng)的設(shè)計開發(fā),系統(tǒng)分為六個模塊:用戶身份驗證模塊、用戶個人信息管理模塊、圖書查詢預(yù)約模塊、信息發(fā)布模塊、圖書管理模塊、系統(tǒng)管理模塊。在系統(tǒng)分析中先后用系統(tǒng)的功能結(jié)構(gòu)圖、數(shù)據(jù)庫的 ER 圖、 數(shù)據(jù)庫表分析了系統(tǒng)所需的各種數(shù)據(jù)。在系統(tǒng)的設(shè)計中,詳細(xì)的展現(xiàn)了系統(tǒng)的各個功能模塊及核心代碼。 關(guān)鍵詞 : 圖書;預(yù)約; ;數(shù)據(jù)庫 The Design of Online Booking System Abstract The Design of Online Booking System is a management information system, developed to provide convenience for readers as premise. It not only requires the establishment of data integrity and consistency, but also featured by perfection and easytouse to the program function. The system is a desktop database system for users to control and operate books, which mainly adopts as frontend application development tool, SQL Server 2021 database as a background database, and Windows XP as a platform. Meanwhile it also uses the data access to standardize of for accessing and manipulating the database. Its major function is the realization of booking online for readers as well as management of the books and users for the administrator. The system can be used by readers and management staff of libraries in college or other units. This thesis mainly describes the basic outline of and design methods. Then taking this system as an example, it goes through design and development of the system. This system consists of six modules, namely subscriber identification scheme, users pim, books inquiry and appointment, the information promulgation, management of the books, and management of system. The system analyse varieties of data successively with the function chart, the ER graphic and tables of database. Each functional module and its core codes are displayed for detail in the system39。s design. Key words: book。 booking。 。 database 目 錄 論文總頁數(shù): 23頁 1 引言 ................................................................... 1 課題背景及意義 ...................................................... 1 本課題主要研究思路和方法 ............................................ 1 .NET概述 ........................................................... 1 對數(shù)字圖書館的現(xiàn)狀分析 .............................................. 2 2 需求分析 ............................................................... 3 需求調(diào)研 ........................................................... 3 組織結(jié)構(gòu)的分析 ...................................................... 3 開發(fā)運(yùn)行環(huán)境 ....................................................... 3 3 系統(tǒng)分析設(shè)計 ........................................................... 4 功能設(shè)計 ........................................................... 4 系統(tǒng)功能結(jié)構(gòu)圖 ...................................................... 5 模塊設(shè)計 ........................................................... 5 數(shù)據(jù)庫的設(shè)計 ....................................................... 7 4 系統(tǒng)詳細(xì)設(shè)計 .......................................................... 10 系統(tǒng)公共類的設(shè)計 ................................................... 10 數(shù)據(jù)操作類的設(shè)計 ................................................ 10 圖書 操作類的設(shè)計 ................................................ 10 用戶身份驗證模塊的設(shè)計 ............................................. 11 功能描述 ....................................................... 11 登錄頁面 ....................................... 11 注銷頁面 .................................... 12 修改密碼頁面 ............................... 12 用戶個人信息模塊 ................................................... 12 功能描述 ....................................................... 12 個人預(yù)約信息控件 ......................... 12 個人預(yù)約信息的主界面圖 .......................................... 13 圖書查詢預(yù)約模塊的設(shè)計 ............................................. 13 功能描述 ....................................................... 13 預(yù)約流程圖 ..................................................... 14 簡單查詢頁面 ............................ 14 普通查詢頁面和高級查詢頁面的設(shè)計 ................................ 15 簡單查詢頁面的主界面圖 .......................................... 15 信息發(fā)布模塊的設(shè)計 ................................................. 16 功能描述 ....................................................... 16 新書查詢頁面 ................................. 16 控件加載頁面 計 ............................ 16 當(dāng)前 預(yù)約信息的主界面圖 .......................................... 17 歷史 預(yù)約信息的主界面圖 .......................................... 17 圖書管理模塊的設(shè)計 ................................................. 18 功能描述 ....................................................... 18 圖書編輯頁面的主界面圖 .......................................... 18 系統(tǒng)管理模塊的設(shè)計 ................................................. 18 功能描述 ....................................................... 18 角色權(quán)限管理頁面的主界面圖 ...................................... 20 5 系統(tǒng)測試 .............................................................. 20 測試環(huán)境 .......................................................... 20 測試結(jié)果 .......................................................... 20 結(jié) 論 .................................................................. 20 參考文獻(xiàn) .................................................................. 21 致 謝 .................................................................. 22 聲 明 .................................................................. 23 第 1 頁 共 23 頁 1 引言 課題背景及意義 21 世紀(jì)初,人類社會繼工業(yè)文明之后,進(jìn)入知識經(jīng)濟(jì)與信息時代。高新技術(shù)的迅猛發(fā)展,信息技術(shù)的 廣泛應(yīng)用,全球經(jīng)濟(jì)趨于一體化。在新經(jīng)濟(jì)與信息時代,隨著計算機(jī)技術(shù)的迅猛發(fā)展,信息技術(shù)資源的開發(fā)和利用對社會經(jīng)濟(jì)的發(fā)展起著舉足輕重的作用。同時,社會的信息化發(fā)展也有 了 長足的進(jìn)步,計算機(jī)技術(shù)越來越深入各行各業(yè), 圖書館也由傳統(tǒng)向數(shù)字化轉(zhuǎn)變, 為廣大的用戶提供更為周到和便捷的服務(wù) , 這就要求各個環(huán)節(jié)都均衡發(fā)展,從軟硬件雙方面推進(jìn)社會的信息化建設(shè)。 網(wǎng)上圖書預(yù)約系統(tǒng)就是在此
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號-1