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

正文內(nèi)容

圖書管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)jsp網(wǎng)絡(luò)技術(shù)設(shè)計(jì)范文模板參考資料-資料下載頁(yè)

2024-12-07 09:45本頁(yè)面

【導(dǎo)讀】起人們廣泛的關(guān)注。圖書是我們最好的獲取信息的方式,書籍是。人類不可缺少的精神食糧,尤其對(duì)一些學(xué)校來說,尤其重要。統(tǒng)應(yīng)該能夠?yàn)橛脩籼峁┏渥愕男畔⒑涂旖莸牟樵兪侄巍4蟮胤奖懔俗x者,也提高了圖書館的效率。采用JSP技術(shù)開發(fā)一個(gè)圖書管理系統(tǒng)。在開發(fā)過程中,研究JSP技術(shù)在實(shí)際網(wǎng)站開發(fā)中的應(yīng)用。庫(kù)進(jìn)行操作,研究了網(wǎng)站的三層架構(gòu)MVC模式。圖書館的服務(wù)工作與全校教學(xué)、科研以及學(xué)習(xí)生活密切相關(guān)。圖書館學(xué)在我國(guó)發(fā)展較快、成績(jī)顯著,它作為一門具有現(xiàn)代科學(xué)意義的學(xué)科,在我國(guó)的出現(xiàn)始于20世紀(jì)初,經(jīng)過近百年的發(fā)展,已逐漸形成一定的中國(guó)特色;

  

