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