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

在线学习平台之实验教学中心网站设计(SSH,SQLServer)(含录像)

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

在线学习平台之实验教学中心网站设计(SSH,SQLServer)(含录像)(任务书,开题报告,中期检查表,外文翻译,毕业论文10000字,程序代码,SQLServer数据库,答辩PPT,答辩视频录像)
摘要
随着计算机和网络技术的发展,网络在教育领域发挥着越来越重要的作用,因此这一新的教育模式,网络教育模式随之产生。网络教学是高校的深入发展,但其教学效果并不尽如人意。其中最重要的原因是高质量的通用网络教学平台的缺乏。
基于网络教学平台的发展现状,分析了国内外,本系统设计并实现了基于J2EE技术的通用网络教学管理平台。网络教学平台的开发和实现过程中,使用以下工具和技术。如:struts2,hibernate,spring等对。系统的主要功能如下:
1、管理员添加,删除和修改查询教师信息学生信息,班级信息,班级课程表,公告和进口上述信息与Excel等。
2、教师发布和管理通知,在线管理各类上传学习资料,布置作业,批改作业,给予评论,回答学生的问题,分析学生的讨论。
3、学生可以查询和下载学习资料上传到系统,学生也可以观看在线视频和研究教师布置的作业并提交未过期的作业。此外,学生可以查看老师的评语和优秀的作业,问老师问题和参与课堂讨论。
本文设计和研究的在线学习系统由后台管理、教师学习管理和学生学习管理三个子系统组成。它具有以下特点:一是操作简便,界面友好;二是功能较全面;三是功能较强大,具有通用性,因此本系统能够满足我们学院日常学习的要求,并且具有强大的应用价值。
关键词:在线学习;sqlserver;Struts2;Hibernate3;J2EE架构
 
Online teaching system design and development
ABSTRACT
With the development of computer and network technology, the network plays more and more important role in the educational fields,So this new educational model,networking education model occurred. The network teaching is developing thoroughly in university, but the teaching effect is not entirely satisfactory.One of the most important reasons is the lack of the high quality universal network teaching platform.
Based on the analysis of present situation of network teaching platform development in the domestic and foreign,this system has been designed and realized universal network teaching management platform using the J2EE technology.During the development and realization of The Network Teaching Platform , the follows tools and technology are used .Such as : Struts2, Hibernate, Spring and so on.The functions of the system are follows:      
First, administrator adding, deleting querying and altering teacher information student information, class information, class course tables, bulletins and importing the above information with Excel.
Second, teacher releasing and managing inform, managing all kinds of the uploaded study materials, giving homework, correcting homework and giving comment, answering student’s problems online, taking part in student’s discussion and managing the content.
Third, student can receive the teacher’s notice, query and download the study materials uploaded by teacher and student can also watch the study video online and view homework given by teacher and submit the not expired homework. Moreover, student can view the teacher’s comment and the excellent homework, ask teacher for questions and participate in the class discussion too.
The online teaching management platform is composed of three subsystems,the administrator management,the teacher teaching management and the student study.The platform has the following features:First,the operation is simple and the surface is friendly;Second,the platform is comprehensive in function;Third, the platform with power function and has the universal characters can meet the requirement of the teaching activities of our college so this system has strong application value.
Keywords:online teaching; sqlserver; Struts2; Hibernate3; J2EE
 
本在线教学系统分为学生界面,教师界面和后台管理员界面,在此,出于安全性问题的考虑,我们设置了登录模块,本在线学习系统的三个用户只有通过登录验证后才能转入相应的使用页面。
下面是三个模块的具体功能:
本在线学习系统中的学生信息管理模块的主要功能包括如下:
1)    下载作业:学生可以通过该功能模块实现网上下载作业。
2)    上传作业:学生可以通过该功能模块来上传自己完成的作业,以便老师及时批阅。
3)    下载学习音视频:学生可以通过该功能模下载学习视频、音频。
4)    在线留言:生可以通过该功能模块实现在线提问。
这里有一点我们必须要说明,该系统中每个学生都应该有一个初始的用户名和密码,一般情况下,实际使用的用户名应该为此学生的学号,这样使得每个学生都只有一个号,不会重复。而且在后台数据库中,我们必须建立学生信息表来存储和管理每个学生的信息,如班级,学号,性别,密码,姓名,专业等。显然应当把每个学号作为该表的主键,不可重复,这样就可以作为唯一表明学生身份的一项。
本系统中教师管理模块的主要功能包括如下:
1)    上传布置的作业:教师通过该功能模块来上传给学生布置的作业。
2)    上传学习音视频:教师通过该功能模块来给上传课堂学习视频、音频。
3)    在线答疑: 教师通过该功能模块进行在线答疑。
本系统中管理员模块的主要功能包括如下:
1)    增删改留言信息:管理员通过该功能模块来显示留言信息并进行增加删除更改操作。
2)    增删改学习信息:管理员通过该功能模块来显示学习信息并进行增加删除更改课程信息的更新操作。
3)    增删改公告、新闻信息:管理员通过该功能模块来显示主要公告和新闻信息,并进行增加删除更改的操作。
 

在线学习平台之实验教学中心网站设计与开发(SSH,SQLServer)(含录像)
在线学习平台之实验教学中心网站设计与开发(SSH,SQLServer)(含录像)
在线学习平台之实验教学中心网站设计与开发(SSH,SQLServer)(含录像)
在线学习平台之实验教学中心网站设计与开发(SSH,SQLServer)(含录像)
在线学习平台之实验教学中心网站设计与开发(SSH,SQLServer)(含录像)
在线学习平台之实验教学中心网站设计与开发(SSH,SQLServer)(含录像)
在线学习平台之实验教学中心网站设计与开发(SSH,SQLServer)(含录像)
在线学习平台之实验教学中心网站设计与开发(SSH,SQLServer)(含录像)
在线学习平台之实验教学中心网站设计与开发(SSH,SQLServer)(含录像)


目录
1    绪论    1
1.1    课题背景    1
1.2    研究目的及意义    2
2    系统分析    3
2.1    需求分析    3
2.1.1 功能需求    3
2.1.2 性能需求    4
2.2    功能分析    4
2.3    可行性分析    5
2.3.1 经济可行性    5
2.3.2 技术可行性    6
2.3.3 操作可行性    7
2.4    业务流分析    7
2.5 数据流分析    8
2.6 数据字典    9
3    系统设计    13
3.1    登录模块设计    13
3.2    老师模块    13
3.3    学生模块    14
3.4    管理员模块    15
4    系统实现    16
4.1    教师学习实现    16
4.1.1 注册及登录模块    16
4.1.2 上传作业模块    17
4.1.3 下载学生作业模块    18
4.1.4 上传学习视频模块    18
4.1.5 留言模块    18
4.2    学生学习实现    19
4.2.1 注册及登录模块    19
4.2.2 下载老师作业模块    21
4.2.3 下载学习视频模块    21
4.2.4 留言模块    22
4.3    管理员模块实现    22
4.3.1 管理员登录    22
4.3.2 留言管理    23
4.3.3 学习音视频管理    24
4.3.4 新闻公告管理    25
5    系统测试    26
5.1    软件测试    26
5.2    测试结果    26
总结    28
参考文献    29
致谢    30

推荐资料