【正文】
計(jì)算機(jī)學(xué)院圖書管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 論文 作者 姓名: 申請(qǐng)學(xué)位專業(yè): 申請(qǐng)學(xué)位類別: 指導(dǎo)教師姓名(職稱): 論文提交日期: 計(jì)算機(jī)學(xué)院圖書管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 摘 要 計(jì)算機(jī)信息化管理有著儲(chǔ)存量大,速度快等許多優(yōu)點(diǎn),提供給我們的處理信息及時(shí)快捷。圖書管理系統(tǒng)是指應(yīng)用電子計(jì)算機(jī)和網(wǎng)絡(luò)通信設(shè)備,為圖書 館 及其所屬各部門提供圖書信息、圖書文獻(xiàn)信息檢索、圖書管理過程中圖書信息的收集、存儲(chǔ)、處理、提取和數(shù)據(jù)通訊的能力,并能滿足所有授權(quán)用戶對(duì)信息的各 種功能需求的計(jì)算機(jī)應(yīng)用。 本文對(duì)圖書管理系統(tǒng)國內(nèi)外研究現(xiàn)狀進(jìn)行分析;闡述了 ASP技術(shù)和 Access數(shù)據(jù)庫技術(shù),并對(duì)計(jì)算機(jī)學(xué)院圖書系統(tǒng)總體流程,系統(tǒng)的功能,圖書管理系統(tǒng)的數(shù)據(jù)庫設(shè)計(jì)進(jìn)行了相關(guān)的描述。采用 ASP和 B/S為結(jié)構(gòu) 實(shí)現(xiàn)了計(jì)算機(jī)學(xué)院 圖書管理系統(tǒng) ,其 功能主要 圖書的添加、查詢、瀏覽、刪除和修改管理以及相關(guān)的圖書用戶的管理,這樣可以方便圖書管理員對(duì)龐大信息進(jìn)行管理 。 關(guān)鍵詞 : 圖書管理系統(tǒng) ; ASP; Access2021; 數(shù)據(jù)庫 Design and Implementation of Computer College Library Management System Abstract Computer Information Management has storage capacity, speed and many other advantages to provide our processing information quickly. The library management system is a application of puters with the electronic puter and work munication equipment, which provides books’ information for the library and each department. It can provide information access and information services for users. The library management system has capability of collecting books information, saving data and processing data and extracting data. This paper analyses the current situation and development trend of the library management system. An explanation of ASP and Access database technology are introduced. The general flowchart of the system designing plan and describes the system functions are described. In this paper, the library management system is implemented based on B/S structure. The functions of library management system include books to add, query, browse, delete and modify the related management the management of library users. This will facilitate the librarian of the huge information management. Key words: Library management system。 ASP。Access2021。 Database 目 錄 論文總頁數(shù): 20頁 1 引言 ................................................................... 1 課題背景和意義 ....................................................... 1 國內(nèi)外研究現(xiàn)狀 ....................................................... 1 本課題的研究方法 ..................................................... 2 2 系統(tǒng)技術(shù)以及運(yùn)行環(huán)境 .................................................... 2 ASP技術(shù)簡(jiǎn)介 .......................................................... 2 ACCESS 2021 技術(shù)簡(jiǎn)介 ................................................. 4 SQL語句簡(jiǎn)介 .......................................................... 4 SQL 語句介紹 ...................................................... 4 SQL的優(yōu)點(diǎn) ........................................................ 4 IIS簡(jiǎn)介 ............................................................. 5 IIS的安裝 ....................................................... 5 IIS虛擬目錄的創(chuàng)建 ................................................ 5 IIS的日常管理 ................................................... 5 3 系統(tǒng)模塊的設(shè)計(jì) ......................................................... 5 ........................................................ 5 系統(tǒng)流程圖 ........................................................... 5 系統(tǒng)功能模塊圖 ....................................................... 6 4 系統(tǒng)數(shù)據(jù) 庫 設(shè)計(jì) ......................................................... 7 數(shù)據(jù)庫需求分析 ....................................................... 7 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計(jì) .................................................... 8 數(shù)據(jù)庫表設(shè)計(jì) .......................................................... 9 5 系統(tǒng)的實(shí)現(xiàn) ............................................................. 11 數(shù)據(jù)庫的連接 ......................................................... 11 系統(tǒng)的登錄頁面 ....................................................... 12 系統(tǒng)的安全性 ......................................................... 12 管理員功能簡(jiǎn)介 ....................................................... 14 用戶功能簡(jiǎn)介 ......................................................... 14 系統(tǒng)關(guān)鍵代碼 .................