课程设计系统
毕业设计(论文)资料
设计(论文)题目:
课程设计系统
课程设计系统
I
摘 要
在 21 世纪这个信息高度发达,并且高速流通的时代,计算机的普及以及计算机网
络技术的应用,让大量普通人能够有机会接触到比以往更多的知识。作为一个以传播知
识为主要职能的机构——学校,建立一个自己的课程设计系统是十分必要的事情,这不
仅能使更多的人享用宝贵的教育资料源,同时也对于提升学校自身的知名度,提高学生
自学能力,有相当大的帮助。
随着互联网技术的飞速发展,利用网络进行辅助教学已经成为时代发展的必然趋势,
建立课程设计系统,尽可能提高优质教学的利用率,对实现人才培养,促进社会经济发
展都能起到十分重要的作用。也可以引导用户主动年该学习,提高学习效率,更为教学
双方提供一个进行写作学习和交流的平台。
针对以上问题,设计开发了课程设计系统系统,本系统前台主要使用 JSP 作为开发
语言,后台使用 Mysql 作为数据库管理系统,开发环境是 MyEclipse,服务器采用 tomcat,
开发出的一个基于 Web 技术的 B/S 结构的基于在线课件发布、在线课件视频发布、在线
考试一体的管理系统。
关键词:课程管理,WEB,JSP,B/S 结构
课程设计系统
II
ABSTRACT
In twenty-first Century this information is highly developed, and the high circulation
time, the popularity of computer and the application of computer network technology, make a
large number of ordinary people can have access to more knowledge. As a knowledge as the
main functions of the body -- school, set up a high-quality goods curriculum website is very
necessary things, it not only makes more people to get valuable educational information
source, but also school to enhance their visibility, improve students' self study ability, there is
considerable help.
With the rapid development of Internet technology, the use of network aided teaching
has become the development trend of the times, build high-quality goods curriculum website,
as far as possible to improve the quality of teaching utilization, to achieve the training,
promoting social and economic development will play a very important role. Can also guide
the user active years of the study, to improve learning efficiency, more teaching both sides to
provide a platform for the exchange of learning and writing.
In view of the above problems, design and development of the Innovation Park website
system, this system mainly uses the JSP as a development language, the use of Mysql as
database management system, the development environment is MyEclipse, server using
tomcat, developed a Web technology based on B/S structure based on online courseware
publishing, online courseware video publishing, online examination integrated management
system.
Key words: teaching management, WEB, JSP, B/S structure
课程设计系统
III
目 录
摘 要....................................................................................................................I
ABSTRACT .........................................................................................................II
第一章 绪论.........................................................................................................1
1.1 课题背景........................................................................................................................1
1.2 目的和意义....................................................................................................................1
1.3 开发工具及技术............................................................................................................2
1.3.1 开发工具..............................................................................................................2
1.3.2 JSP........................................................................................................................2
1.3.3 JavaScript.............................................................................................................3
1.3.4 Struts 2 简介 ........................................................................................................4
1.3.5 Hibernate 简介.....................................................................................................4
1.4 软硬件需求....................................................................................................................5
第二章 需求分析.................................................................................................6
2.1 需求调研........................................................................................................................6
2.2 可行性分析....................................................................................................................6
2.2.1 技术的可行性......................................................................................................6
2.2.2 经济的可行性......................................................................................................6
2.2.3 操作可行性..........................................................................................................6
2.2.4 法律的可行性......................................................................................................6
2.3 系统用户用例图............................................................................................................7
2.3.1 管理员用例图......................................................................................................7
2.3.2 教师用例图..........................................................................................................7
2.4 功能模块需求分析........................................................................................................8
2.5 设计的基本思想............................................................................................................8
2.6 性能需求........................................................................................................................9
2.6.1 系统的安全性......................................................................................................9
2.6.2 数据的完整性......................................................................................................9
2.7 界面需求........................................................................................................................9
第三章 系统分析与设计...................................................................................10
3.1 数据库的分析与设计..................................................................................................10
3.1.1 数据库的概念结构设计....................................................................................10
3.1.2 数据库的逻辑结构设计....................................................................................14
3.1.3 数据库的连接原理............................................................................................16
3.2 中文乱码问题处理......................................................................................................17
课程设计系统
IV
第四章 系统功能实现.......................................................................................19
4.1 系统登陆页面实现......................................................................................................19
4.2 管理员功能模块..........................................................................................................21
4.2.1 优秀成果管理....................................................................................................22
4.2.5 公告信息管理....................................................................................................23
4.2.6 留言信息管理....................................................................................................24
4.2.7 修改密码............................................................................................................24
4.2.8 退出系统............................................................................................................25
4.3.2 视频管理............................................................................................................25
4.4 前台网站模块..............................................................................................................26
4.4.1 网站首面............................................................................................................26
4.4.2 用户注册............................................................................................................26
4.4.3 系统留言板功能................................................................................................27
第五章 系统测试...............................................................................................29
5.1 系统测试目的与意义..................................................................................................29
5.2 测试过程......................................................................................................................29
5.2.1 主页面的登录模块测试....................................................................................29
5.3 其他错误......................................................................................................................30
结 论.................................................................................................................31
参考文献.............................................................................................................32
致 谢.................................................................................................................33