資源描述:
《基于mvc的oa協(xié)同辦公系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)_畢業(yè)論文》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、四川理工學(xué)院畢業(yè)設(shè)計(jì)(論文)基于MVC的OA協(xié)同辦公系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)學(xué)生:學(xué)號(hào):專業(yè):班級(jí):指導(dǎo)教師:四川理工學(xué)院計(jì)算機(jī)學(xué)院基于MVC的OA協(xié)同辦公系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)摘要本設(shè)計(jì)以某公司辦公需求為設(shè)計(jì)對(duì)象,采用JSP和TomcatServer6.0軟件為開發(fā)工具,實(shí)現(xiàn)了基于MVC的OA協(xié)同辦公系統(tǒng)。該系統(tǒng)也是典型的辦公系統(tǒng)(OA),其系統(tǒng)主要包括了數(shù)據(jù)庫(kù)的規(guī)劃設(shè)計(jì)與維護(hù)和客戶端應(yīng)用程序的開發(fā)兩個(gè)方面。在JSP中可以使用Java的JDBC技術(shù)實(shí)現(xiàn)數(shù)據(jù)庫(kù)中表記錄的查詢、修改和刪除等操作,利用JDBC技術(shù)實(shí)現(xiàn)了Jav
2、a數(shù)據(jù)庫(kù)連接API,使數(shù)據(jù)庫(kù)的內(nèi)容可以在Web頁(yè)面中顯示。該系統(tǒng)主要實(shí)現(xiàn)的功能模塊包括了部門管理、角色管理、職員管理、管理員日志、個(gè)人信息、工作安排、名片夾、待辦事項(xiàng)、在線信息、個(gè)人文件夾、公司通訊錄和會(huì)議管理。該系統(tǒng)不僅提高了公司的辦公效率,而且還具有友好的人機(jī)界面,簡(jiǎn)便的操作,良好的實(shí)用性。關(guān)鍵詞:MVC;模塊化;JDBC技術(shù);數(shù)據(jù)庫(kù);信息管理65DesignandImplementationofOACooperativeOfficeSystemintheMVC-basedABSTRACTOAsyste
3、mbasedontheMVChasbeenrealizedwiththeobjectofacompany,andthedevelopmenttoolusingsoftwareofJavaServerPagesandTomcatServer6.0inthisdesign,whichisalsoatypicalOAsystem.Thesystemicdevelopmenthasincludedmainlytwoaspectsofthelayoutdesignandthemaintenanceofdatabase
4、,andthedevelopmentofcustomerendapplicationprocedure.IntheJavaServerPages,thesystemhasimposedtheJavaoftheJDBCtechnologytorealizetheseoperationsoftheinquiring,revising,anddeletingthedatabaseofthetableofrecord,andalsoimposedtheJDBCtechnologytorealizetheconnec
5、tionofthedatabaseandtheapplicationprogramminginterface,thedatabasecontenthasbeendisplayedintheWebpages.Themainrealizingfunctionmodulesofthesystemhaveincludedthedepartmentmanagement,rolemanagement,employmanagement,administratorlogmanagement,Personalinformat
6、ion,organizationofwork,businesscardholder,to-do,onlineinformation,personalfolders,companycontacts,ConferenceManagement.Thesystemnotonlyhasimprovedtheefficiencyoftheofficeofthecompany,butalsohasbeenpossessedofthefriendlyman-machineinterface,simpleoperationa
7、ndpreferablepracticality.Keywords:Model-View-Controller;Modularization;JDBCtechnology;Database;Informationmanagement;65目錄第1章緒論11.1引言11.2系統(tǒng)設(shè)計(jì)的背景21.3系統(tǒng)的功能簡(jiǎn)介2第2章系統(tǒng)分析32.1需求分析32.2數(shù)據(jù)存儲(chǔ)分析5第3章系統(tǒng)總體設(shè)計(jì)83.1軟件模塊結(jié)構(gòu)設(shè)計(jì)83.2數(shù)據(jù)庫(kù)設(shè)計(jì)103.2.1數(shù)據(jù)庫(kù)的邏輯設(shè)計(jì)103.2.2數(shù)據(jù)庫(kù)的物理設(shè)計(jì)11第4章系統(tǒng)數(shù)據(jù)庫(kù)設(shè)計(jì)154
8、.1與數(shù)據(jù)庫(kù)相關(guān)的概念154.2Oracle數(shù)據(jù)庫(kù)基本特點(diǎn)164.3Oracle數(shù)據(jù)庫(kù)及其基本操作164.3.1新建數(shù)據(jù)庫(kù)164.3.2創(chuàng)建數(shù)據(jù)表174.4JSP與Oracle的連接17第5章系統(tǒng)詳細(xì)設(shè)計(jì)185.1系統(tǒng)功能設(shè)計(jì)185.1.1登錄模塊185.1.2系統(tǒng)管理的總模塊195.1.3個(gè)人信息模塊205.1.4工作安排模塊205.1.5名片夾模塊205.1.6待辦事項(xiàng)模塊215.1.7在線信息模塊215.1