资源描述:
《183JAVA JSP员工培训管理系统ssh》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于JSP的员工培训系统摘要本文采用自顶向下的结构化的系统分析方法,阐述了一个功能全面的员工培训系统的开发过程、操作流程及其一些核心的技术。本文首先进行了项目概述,简单介绍了项目开发的背景、项目开发的目的和项目开发的意义;接下来是系统规划阶段,通过实际的业务流程调研,分析了系统的组织结构,具体完成了该系统的需求分析、可行性分析、现行业务流程分析,并通过对现行业务流程的优化,得出了系统的业务流程;之后是系统分析,具体完成了数据流分析和数据字典;系统设计阶段主要完成了功能模块的划分、数据库的设计和系统界面设计。该阶段
2、对各个模块的功能进行了详细设计,形成了本系统的功能模块图,在此基础上选择了合适的开发模式;数据库的设计先进行了概念结构设计,之后进行了逻辑结构设计,最后完成了数据库表的设计。根据前几个阶段的分析和设计,本系统在设计方面采用B/S模式,同时使用JSP技术进行基本页面的设计与功能实现,后台数据库选用SQLServer2005数据库。关键词:员工培训;管理系统;JSP;基于JSP的员工培训系统AbstractThispaperusestop-downstructuredsystemanalysismethod,elab
3、oratedafunctioncomprehensivestafftrainingsystemdevelopmentprocess,operationprocessandsomekeytechnologies.Thispaperconductedaprojectoverview,brieflyintroducesthebackgroundofprojectdevelopment,projectdevelopmentandprojectdevelopmentsignificance;nextisthesystemp
4、lanningstages,throughpracticalinvestigationtothebusinessprocesses,analysisoftheorganizationalstructureofthesystem,thecompletionofthesystemneedsanalysis,feasibilityanalysis,businessprocessanalysisofcurrent,andthroughonthecurrentbusinessprocessoptimization,thes
5、ystem'soperationflow;issystemanalysis,tocompletespecificdataflowanalysisanddatadictionary;systemdesignphasebasicallycompletedthefunctionmoduledivision,databasedesignandsysteminterfacedesign.Inthisstage,thefunctionofeachmodulearedesignedindetail,theformationof
6、thesystemfunctionmodulechart,onthebasisofselectingthesuitabledevelopmentpattern;databasedesigntotheconceptofstructuraldesign,followedbyalogicstructuredesign,finallycompletedthedesignofthedatabasetable.Accordingtoformerseveralstagesoftheanalysisanddesign,thiss
7、ysteminthedesignontheB/Smode,useatthesametimeJSPtechnologyofbasicpagesdesignandfunctionrealization,choosethebackenddatabaseSQLServer2005database。Keywords:Stafftraining,Managementsystem,JSP基于JSP的员工培训系统目录摘要IAbstractII第1章绪论11.1课题背景11.2目的和意义11.3系统设计思想21.4本文的结构2第2
8、章可行性分析32.1业务流程图32.2经济可行性42.3技术可行性52.4运行可行性52.5本章小结5第3章需求分析63.1员工培训管理系统需求分析63.2数据流图63.3本章小结7第4章总体设计84.1系统总体设计84.2数据库设计94.3本章小结14第5章详细设计与实现155.1系统运行环境155.2开发工具及技术介绍155.3系统登录模块165.4系统首页设计185