資源描述:
《基于web的會務(wù)管理系統(tǒng)的設(shè)計與實現(xiàn)畢業(yè)論文》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學術(shù)論文-天天文庫。
1、畢業(yè)設(shè)計(論文)說明書題目:基于Web的會務(wù)管理系統(tǒng)的設(shè)計與實現(xiàn)作者:學號:系(院):專業(yè)班級:指導者:(姓名)(專業(yè)技術(shù)職務(wù))評閱者:(姓名)(專業(yè)技術(shù)職務(wù))畢業(yè)設(shè)計(論文)中文摘要基于Web的會務(wù)管理系統(tǒng)的設(shè)計與實現(xiàn)摘要:參加會議是當今非常普遍的現(xiàn)象,會務(wù)管理是保證會議順利進行的重要工作。本系統(tǒng)是采用JSP技術(shù)和SQLSERVER2000數(shù)據(jù)庫管理系統(tǒng)作為工具進行開發(fā)的基于Web的會務(wù)管理系統(tǒng)。根據(jù)不同權(quán)限,管理員和用戶可對系統(tǒng)進行不同的操作。從操作簡便、界面美觀、靈活實用的用戶要求出發(fā),本系統(tǒng)主要具有用戶管理(注冊、登錄、資料管理)、會議人員管理、會議
2、管理、系統(tǒng)管理和幫助5大模塊,基本能滿足會務(wù)管理的需要,使管理員對用戶和會議進行管理以及用戶對信息進行檢索更容易。本文主要介紹了系統(tǒng)的開發(fā)背景和設(shè)計過程,著重介紹了系統(tǒng)的設(shè)計思想以及在設(shè)計過程中遇到的問題和解決方案。關(guān)鍵詞:會務(wù)管理WebJSPSQLServer2000畢業(yè)設(shè)計(論文)外文摘要TheDesignandImplementofConferenceManagementSystemBasedonWebAbstract:Todayitistheextremelyuniversalphenomenontoattendtheconferenceandthe
3、conferencemanagementisanimportantworktoguaranteetheconferencecompletenormally.ThissystemisaconferencemanagementsystembasedonWeb,whichadoptsJSPtechnologyandSQLSERVER2,000databaseastoolstodevelop.Accordingtodifferentauthorities,themanageranduserscancarryoutdifferentoperation.Inthelig
4、htoftheusers’needsofsimpleoperation,prettyinterface,convenientuse,thissystemincludesfivemodules:theusermanagement(registration,login,materialmanagement),theconferencepersonnelmanagement,theconferencemanagement,thesystemmanagementandthehelp.Itcanbasicallymeettheneedsoftheconferencem
5、anagement,makeiteasierforthemanagermanagetheconferenceaswellastheuserandfortheuserretrievaltheinformation.Thispaperintroducesthebackgroundofthedevelopmentandtheprocessofdesign.What’smore,thepapermainlyexplainsthethoughtofdesign,theproblemsmetintheprocessandthesolutions.Keywords:Con
6、ferenceManagement;Web;JSP;SQLServer2000.目錄1引言11.1系統(tǒng)開發(fā)背景11.1.1研究意義11.1.2國內(nèi)外研究現(xiàn)狀、水平11.1.3發(fā)展趨勢11.2問題的定義及內(nèi)容簡介21.2.1問題的定義21.2.2問題的內(nèi)容簡介21.3可行性分析31.3.1經(jīng)濟可行性31.3.2技術(shù)可行性31.3.3操作可行性41.4論文各章簡介42需求分析52.1業(yè)務(wù)流分析52.2數(shù)據(jù)流分析62.2.1用戶登錄數(shù)據(jù)流圖62.2.2管理員操作數(shù)據(jù)流圖72.2.3會員操作數(shù)據(jù)流圖72.3數(shù)據(jù)字典73系統(tǒng)設(shè)計113.1系統(tǒng)總體功能設(shè)計113.2系統(tǒng)
7、數(shù)據(jù)模型設(shè)計123.2.1數(shù)據(jù)概念結(jié)構(gòu)設(shè)計—E-R圖123.2.2數(shù)據(jù)邏輯結(jié)構(gòu)設(shè)計—關(guān)系模式143.2.3邏輯結(jié)構(gòu)設(shè)計—關(guān)系表153.3系統(tǒng)開發(fā)與運行環(huán)境設(shè)計173.3.1開發(fā)環(huán)境設(shè)計173.3.2運行環(huán)境設(shè)計174用戶操作子系統(tǒng)設(shè)計194.1用戶操作子系統(tǒng)的體系結(jié)構(gòu)設(shè)計194.2用戶操作子系統(tǒng)的詳細設(shè)計194.2.1用戶注冊模塊的設(shè)計194.2.2用戶資料管理和會議信息模塊214.3此模塊遇到的問題及解決方案244.4用戶操作子系統(tǒng)各操作對數(shù)據(jù)庫的影響245系統(tǒng)管理員操作子系統(tǒng)設(shè)計265.1系統(tǒng)管理員操作子系統(tǒng)的體系結(jié)構(gòu)設(shè)計265.2系統(tǒng)管理員操作子系統(tǒng)的
8、詳細設(shè)計265.2.1會議人員管理模塊的設(shè)計265.