【正文】
管理系統(tǒng)的開發(fā)摘 要21 世紀(jì)網(wǎng)絡(luò)發(fā)展非常迅速,尤其在計(jì)算機(jī)行業(yè),信息技術(shù)的應(yīng)用已經(jīng)深入到社會(huì)的各行各業(yè),用途非常廣泛,它是信息,軟件與科學(xué)管理結(jié)合的產(chǎn)物。本文設(shè)計(jì)的是一個(gè)小型圖書管理系統(tǒng),具體是通過數(shù)據(jù)庫(kù)儲(chǔ)存圖書館信息的數(shù)據(jù)結(jié)構(gòu)和 Java 語(yǔ)言的程序設(shè)計(jì)完成的,實(shí)現(xiàn)了圖書的入庫(kù)與查詢,借書與歸還管理,以及學(xué)生和圖書基本信息的相關(guān)管理等基本功能,系統(tǒng)中包含 2 個(gè)登錄模塊:學(xué)生登錄模塊與管理員登錄模塊,學(xué)生與圖書管理人員根據(jù)各自的登錄模塊來(lái)實(shí)現(xiàn)不同的功能,使圖書館正常運(yùn)轉(zhuǎn)。作為學(xué)校運(yùn)用信息技術(shù)管理圖書與學(xué)生借書的工具,該系統(tǒng)能使圖書館的工作更高效,更有序,處理圖書信息更準(zhǔn)確,更迅速,讓大家借書與還書都能節(jié)約時(shí)間,實(shí)現(xiàn)了圖書信息管理的高效處理。關(guān)鍵詞:圖書管理;信息技術(shù);數(shù)據(jù)庫(kù);Java. . . . .學(xué)習(xí)參考The books management system based on Java developmentAbstract In the 21st century, the work is developing very rapidly, especially in the puter industry, information technology has greatly changed the way humans work, more to improve the working efficiency of the human. Therefore, using puter information technology research and development of some of the information management system has been deep into the social from all walks of life, use is very broad, it is information, the product of software bined with scientific management. Is designed in this paper a small books management system management system, is through the database to store the data structure of library information and the Java language program design, realized the storage and query of book, borrow books and return management, as well as the students and the basic function such as the related management of the basic information of the book, the system contains two login module: student login module and the administrator login module, students and librarians according to their respective login module to implement different functions, make the library work. As school using the tools of information technology management books and students to borrow books, the system can make the library work more efficient, more orderly, with book information more accurate, more quickly, let everybody borrowing and returning books can save time, realize the efficient processing of book information management. Key words: management of book, technology of information ,system,tools. . . . .學(xué)習(xí)參考1 緒論 選題背景21 世紀(jì)的中國(guó)已經(jīng)成為了網(wǎng)絡(luò)的時(shí)代,在每個(gè)領(lǐng)域中都離不開網(wǎng)絡(luò),而正是因?yàn)榫W(wǎng)絡(luò)的發(fā)展,導(dǎo)致計(jì)算機(jī)的一些技術(shù)越來(lái)越受到人們的青睞,已經(jīng)普遍在各種工作領(lǐng)域中使用,尤其信息處理技術(shù)更是遍布整個(gè)高科技前端開發(fā)中。眾所周知,在一個(gè)高校中,學(xué)生借書與還書的流程嚴(yán)重影響著一個(gè)高校圖書館的運(yùn)轉(zhuǎn),一般高校的圖書館借書人群居多,而且學(xué)生借閱書籍頻繁,包含很多的信息量,每天需要處理大量的數(shù)據(jù),現(xiàn)在很多的圖書館的圖書管理系統(tǒng)存在很多問題,比如:流程眾多、操作復(fù)雜、容易產(chǎn)生失誤,效率低等,導(dǎo)致借書手續(xù)困難,而且浪費(fèi)時(shí)間。另外,在一些偏遠(yuǎn)地區(qū),圖書設(shè)施不是很齊全,工作人員也比較缺乏的情況下,有考慮到經(jīng)濟(jì)情況,設(shè)計(jì)一個(gè)相對(duì)硬件設(shè)施不是很高的系統(tǒng)來(lái)管理一個(gè)圖書館,是很有必要的。所以本文將利用 Java 程序設(shè)計(jì)一個(gè)具有功能全面、高效率操作、硬件設(shè)施要求不高的圖書館管理系統(tǒng),提高學(xué)生們借書還書的高效率性與準(zhǔn)確性。 圖書管理系統(tǒng)任務(wù)分析本圖書管理系統(tǒng)將完成以下任務(wù):(1)學(xué)生能夠方便的對(duì)圖書進(jìn)行查詢,借閱,歸還書籍等。(2)圖書管理員能夠?qū)W(xué)生信息進(jìn)行管理:可以進(jìn)行添加、刪除、修改學(xué)生信息等。(3)圖書管理員能夠?qū)D書信息進(jìn)行管理:可以進(jìn)行管理圖書、添加、刪除和修改圖書信息等。 (4)圖書管理員能夠在學(xué)生借閱書籍時(shí)添加和修改學(xué)生借閱書籍信息,在學(xué)生借閱與歸還圖書時(shí)添加和修改學(xué)生還書信息,以及對(duì)學(xué)生的借閱書籍的超時(shí)進(jìn)行罰款。 (5)管理員能夠修改學(xué)生的信息與密碼。. . . . .學(xué)習(xí)參考2 圖書管理系統(tǒng)實(shí)現(xiàn)功能分析 系統(tǒng)功能描述系統(tǒng)結(jié)構(gòu)總功能如圖 21 所示,學(xué)生、圖書管理員必須登陸各自系統(tǒng)才能執(zhí)行各自相應(yīng)功能。圖 21 系統(tǒng)結(jié)構(gòu)總功能圖 重要功能描述 圖書管理系統(tǒng),主要包括圖書信息管理、學(xué)生信息管理、圖書查詢、借閱預(yù)約圖書、歸還掛失圖書、繳納罰款、管理員管理等功能,現(xiàn)就系統(tǒng)部分功能進(jìn)行分析。(1)圖書借閱表 21 圖書借閱功能分析實(shí)現(xiàn)