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

正文內(nèi)容

基于jsp的圖書管理系統(tǒng)設(shè)計與實現(xiàn)_計算機科學(xué)與技術(shù)畢業(yè)論文(存儲版)

2025-04-07 09:13上一頁面

下一頁面
  

【正文】 y perhaps to is a Guide only, if the reader needs the more detailed information, pleasing the book of consult the homologous JSP. 重慶郵電大學(xué)本科畢業(yè)設(shè)計(論文) 59 GENERALIZE The JSP(Java Server Pages) is from the pany of Sun Microsystems initiate, the many panies the participate to the build up the together of the a kind the of dynamic the state web the page technique standard, the it have the it in the construction the of the dynamic state the web page the strong but the do not the especially of the function. JSP and the technique of ASP of the Microsoft is very alike. Both all provide the ability that mixes with a certain procedure code and is explain by the language engine to carry out the procedure code in the code of HTML. Underneath we are simple of carry on the introduction to it. JSP pages are translated into servlets. So, fundamentally, any task JSP pages can perform could also be acplished by servlets. However, this underlying equivalence does not mean that servlets and JSP pages are equally appropriate in all scenarios. The issue is not the power of the technology, it is the convenience, productivity, and maintainability of one or the other. After all, anything you can do on a particular puter platform in the Java programming language you could also do in assembly language. But it still matters which you choose. JSP provides the following benefits over servlets alone: ? It is easier to write and maintain the HTML. Your static code is ordinary HTML: no extra backslashes, no double quotes, and no lurking Java syntax. 重慶郵電大學(xué)本科畢業(yè)設(shè)計(論文) 60 ? You can use standard Website development tools. Even HTML tools that know nothing about JSP can be used because they simply ignore the JSP tags. ? You can divide up your development team. The Java programmers can work on the dynamic code. The Web developers can concentrate on the presentation layer. On large projects, this division is very important. Depending on the size of your team and the plexity of your project, you can enforce a weaker or stronger separation between the static HTML and the dynamic content. Now, this discussion is not to say that you should stop using servlets and use only JSP instead. By no means. Almost all projects will use both. For some requests in your project, you will use servlets. For others, you will use JSP. For still others, you will bine them with the MVC architecture . You want the appropriate tool for the job, and servlets, by themselves, do not plete your toolkit. SOURCE OF JSP The technique of JSP of the pany of Sun, making the page of Web develop the personnel can use the HTML perhaps marking of XML to design to turn the end page with format. Use the perhaps small script future life of marking of JSP bees the dynamic state on the page contents.( the contents changes according to 重慶郵電大學(xué)本科畢業(yè)設(shè)計(論文) 61 the claim of) The Java Servlet is a technical foundation of JSP, and the large Web applies the development of the procedure to need the Java Servlet to match with with the JSP and then can plete, this name of Servlet es from the Applet, the local translation method of now is a lot of, this book in order not to misconstruction, decide the direct ado。只是一些功能不夠完善,以后的升級可能會遇到問題。還要充分掌握系統(tǒng)所要用到的工具,只有這樣,開發(fā)工作才能達到事半功倍。 操作:進入系統(tǒng)后,進入圖書借閱,并向系統(tǒng)輸入自己的編號,再輸入要借閱圖書的編號,比如要借的書是《 Java 2 實用教程》,如果借閱成功返回圖 重慶郵電大學(xué)本科畢業(yè)設(shè)計(論文) 50 圖 圖書借閱成功 結(jié)果:圖書借閱成功,測試成功。 所有軟件的測試都是為了用戶有更好的體驗,因此好的測試方案因第一考慮到用戶的需要體驗。 圖 管理員管理界面 圖 設(shè)置用戶學(xué)生登錄界面 學(xué)生登錄后 只能在權(quán)限范圍內(nèi)進行操作。 圖 圖書詳細信息 界面 重慶郵電大學(xué)本科畢業(yè)設(shè)計(論文) 41 圖 修改圖書信息 界面 圖 修改書架為 1 的圖書信息界面 重慶郵電大學(xué)本科畢業(yè)設(shè)計(論文) 42 圖 修改成功標(biāo)識界面 圖 修改成功后界面 第六節(jié) 查詢功能模塊的實現(xiàn) 查詢功能模塊包含三個功能模塊:圖書資料查詢,借閱歷史記錄查詢和借閱到期提醒。 : 圖 圖書類型管理界面 重慶郵電大學(xué)本科畢業(yè)設(shè)計(論文) 39 在圖書類型管理界面中,同樣可以對圖書類型實現(xiàn)增、刪、改功能,如圖 , 圖 添加圖書類型及可借天數(shù) 圖 修改網(wǎng)絡(luò)編程圖書類型及可借天數(shù) 2. 圖書檔案管理界面: 圖 圖書檔案管理界面 圖書檔案 包含很多與圖書相關(guān)的信息,如 圖書編號,圖書名稱,圖書類型,作者,譯者,價格,出 版社,所在書架等圖書基本信息。讀者類型管理設(shè)置不同類型能夠借閱圖書的最大數(shù)量不一樣,讀者信息管理則是記錄下讀者相關(guān)的信息,并且可以對這些信息進行添加、刪除、修改等功能。利于查看借閱情況,讀者對哪些圖書感興趣,便于管理圖書。 表的結(jié)構(gòu)設(shè)計如下 : 表 圖書借閱信息表 tb_borrow 字段名稱 數(shù)據(jù)類型 字段長度 是否為空 說明 ID int 10 No Key readerID varchar 10 No 借閱證編號 bookID int 10 No 圖書編號 borrowTime date No 結(jié)出時間 backTime date No 應(yīng)歸還時間 operator varchar 30 No 操作員 ifback tinyint 1 No 是否歸還 七、 圖書歸還信息表結(jié)構(gòu)設(shè)計 該表的主要作用 就是記錄圖書應(yīng)該被歸還的時間,除此之外,把重慶郵電大學(xué)本科畢業(yè)設(shè)計(論文) 26 圖書與借閱者聯(lián)系起來應(yīng)該也是它的一個功能。 [14] 表的具體結(jié)果如下 : 表 圖書信 息表 tb_bookinfo 字段名稱 數(shù)據(jù)類型 字段長度 是否為空 說明 barcode varchar 30 No Key bookname varchar 70 No 書名 author varchar 30 Yes 作者 translator varchar 30 Yes 譯者 ISBN varchar 20 No 出版社 price float 8,2 No 圖書價格 bookcase varchar 10 No 圖書所在書重慶郵電大學(xué)本科畢業(yè)設(shè)計(論文) 22 架 press varchar 70 No 出版社 intime date No 圖書入庫時間 operator varchar 30 No 操作員 page int 10 Yes 圖書頁碼 三、 圖書類型信息表結(jié)構(gòu)設(shè)計 圖書總是分為很多類型,比如社科,比如文學(xué),該表的主要內(nèi)容就是為圖書進行分類, 可借閱天數(shù)反映了該種類型圖書的可借閱天數(shù)。 (3) 書架設(shè)置:包括書架名稱的錄入,修改以及刪除 功能。 四、 “ 圖書資料維護 ” 模塊 設(shè)計 圖 “圖書資料維護”模塊設(shè)計結(jié)構(gòu) (1) 圖書類型設(shè)置: 對圖書的類型進行設(shè)置管理,包括新書類型的錄入以及對現(xiàn)有書的類型進行修改甚至刪除。在 MVC 模式中,三層各盡其職、相對獨立,各層內(nèi)部的改變不會影響到其它層,從而降低了數(shù)據(jù)表達、數(shù)據(jù)描述和應(yīng)用操作的耦合度,也能更好的實現(xiàn) 開發(fā)中的分工,加快工程進度。 [10] 是 重慶郵電大學(xué)本科畢業(yè)設(shè)計(論文) 11 圖 圖書館管理系統(tǒng)的系統(tǒng)流程圖 第五節(jié) 設(shè)計模式 設(shè)計模式是面向?qū)ο蟮某绦蛟O(shè)計人員用來解決編程問題的一種形式化表示。 6. 其它操作: 密碼修改,添加用戶。圖書館管理人員功能的信息量大,數(shù)據(jù)安全性和保密性要求最高。從管理的角度可將圖書分為三類:圖書信息管理、系統(tǒng)用戶管理、讀者數(shù)據(jù)管理。 重慶郵電大學(xué)本科畢業(yè)設(shè)計(論文) 7 一、 技術(shù)可行性 技術(shù)的發(fā)展往往會對促進社會的發(fā)展,而圖書管理系統(tǒng)對技術(shù)的依賴很大,因 此在做圖書管理系統(tǒng)時,將會對技術(shù)上進行一番分析,對確定當(dāng)前的技術(shù)能否完成開發(fā)工作。隨之而來的是互聯(lián)網(wǎng)快速發(fā)展,帶給人們的改變不次于蒸汽機的誕生。 第 二節(jié) 開發(fā)環(huán)境 JSP 近年
點擊復(fù)制文檔內(nèi)容
醫(yī)療健康相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1