教学网站
论 文 作 者 姓 名 :
申 请 学 位 专 业 :
申 请 学 位 类 别 :
指导教师姓名(职称):
论 文 提 交 日 期 :
摘 要
计算机网络课程是建立在以网络为基础的一种教学方式,它的及时性,互动
性,以及模拟演示等方面,是传统教学无法逾越的,它有着传统教学方式无法比
拟的优势。 计算机网络课作为现代远程教育的重要组成部分在保障教学效果方
面起着不可替代的作用,已经获得了越来越多的人青睐。但是由于它的发展起步
较晚,技术上还很不成熟。
本设计的开发是基于 B/S 结构,采用 ASP.NET 程序设计语言及 SQL Server
2005 数据库进行开发;论文首先阐述了基于 B/S 模式的校园学习平台的开发,
并对该系统进行了较详细的需求分析;然后探讨了该系统需要实现的设计方案,
该系统主要包括前台:学生注册、新闻介绍、学习资源、学习指导、就业指导、
在线提问、联系我们;后台:用户管理、新闻管理、学习资源管理、系统管理等
功能模块。最后,在测试与分析过程中,该系统表现出了运行稳定、可靠和实用
等特性,具有一定的实用价值。
关键词: 校园学习平台;B/S 结构;数据库
Abstract
The computer network curriculum is to establish a teaching mode based on
network, its timeliness, interaction, and simulate demo, is the traditional education is
unable to overstep, it has a traditional teaching mode incomparable advantages.
Computer network course as an important part of modern distance education plays an
irreplaceable role in guaranteeing the teaching effect, has been favored by more and
more people. But it develops relatively late, the technology is not very mature.
Development of this design is based on B/S structure, using ASP.NET
programming language and SQL Server 2005 database development; this paper
describes the development of learning platform based on B/S mode of the campus,
and the system has been a detailed demand analysis; and then discusses the system
needs to achieve the design, this system mainly includes front desk: student
registration, news, learning resources, learning guidance, employment guidance,
online questions, contact us; background: user management, news management,
learning resource management, system management and other functional modules.
Finally, through testing and analyzing, it shows this system is stable, reliable and
practical characteristics, has a certain practical value.
Key words: Network Course; B / S structure; database
目录
1 引言 .......................................................................................................................................................1
1.1 课题背景.........................................................................................................................................1
1.2 本课题研究的意义.........................................................................................................................1
1.3 本课题的研究思路和方法.............................................................................................................2
1.4 本文的主要工作.............................................................................................................................2
2 开发工具介绍 .......................................................................................................................................4
2.1 .NET 介绍..........................................................................................................................................4
2.2 MYECLIPSE 介绍 ..............................................................................................................................5
2.3 SQL SERVER2005 数据库 ...............................................................................................................6
2.4 BROWSER/SERVER(B/S)结构......................................................................................................7
3 需求分析及设计方案...........................................................................................................................8
3.1 需求分析.........................................................................................................................................8
3.2 设计方案.........................................................................................................................................8
3.2.1 系统功能 .............................................................8
3.2.2 系统结构 .............................................................8
4 具体设计流程及实现.........................................................................................................................10
4.1 数据库设计...................................................................................................................................10
4.1.1 数据库需求分析及 E-R 图 ..............................................10
4.1.2 数据表具体设计 .......................................................10
5 系统运行及测试与分析.....................................................................................................................13
5.1 系统的运行...................................................................................................................................13
5.1.1 网站首页 ............................................................13
5.1.2 管理员登入界面 ......................................................13
5.1.3 后台管理首页 ........................................................14
5.1.4 留言管理 ............................................................14
5.1.5 网站管理 ............................................................14
5.1.6 会员管理 ............................................................15
5.1.7 新闻管理 ............................................................15
5.1.8 资源管理 ............................................................15
5.1.9 会员注册 ............................................................16
5.1.10 会员个人信息 .......................................................16
5.1.11 资源查看 ...........................................................16
5.2 测试与分析 ...................................................................................................................................17
结 论 .................................................................................................................................................19
参考文献 .................................................................................................................................................20
致 谢 .................................................................................................................................................21