【网学提醒】:本文主要为网上学习者提供Intel开放实验室网站数据库的建立与实现,希望对需要Intel开放实验室网站数据库的建立与实现网友有所帮助,学习一下吧!
资料包括: 论文(43页15801字) 源码 图纸
说明:【摘 要】 本文介绍了
计算机学院Intel开放实验室基于Internet的实验网站的建立过程,包括其规划、设计、服务器配置、网页制作、后台数据库设计、中间件连接及调试。着重介绍了后台SQL SERVER大型数据库的实现:按浏览者权限控制浏览实验内容,学生按要求完成并提交实验报告单,教师批改实验报告单,及在线答疑(师生信息交互)等互动服务功能。
为了实现以上服务功能,我们选择的方案是:
1.使用Windows 2000 Server作为网站的操作系统、IIS(Internet Information Server)作为Web服务器。
2.使用Dreamweaver制作简洁直观的网页,用于布局安排和颜色设置。
3.使用Editplus编写脚本,主要使用
asp( Active Server Pages)编写实验教学的交互性的应用
程序、控制浏览者的访问权限级别,并部分使用了JAVA Script编写动态网页。
4.使用SQL Server 2000 作为学生信息管理、实验报告单存取以及浏览者信息等的后台支持数据库。
【Abstract】This article introduces the creation process of the laboratory website of computer college Intel open laboratory based on the Internet. Include planning and designing the website、configuration of server、making web pages、designing the Data Base、middleware linking、debugging。Emphatically introduces the large Data Base SQL Server to realize the interactive service function as follows: browse the web pages with the authority,the students can submit the experiment report forms as required,the teachers can comment on and correct the experiment report forms,and reply the questions online。
In order to realize these function,the formula we selected as follows:
1、The operating system is Windows 2000 Server,the web server is IIS(Internet Information Server)。
2、Using Dreamweaver to make laconic web pages,especially for layout and color setting。
3、Using Editplus to programming script,mainly using ASP(Active Server Pages) to programming interactive application programs for the experiment teaching and controlling the authority of visitors,and partly using Java Script to programming active web pages。
4、Using SQL Server as the background Data Base to support the administration of the students and the accession of the experiment report forms 。
【关键词】远程教学、数据库、Internet、Web、Windows 2000 Server、IIS、SQL Server 2000、ASP、ADO、ODBC、DSN。
【KeyWords】Long Distance Teaching、Database、Internet、Web、Windows 2000 Server、IIS、SQL Server2000、ASP、ADO、ODBC、DSN。
目录:引言
正文
第一章 概述
1.1 系统方案
1.2 系统构架
第二章 SQL SERVER 2000 数据库
2.1 SQL SERVER 2000基本知识
2.2 怎样设计Intel开放实验室项目数据库
2.2.1 项目需求分析
2.2.2 功能模块设计
2.2.3 项目数据库逻辑设计
2.2.4 项目数据库物理设计
2.3 建立项目数据库结构
2.4 建立数据对象
2.4.1 创建数据表
2.4.2 创建视图
2.4.3 创建关系图
第三章 SQL SERVER 2000与ASP架构网页数据库
3.1 怎样通过WEB访问数据库
3.1. 1 访问过程
3.1.2 WEB服务器的功能
3.1.3 IIS与ASP简介
3.2 ADO 数据库访问技术
3.2.1 ADO概念
3.2.2 怎样利用ADO访问数据库
3.2.3 ADO对象
3.3 完整的ASP数据库访问方案
3.3.1 怎样建立ODBC数据源
3.3.2 打开数据库的方法
第四章 数据库的安全
4.1 SQL SERVER的登录
4.2 管理SQL SERVER登录
4.3 数据库用户
4.4 权限管理
第五章 站点的建立
5.1 找到默认站点
5.2 利用默认站点建立网站
5.3 新添加站点来建立网站
5.4 站点的日常管理
结论
参考文献
作者点评:到目前为止,我们通过这个具体的Intel开放实验室开发项目,基本上把如何建立Intel开放实验室项目数据库的过程讲清楚了。
本实验网站基本上达到了要求:学生可以通过网络计算机进行
计算机实验操作,包括选择实验类别,提交实验报告单,进行成绩查询以及留言等。教师可以批改学生提交的实验报告单,
查询测试情况结果,以及对学生留言的回复、删除等。可以说该网站同现实中的考试很大程度上达到了一致的效果。
并且能在网络上很好地实际运行。