毕业设计说明书
xxx大学网络教学平台
设计与开发
学生姓名: xxxxx 学号: xxxxxxx 计算机科学技术学院
学 院: xxxx
专 业: xxxx 指导教师: 2010年6月
xx大学网络教学平台设计与开发
摘 要
互联网日新月异的发展,标志了一个新时代的到来。利用互联网进行网络教学越来越受到人们的关注,网络教学平台不同于传统意义上教学,它极大的丰富了教学的方法,扩大了教学的空间,是未来教学发展的重要领域。因此开发适用于网络环境下的高质量网络教学平台成为我国教育改革、发展的一个非常重要的课题。本设计以建构主义等学习理论为指导,采用JSP网站开发技术,以java为主要开发语言。本平台实现了资源上传、下载,学生管理,在线答疑等功能。师生通过该平台能进行积极的教学互动,旨在利用该平台为我校教学和管理工作做出最大贡献。
关键词:教学资源,网络教学,师生交流,JSP(Java)
The design and development of the Net teaching platform of
the North university of China
Abstract
The rapid development of the Internet marks the coming of a new era. Utilizing the Internet to teach is substantially bringing great concerns. The Network teaching platform is strikingly distinct from the traditional teaching, which largely enriches the teaching methods, expands the teaching space, and is the most important field in the future teaching development. Consequently, developing the high quality Network teaching platform in the network environment is a crucial issue during the process of our educational reform and development. The design which employs the JSP website development technology, and Java as the development language, is guided by the constructive theory. This platform can make resources uploading and downloading、students management 、 online Q &A and other functions come true. Teachers and students can make active teaching interaction through this platform which aims at making great contributions to our school’s teaching and administration.
Key Words: Teaching platform; Network teaching; teachers and students interaction; JSP(Java)
.
xxxx大学2010届毕业设计说明书
目 录
1 xx大学网络教学平台概述 ............................................ 1 1.1 平台的特点 ...................................................... 1 1.2 系统开发目的 .................................................... 2 1.3 系统的发展趋势 .................................................. 3 1.4 系统的实现目标 .................................................. 3 2 xx大学网络教学平台的需求分析 ...................................... 4 2.1 系统的功能需求 .................................................. 4 2.2 系统的数据需求 .................................................. 5 2.3 系统的性能需求 .................................................. 5 3 xx大学网络教学平台的开发技术 ...................................... 6 3.1 B/S结构简介 ..................................................... 6 3.2 tomcat简介 ...................................................... 6 3.3 JSP简介 ......................................................... 6 3.4 Dream weaver网页编辑工具简介 .................................... 7 3.5 MySQL数据库简介 ................................................. 7 3.6 SQL语言简介 ..................................................... 8 4 xx大学网络教学平台的设计与实现 .................................... 9 4.1 数据库主要表和字段介绍 .......................................... 9 4.1.1 用户表(User) ................................................. 9 4.1.2 资源表(Resource) ............................................. 9 4.1.3 课程总表(Course) ............................................ 10 4.1.4 新闻公告表(Message) ......................................... 10 4.1.5 评论表(Comment) ............................................. 10 4.1.6 专业-课程表(Major_course) ................................... 10 4.1.7 专业表(Major) ............................................... 11 4.2 系统结构设计 ................................................... 11 4.2.1 用户分类及权限分配 ............................................ 11 4.2.2 系统实现的功能 ................................................ 12
第 I 页 共 II 页