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

正文內(nèi)容

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

2025-03-02 09:13本頁(yè)面
  

【正文】 s concern. JSP provided a special development environment for the Web application that establishes the high dynamic state. According to the Sun parlance, the JSP can adapt to include the Apache WebServer, on the market at inside of 85% server product. This chapter will introduce the related knowledge of JSP and Databases, and JavaBean related contents, is all certainly rougher introduction among them basic contents, say 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è)計(jì)(論文) 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è)計(jì)(論文) 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è)計(jì)(論文) 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。 重慶郵電大學(xué)本科畢業(yè)設(shè)計(jì)(論文) 55 參考文獻(xiàn) [1] 劉啟茂 ,蔡紅梅 .我校圖書(shū)館自動(dòng)化方案淺析 .計(jì)算機(jī)雜志 ,1991,4. [2] 王新輝 .基于 C/S和 B/S模式架構(gòu)的圖書(shū)管理系統(tǒng)設(shè)計(jì) .湖南人文科技學(xué)院學(xué)報(bào) ,2021,4. [3] 王蔚 .基于 J2EE技術(shù)的混合模式圖書(shū)館管理系統(tǒng)的應(yīng)用研究 [J]. 圖書(shū)館學(xué)刊 ,2021,3. [4] Hans Bergsten. JavaServer Pages_2nd Edition. August 2021. 重慶郵電大學(xué)本科畢業(yè)設(shè)計(jì)(論文) 56 [5] Kevin Duffey,Vikram Goyal. Professional JSP Site Design. BeiJing: Publishing House of Electronics Industry,2021. [6] 吳其慶 . JAVA 模塊設(shè)計(jì)實(shí)例經(jīng)典 . 北京 :冶金工業(yè)出版社 ,. [7] 薩師煊 ,王珊 .數(shù)據(jù)庫(kù)系統(tǒng)概 論 .北京 :高等教育出版社 .. [8] Herbert 參考大全 .北京 :清華大學(xué)出版社 ,. [9] 吳其慶 .JSP 編程思想與實(shí)踐 . 北京 :冶金工業(yè)出版社 ,. [10] Java 數(shù)據(jù)庫(kù)系統(tǒng)開(kāi)發(fā)案例精選 .北京 :人民郵電出版社 ,. [11] 孫衛(wèi)琴 .Tomcat 與 Java Web 開(kāi)發(fā)技術(shù)詳解 [M].2 版 .北京:電子工業(yè)出版社, 2021. [12] David 技術(shù)手冊(cè) [M].5 版,中文版 .南京:東南 大學(xué)出版社, 2021. [13] 張淮野 . 數(shù)據(jù)庫(kù)設(shè)計(jì)與 JSP 編程方法 [J].電腦編程技巧與維護(hù) .2021 年第 9 期 :6789. [14] 孫一林,彭波等 .Java 數(shù)據(jù)庫(kù)編程實(shí)例 [M].北京:清華大學(xué)出版社, 2021. [15] HTML4[M].北京:機(jī)械工業(yè)出版社,2021. 重慶郵電大學(xué)本科畢業(yè)設(shè)計(jì)(論文) 57 [16] 劉曉華,張健,周慧貞等 .JSP 應(yīng)用開(kāi)發(fā)詳解 [M].北京:電子工業(yè)出版社, 2021. [17] 耿祥義,張躍平等 .JSP 實(shí)用教程 [M].2 版 .北京:清華大學(xué)出版社, 2021. [18] 薩師煊,王珊等 .數(shù)據(jù)庫(kù)系統(tǒng)概論 [M].4 版 .北京:高等教育出版社, 2021. 附 錄 一、英文原文 THE TECHNIQUE DEVELOPMENT HISTORY OF JSP Kathy Sierra and Bert Bates Servletamp。 非常感謝我的同學(xué)們我的老師們當(dāng)我在畢業(yè) 設(shè)計(jì)過(guò)程中遇到問(wèn)題和困難時(shí),是你們 在我困難時(shí) 給我提出許多關(guān)鍵性的意見(jiàn)和建議,使我對(duì)整個(gè)畢業(yè)設(shè)計(jì)的思路有了總體的把握,并耐心 地 幫我解決了許多實(shí)際問(wèn)題,使我獲益良多。對(duì)自己對(duì)后即將步入的社會(huì)生活將會(huì)是一個(gè)良好的基礎(chǔ) 。只是一些功能不夠完善,以后的升級(jí)可能會(huì)遇到問(wèn)題。我這里我不但學(xué)習(xí)了科學(xué)文化知識(shí),對(duì)自己的能力進(jìn)行了實(shí)踐,還形成了自己的人生觀和價(jià)值觀,還學(xué)會(huì)了如何生存及做人的道理。 回想我的三年大學(xué)生活真的有很多收獲和感觸。這樣并未達(dá)到學(xué)習(xí)的目的,通過(guò)這次的系統(tǒng)工 作,讓我明白了最好的學(xué)習(xí)就是把知識(shí)深入到實(shí)踐中去。還要充分掌握系統(tǒng)所要用到的工具,只有這樣,開(kāi)發(fā)工作才能達(dá)到事半功倍。 它的應(yīng)用給人們的生活帶巨大的變化,讓人們過(guò)上現(xiàn)代化的生活。 重慶郵電大學(xué)本科畢業(yè)設(shè)計(jì)(論文) 51 重慶郵電大學(xué)本科畢業(yè)設(shè)計(jì)(論文) 52 總 結(jié) 這一次的圖書(shū)管理系統(tǒng)讓我忙碌了幾個(gè)月,這對(duì)我來(lái)說(shuō)是一個(gè)非常大的考驗(yàn),不過(guò)好處也是很顯然的,因?yàn)樵谶@個(gè)過(guò)程中,真正實(shí)現(xiàn)了理論知識(shí)與實(shí)踐相結(jié)合,提高了動(dòng)手的能力,能夠?qū)W以致用。 操作:進(jìn)入圖書(shū)歸還,輸入自己編號(hào),系統(tǒng)就會(huì)顯示你的圖書(shū)借閱情況,提供你要?dú)w還的圖書(shū)名稱(chēng),現(xiàn)在你就可以歸還圖書(shū)了。 操作:進(jìn)入系統(tǒng)后,進(jìn)入圖書(shū)借閱,并向系統(tǒng)輸入自己的編號(hào),再輸入要借閱圖書(shū)的編號(hào),比如要借的書(shū)是《 Java 2 實(shí)用教程》,如果借閱成功返回圖 重慶郵電大學(xué)本科畢業(yè)設(shè)計(jì)(論文) 50 圖 圖書(shū)借閱成功 結(jié)果:圖書(shū)借閱成功,測(cè)試成功。 重慶郵電大學(xué)本科畢業(yè)設(shè)計(jì)(論文) 48 操作:打開(kāi)瀏覽器,輸入不輸入任何帳戶,點(diǎn)擊登錄,返回如圖 圖 用戶登錄失敗圖 若輸入帳戶 tsof
點(diǎn)擊復(fù)制文檔內(nèi)容
醫(yī)療健康相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1