{$cfg_webname}
主页 > 计算机 > Javaweb >

培训中心管理系统的设计与实现(SSH,MySQL)(含录像)

来源:56doc.com  资料编号:5D20738 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20738
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

培训中心管理系统的设计与实现(SSH,MySQL)(含录像)(毕业论文12000字,程序代码,MySQL数据库)
摘 要
计算机技术发展到今天,已经全面迈向了智能化、集成化、网络化,以计算机技术为代表的信息技术正推动着教育、管理手段、管理方式等发生根本性改变,其强大的功能已被人们所深刻认识,它已进入人类社会的各个领域并发挥这越来越重要的作用。本系统的题目是培训中心管理系统的设计与实现,是针对培训中心信息的综合管理而设计的。
一直以来人们使用传统人工的方式管理培训信息,这种管理方式存在着许多缺点,如:效率低、保密性差,另外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。
本系统采用的是JSP和MYSQL开发,Myelcpse开发工具,采用JDBC方式与后台数据库进行连接,完成数据的添加、修改、删除、查询等功能。本系统为用户提供强大的数据操纵功能,界面友好、使用简单方便,同时基于B/S模式
关键词:MySQL;B/S模式;JSP
 
Abstract
    The development of computer technology today, has been fully towards intelligent, integrated, networked, represented by computer technology and information technology is to promote education, management means, management mode changed, its powerful features have been people's profound understanding, it has entered the human society in various fields and play it is more and more important role. The title of the system is the design and implementation of the management system of the large medical ward, which is designed for the comprehensive management of the hospital ward information。
    The people have since always used the traditional artificial way hotel information management, this management way has many shortcomings, such as low efficiency, poor security, another time a long, will produce the massive documents and the data, for the search, the renewal and the maintenance has brought many difficulties 。
    The system uses JSP and MYSQL development, Myelcpse development tools, using JDBC mode to connect with the back-end database, to complete the data to add, modify, delete, query and other functions. The system provides users with powerful data manipulation function, friendly interface, easy to use, and based on B/S mode.
Keywords : MySQL  B / S mode JSP

本系统是特定某对象使用,登陆系统首先要进行身份验证,验证成功才能对应相应的角色进行使用.以下为三种不同角色的使用功能.
1.系统管理员模块:修改登陆密码、老师信息管理、学员信息管理、系统公告信息管理、培训项目管理、排班管理、成绩管理、培训计划等功能。
2.老师用户模块:修改个人信息、查看系统公告以及查看排班信息。
3.学员用户模块:修改个人信息、培训资料下载、查看系统公告和自己的培训成绩等功能。

 

培训中心管理系统的设计与实现(SSH,MySQL)(含录像)
培训中心管理系统的设计与实现(SSH,MySQL)(含录像)
培训中心管理系统的设计与实现(SSH,MySQL)(含录像)
培训中心管理系统的设计与实现(SSH,MySQL)(含录像)
培训中心管理系统的设计与实现(SSH,MySQL)(含录像)
培训中心管理系统的设计与实现(SSH,MySQL)(含录像)


目  录
摘 要    I
Abstract    II
第1章 绪论    6
1.1 课题背景    6
1.2 目的和意义    6
1.3 国内外研究现状    6
1.4 系统开发环境    7
第2章 可行性分析    8
2.1 经济可行性    8
2.2 技术可行性    8
2.3 操作可行性    8
第3章 需求分析    9
3.1 需求分析    9
3.2 安全性与完整性需求    9
3.3 系统设计的要求    9
3.4 系统功能需求分析    10
3.5 数据库需求分析    10
第4章 系统设计    11
4.1 系统模块设计    11
4.1.1系统总体结构设计原则    11
4.1.2功能需求具体描述    11
4.2 数据库设计    12
4.2.1数据库需求分析    12
4.2.2数据库概念结构设计    13
4.2.3数据库逻辑结构设计    13
第5章 系统实现与详细设计    17
5.1 相关技术介绍    17
5.1.1 JSP技术    17
5.1.2 MYSQL 简介    18
5.1.3 JAVA简介    18
5.2 登录页面    19
5.3 系统管理员页面    21
5.3.1管理老师页面    23
5.3.2管理学员页面    24
5.3.3管理培训项目页面    25
5.3.4管理系统公告页面    26
5.3.5培训计划管理    27
5.4 老师用户主界面    28
5.4.1修改个人信息    29
5.4.2查看排班信息    29
5.5 学员用户功能    30
5.4.1修改个人信息    30
5.4.2查看培训成绩    30
第6章 系统测试    32
6.1 测试的基本概念    32
6.2 软件测试的原因    32
6.3 系统登录测试    33
结  论    34
致  谢    35
参考文献    36

推荐资料