【正文】 行,客戶端的 IE 版本需要在 以上。 圖書系統(tǒng)的 WEB 頁(yè)面測(cè)試 對(duì)網(wǎng)頁(yè)界面進(jìn)行測(cè)試,就是檢查程序運(yùn)行時(shí),界面中是否有錯(cuò)別字,表述不妥的標(biāo)題、標(biāo)簽,或一些動(dòng)態(tài)顯示的畫面是否正常。 在本系統(tǒng)中,主題是圖書管理,應(yīng)此注意一些圖片,信息之類的不要偏離主題。其次頁(yè)面的超鏈接比較多,測(cè)試看看有沒有超鏈地址寫錯(cuò)的地方。系統(tǒng)的背景圖片也比較多,最好用相對(duì)地址來讀取圖片。若 用絕對(duì)地址,在換個(gè)環(huán)境的情況下很容易出現(xiàn)圖片讀取不了的情況。還要檢查下系統(tǒng)的頁(yè)面風(fēng)格是否一致??紤]頁(yè)面在各種分辨率計(jì)算機(jī)上顯示的效果等等。 數(shù)據(jù)錄入測(cè)試 數(shù)據(jù)錄入測(cè)試,是檢查前臺(tái)錄入的數(shù)據(jù)類型和長(zhǎng)度,是否符合后臺(tái)設(shè)計(jì)。目的是盡量防止錄入非法數(shù)據(jù)。 由于 SQL SERVER 2021 數(shù)據(jù)庫(kù)在操作上對(duì)于中文操作容易發(fā)生錯(cuò)誤,因此我在設(shè)計(jì)之初,就將數(shù)據(jù)庫(kù)表中字段名都采用英文定義,同時(shí),考慮南京工程學(xué)院畢業(yè)設(shè)計(jì)說明書(論文) 34 到數(shù)據(jù)庫(kù)錄入時(shí)存在非法數(shù)據(jù)輸入的情況,在設(shè)計(jì)過程中我通過JAVASCRIPT 語(yǔ)言約束了數(shù)據(jù)的錄入。比如: ID 輸入只 能輸入數(shù)字;當(dāng)不可以輸入時(shí),數(shù)據(jù)是無(wú)法錄入的。 數(shù)據(jù)的讀取操作時(shí)注意數(shù)據(jù)存放的類型。特別是基本數(shù)據(jù)類型與String 的區(qū)別。特別容易導(dǎo)致程序的錯(cuò)誤。 系統(tǒng)的部署 數(shù)據(jù)庫(kù)的部署 將 解 壓出 來的 數(shù)據(jù) 庫(kù) 文件 放到 相應(yīng) 的物 理 路徑 中( C:\Program Files\Microsoft SQL Server\MSSQL\Data)。 1. 打開 SQL 2021 企業(yè)管理器,點(diǎn)擊“ Microsoft SQL Server”→“ SQL Server 組”→“( Local)”→“數(shù)據(jù)庫(kù)”。 2. 右擊“數(shù)據(jù)庫(kù)”→“附加數(shù)據(jù) 庫(kù)”( C:\Program Files\Microsoft SQLServer\MSSQL\Data\)→點(diǎn)擊“確定”完成數(shù)據(jù)庫(kù)創(chuàng)建。 配置信息的設(shè)置 1. 數(shù)據(jù)源的配置 點(diǎn)擊“控制面板” →“管理工具”→“數(shù)據(jù)源”→“系統(tǒng) DNS”→“添加 SQLServer” 輸入數(shù)據(jù)源名 book_system連接到本地服務(wù)器并添加數(shù)據(jù)庫(kù)。 2. 與 的配置 在“我的電腦”屬性下的環(huán)境變量中設(shè)置 的 CLASSPATH .。C:\Program Files\Java\\lib 設(shè)置 的 CLASSPATH: .。C:\Program Files\Apache Software Foundation\Tomcat \lib\ 南京工程學(xué)院畢業(yè)設(shè)計(jì)說明書(論文) 35 結(jié)束語(yǔ) 整個(gè)系統(tǒng)來說,不足的地方還有很多,在我的模塊中,不足的地方有以下幾處。 第一,對(duì)于一個(gè)網(wǎng)站來講,對(duì)于頁(yè)面美觀的設(shè)計(jì)非常重要。但是由于個(gè)人對(duì)于頁(yè)面設(shè)計(jì)方面不是很精通,所以 WEB 頁(yè)面略顯單調(diào)。 第二,該系統(tǒng)采用單純的 JSP 設(shè)計(jì),沒有利用到純正的三層架構(gòu) ,使得程序以后的修改或者更新變的復(fù)雜。一個(gè)成熟的項(xiàng)目應(yīng)該是三層或更多層架構(gòu)。三層架構(gòu)表面上看會(huì)把一個(gè)簡(jiǎn)單問題復(fù)雜化,但是有規(guī)范的框架,使得以后修改起來更加的方便。 返回 本系統(tǒng)是根據(jù)學(xué)校的具體情況進(jìn)行設(shè)計(jì)的,在通過對(duì)學(xué)校圖書館管理系統(tǒng)的充分研究后來完成此系統(tǒng)。本系統(tǒng)在多次測(cè)試后 排除了大部分 BUG,也進(jìn)一步完善了程序中的不足之處。但程序中肯定還會(huì)存在一些不盡如人意的地方,這些瑕疵需要在系統(tǒng)日后的維護(hù)中逐步排除。 經(jīng)過幾十天的努力,畢業(yè)設(shè)計(jì)終于完成了。 JSP 技術(shù)是當(dāng)前最流行的網(wǎng)絡(luò)編程技術(shù)之一。通過在設(shè)計(jì)的這段時(shí) 間內(nèi),我對(duì)此技術(shù)有了更深刻的認(rèn)識(shí)。在設(shè)計(jì)的過程中遇到很多問題,但經(jīng)過努力后都一一解決。在最后的測(cè)試階段,發(fā)現(xiàn)了很多問題,很多是由于需求分析做的不夠。所以以后在完成項(xiàng)目時(shí),做足充分的需求分析是必須的。 除此之外,勤于思考、細(xì)致嚴(yán)謹(jǐn)對(duì)于完善設(shè)計(jì)也是非常重要的。由于本人設(shè)計(jì)經(jīng)驗(yàn)不足,設(shè)計(jì)時(shí)間有限,本系統(tǒng)的工作量也非常大,因此,本系統(tǒng)必定存在著不足之處。在以后的學(xué)習(xí)中我將會(huì)對(duì)本系統(tǒng)做出進(jìn)一步的完善,使這個(gè)系統(tǒng)能夠更人性化、更實(shí)用。 南京工程學(xué)院畢業(yè)設(shè)計(jì)說明書(論文) 36 參考文獻(xiàn) [1] 徐明浩 .Java 編程基礎(chǔ) ,應(yīng)用與實(shí)例 .北京:人民郵電出版社, 2021 [2] 伍德 .SQL Server 2021 TransactSQL 編程入門經(jīng)典 .北京:清 華大學(xué)出版社, 2021 [3] 徐孝凱,王鳳祿 .數(shù)據(jù)結(jié)構(gòu)簡(jiǎn)明教程 .北京:清華大學(xué)出版 .2021 [4] 高翔,何立軍等 .JSP 動(dòng)態(tài)網(wǎng)站開發(fā)技術(shù)與實(shí)踐 .北京:電子工業(yè)出版社 .2021 [5] 劉斌 .精通 Java Web 整合開發(fā) (JSP+AJAX+Sturts+Hibernate).北京:電子工業(yè)出版社 .2021 [6] 盧菊平,郭江杰 .精通 JSP+XML+CSS 網(wǎng)絡(luò)開發(fā)混合編程 .北京:電子工業(yè)出版社 .2021 [7] 王國(guó)輝,李文立,楊亮 .JSP 數(shù)據(jù)庫(kù)系統(tǒng)開發(fā)完 全手冊(cè) .北京:人民郵電出版社 .2021 [8] 熊錫義 .Dreamweaver 網(wǎng)頁(yè)制作教程 .北京:清華大學(xué)出版社 .2021 [9] (美) Bruce in Java,Third Edition :機(jī)械工業(yè)出版社 2021 [10] (美 )O39。 Servlet and JSP :電子工業(yè)出版社 .2021 南京工程學(xué)院畢業(yè)設(shè)計(jì)說明書(論文) 37 附錄:英文技術(shù)資料翻譯 英文原文: LIBRARY MANAGEMET SYSTEM AND JSP+XML+SQL The 21st century will be the information society, the information took the social most main resources, will bee the strategic resources to arouse the people widespread gains the information? The books are we best gain information ways,the books is humanity39。s essential spiritual food, especially to some schools, especially the library management system should be able to provide the sufficient information and the quick inquiry method for the the people have since always used the traditional artificial way management books, the periodical, the examination paper onevolume edition and so on, this management way has many shortings, for example: The efficiency low, the secrecy is bad, moreover time one long, will produce the massive documents and the data, this regarding the search, the renewal and the maintenance has all brought many , develops this kind of set of management software to bee has the necessity matter very the development of the times, in the modern university library management, how to provide services conveniently for readers, how to improve the utilization of books has bee an increasingly prominent issue. Use the work, found an electronic platform between the library and readers will greatly enhance the management and modernization of the school library degree. It is the goal of the system design tends, the system has five major functional areas: 1. Book enquiries, Searching the,books of the library, inquiries may enquiries related books and the current state of information。 2. Lending management,: Including books and returned。 3 Library management, The main achievement of stores management and the books management, including the creation and deletion of Stores, a new book put in storage and the 南京工程學(xué)院畢業(yè)設(shè)計(jì)說明書(論文) 38 deletions of the abolish books。 4 Book. Lending certificate management, This part is the loan certificate management 。5. Readers rules management, Including use of time, and can borrow how may books and what books Stores can be borrow and so : Java。jsp。JavaBean With the development of work technology, the mass use of Inter, the work bees a tool which closer and closer in people39。s life with, there is more and more application of Web database , such as emerce system, work books administrative system ,etc. JSP is dynamic Web technology, it not only can carry on plicated databaseoperation, and the page produced has very strong interaction, allow it convenient and control and manage the data, it realizes visit to database through JDBC, including add, delete, upgrade , inquire. Web database technology,especially important technology is web dynamic technology, with inquiring technology interactivly dynamically of backstage supporter39。 work books administrative system is the browser/server(Browser/Server) mode, it39。s mainly made up of three parts of customer end browser, Web server and database server, it is typical Browser/Server structure. This text is a detailed introduction, in order to draw support from JSP strong database access ability, procedure is it bee simple and easy fast to work out, and can the security system have better performance, adopt and develop ripe JSP technology, use the script language that JavaScript are easily understood, and then bine HTML code and utilize web database thesis includes The Foreword, The Lesson Background, The Related
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1