【正文】
完成了,開發(fā)的過程我們非常愉快,收獲了很多東西。在整個(gè)系統(tǒng)的開發(fā)過程中,樹立了對自己工作能力的信心,相信會對今后的學(xué)習(xí)工作生活有非常重要的影響。教學(xué)質(zhì)量評估管理體系管理的評價(jià)就顯得尤為重要,我在發(fā)展的過程中,注重保留管理模塊的設(shè)計(jì)。在這個(gè)模塊中,我多次使用JDBC連接到數(shù)據(jù)庫,插入,更新,刪除等操作。然而,一再犯錯。再次讓我又一次經(jīng)歷失敗的反映。一次又一次。經(jīng)過反復(fù)實(shí)驗(yàn),終于的各種操作的數(shù)據(jù)庫斷裂。通過這個(gè)設(shè)計(jì),我實(shí)現(xiàn)了自己的知識水平,規(guī)劃水平和實(shí)踐能力的需求提高的限制。由于時(shí)間緊湊,與級別相結(jié)合是有限的,還是有很多不足之處,在系統(tǒng)的查詢功能的設(shè)計(jì)是不完美的,有沒有數(shù)據(jù)備份功能,有待提高數(shù)據(jù)庫的安全性,我們將不斷完善,在后來的研究,并在今后的工作中更好地學(xué)習(xí)和探索,使之更加完善。 致 謝在本次畢業(yè)論文過程中,得到了指導(dǎo)老師的指導(dǎo)與支持。在此特別感謝指導(dǎo)老師的大力幫助。指導(dǎo)老師的悉心指導(dǎo)和大力支持,在總體結(jié)構(gòu)、功能的把握上給予了非常大的幫助,同時(shí)根我們提供了非常優(yōu)越的設(shè)計(jì)環(huán)境,并對我在編程、數(shù)據(jù)庫設(shè)計(jì)等細(xì)節(jié)工作上給予了耐心的指導(dǎo),對于我順利完成這次畢業(yè)論文起到了關(guān)鍵性的作用。我還要感謝我的母校,以及在大學(xué)四年生活中給予我關(guān)心和幫助的老師和同學(xué),是他們教會了我專業(yè)的知識和做人的道理。通過這次畢業(yè)論文我還明白了作為一名計(jì)算機(jī)專業(yè)的大學(xué)畢業(yè)生,我們要會的不僅僅是編寫代碼,更重要的是要有整體把握系統(tǒng)設(shè)計(jì)的能力。我會在以后的工作和學(xué)習(xí)中不斷完善自己,為我最熱愛的母校爭光,為自己翻開輝煌的新篇章。參考文獻(xiàn)[1] 張孝祥. JAVA就業(yè)培訓(xùn)教程[M].北京:清華大學(xué)出版社,2004,2036.[2] 張玉樹. SQLServe數(shù)據(jù)庫程序設(shè)計(jì)[M]. 北京:人民郵電出版社,2008,6681.[3] 潘文林. 數(shù)據(jù)庫應(yīng)用系統(tǒng)開發(fā)實(shí)戰(zhàn)[M]. 北京:中國水力水電出版社,2006,5691.[4] 宋坤. 數(shù)據(jù)庫系統(tǒng)開發(fā)完全手冊[M]. 北京:人民郵電出版社,2006,6269.[5] 李昭原等. 數(shù)據(jù)庫新進(jìn)展. 北京:人民郵電出版社[M],2005,124139.[6] [美]ChipDawesBijuThomas.OCP:Oracle8iDBASQL與PL/SQL學(xué)習(xí)指南(英文原版)[M]. 北京:電子工業(yè)出版社,2003,99108.[7] [美]Macro Bellinaso,Kevin Hoffman. Web站點(diǎn)高級編程[M]. 北京:清華大學(xué)出版社,2002,6995.[8] Douglas Crockford. JavaScript:The Good Parts[M]. O’Reilly Media Inc,2008,24.[9] 周納. ASP動態(tài)網(wǎng)站編程與應(yīng)用[M]. 北京:清華大學(xué)出版社,北京交通大學(xué)出版社,2005,1516.[10] Shari Lawrence Pfleeger,Joanne M.Atlee. SOFTWARE EEGINEERING——Theory and Practice[M]. 高等教育出版社,2006,142146.附 錄附錄一:工程的創(chuàng)建與配置1) 新建web項(xiàng)目命名為xml,即新生報(bào)到的簡稱。2)將相關(guān)的jar文件復(fù)制到工程目錄下的WEBINF\lib文件夾下。3)配置Struts配置文件filter和spring配置文件contextparam 4)dwr到WEBROOT下。5)配置Spring 。6)配置Struts2配置文件到SRC/CONFIG/STRUTS下7),。附錄二:配置文件部分代碼1) Struts2 配置文件內(nèi)容如下: ?xml version= encoding=UTF8?webapp version= xmlns= xmlns:xsi= xsi:schemaLocation= servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameAdminServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameSystemServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameMenuServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameCommonServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameFriendLinkServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameGuestBookServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameADServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameSubsidiaryServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameAfficheServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameIndexCommonServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameNewsServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnamePicServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameCommentsServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameMemberServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameLoginServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname servletnameMemberManageServlet/servletname servletclass/servletclass /servlet servlet descriptionThis is the description of my J2EE ponent/description displaynameThis is the display name of my J2EE ponent/displayname