【正文】
與數(shù)據(jù)庫 ASP 是通過一組統(tǒng)稱為 ADO( ActiveX Data Objects)的對象模 塊來訪問數(shù)據(jù)庫,無論你采用的是 Access, SQL Server, Visual FoxPro, Informix, Oracle,dBase或其他數(shù)據(jù)庫,只要該數(shù)據(jù)庫具有對應的 ODBC或 OLEDB驅動程序, ADO對象就能加以訪問。 ASP 很好地把 HTML 和腳本開發(fā)融合在一起,提高了編程的靈活 性,降低了開發(fā)難度。為此,開始有不少公司提出動態(tài)網(wǎng)頁的解決方案,所謂的“動態(tài)網(wǎng)頁”指的是瀏覽器端和服務器端可以互動,也就是服務器端可以實時處理瀏覽器端的請求( request),然后將處理結果響應給瀏覽器端,而 ASP 便是微軟用來建立動態(tài)網(wǎng)頁的解決方案。 第五章是系統(tǒng)的測試部分,介紹測試情況與運行結果。 對于 我的大學 陽江廣播電視大學 , 已經擁有的很好的圖書管理系統(tǒng),根據(jù)學校圖書管理系統(tǒng)對我的啟發(fā) ,我 自已 設計了一個圖書管理系統(tǒng),其意義在于想通過自己的努力對自己所學專業(yè)知識的一個測試,也在于想在系統(tǒng)設計過程中學習到更多的知識,為邁入社會 做 準備。 圖書管理系統(tǒng)的革命性變革出現(xiàn)在 20 世紀 90 年代末。網(wǎng)上圖書館系統(tǒng)應該具有出借還子系統(tǒng)、查詢子系統(tǒng)、電子圖書下載子系統(tǒng)、留言板以及系統(tǒng)維護子系統(tǒng)等,這幾個子系統(tǒng)包括了圖書館管理的主要業(yè)務工作,可以全面實現(xiàn)對圖書館的查詢、借還、下載、留言等在線功能實現(xiàn)。s life. This dissertation firstly describes the background and situation of this topic, and then grasps the meaning of this share of design. At the beginning of the job, I describe the development tools required by the design. At the first begging, I analysis the requirement and then conceive how to implement, the next step, I design the system, including analysis the requirement of all modules, implementation of the modules by coding and the running interface. I indicate how to build the relationship of the tables in the database by the basic principles of database. At last, it’s the explanation of the program’s test. This system designs interface to register, interfaces for all kinds of users, and interfaces for reader to borrow ,return, continue borrowing and query, also for librarian to add, modify, delete books from the library. Using this system, the manager can get away from hard work of the past way. This system will fulfill the main business of school’s library management, making it bees more flexible, convenient, making management to modernize more and more scientific, so it enhances the efficiency and safety. Key words: Science and Technology society ; Book Management ;Management Tool 目 錄 1 引言 ............................................................................................................................ 1 課題背景 .......................................................................................................... 1 國內外研 究現(xiàn)狀 .............................................................................................. 1 本課題研究的目的與意義 .............................................................................. 2 本論文內容安排 .............................................................................................. 2 2 相關技術簡介 ............................................................................................................. 3 ASP 簡介 .......................................................................................................... 3 用 Asp 開發(fā) Web 數(shù)據(jù)庫的優(yōu)勢 .................................................................... 3 ASP 與數(shù)據(jù)庫 .................................................................................................. 4 IIS 服務 ............................................................................................................. 5 Dreamweaver MX 2020 開發(fā)工具 ................................................................... 6 B/S 數(shù)據(jù)庫訪問模式 ........................................................................................ 7 ACCESS 2020 技術簡介 ................................................................................. 7 SQL語句簡介 .................................................................................................. 8 SQL 語句介紹 ....................................................................................... 8 SQL的優(yōu)點 ............................................................................................ 8 3 圖書管理系統(tǒng)設計分析 .......................................................................................... 10 應用需求分析 ................................................................................................ 10 系統(tǒng)非功能需求 ............................................................................................ 11 設計思路及流程 ............................................................................................ 11 4 系統(tǒng)總體規(guī)劃設計 .................................................................................................. 13 系統(tǒng)功能結構 ................................................................................................ 13 系統(tǒng)各功能模塊具體分析 ............................................................................ 13 圖書查詢 .............................................................................................. 13 借閱者登錄 .......................................................................................... 14 圖書借閱 .............................................................................................. 14 圖書歸還 .............................................................................................. 14 圖書續(xù)借 .............................................................................................. 14 操作平臺功能界面 .............................................................................. 14 圖書的修改、刪除、添加功能 .......................................................... 15 數(shù)據(jù)庫設計 .................................................................................................... 15 數(shù)據(jù)庫技術簡介 .................................................................................. 15 數(shù)據(jù)庫設計的特點 .............................................................................. 15 數(shù)據(jù)庫需求分析 ................................................................................... 16 數(shù)據(jù)庫概念結構設計 .......................................................................... 16 數(shù)據(jù)字典 .............................................................................................. 17 系統(tǒng)各主要功能模塊代碼實現(xiàn)與效果圖 .................................................... 18 系統(tǒng)首頁( index. asp) .