基于数据库,aspnet上的网上辅助教学系统的开发与应用.doc
约27页DOC格式手机打开展开
基于数据库,aspnet上的网上辅助教学系统的开发与应用,论文标准word格式排版摘 要本文主要介绍了我们开发的网上辅助教学系统的网站。此网站能够实现学生从题库中抽取题目,回答题目,老师向题库中添加题目,修改题目及管理员添加用户,删除用户等功能。文中介绍了制作此网站所需要的开发工具及开发过程中所应用到的各种实用技术,总体上列举了整个网站的组成和基本功能的实现,并且详细介绍了网...
内容介绍
此文档由会员 莎士比亚 发布
论文标准WORD格式排版
摘 要
本文主要介绍了我们开发的网上辅助教学系统的网站。此网站能够实现学生从题库中抽取题目,回答题目,老师向题库中添加题目,修改题目及管理员添加用户,删除用户等功能。文中介绍了制作此网站所需要的开发工具及开发过程中所应用到的各种实用技术,总体上列举了整个网站的组成和基本功能的实现,并且详细介绍了网站数据库的搭建和用户登陆功能的实现。
关键字 SQL server数据库,ASP.NET,ADO.NET,SQL
Abstract
Title:SQL,ASP.NET Network teaching system
This article introduces the web server of network teaching system that we designed. In the web server of network teaching system, student cramp out the title, answer the title from it, teacher add to the title, amend the title in it, manager add to the user, delete the user in it. In the artitle, we list several technologies used in the software, tell every modules’ function together with its implement summarily, and discuss the SQL server 2000 database and user to land function.
Keyword
SQL server database,ASP.NET,ADO.NET,SQL
内 容 目 录
摘 要 1
Abstract 2
第一章 前言 6
1.1 论文背景介绍 6
1.2 问题提出 6
第二章 开发工具以及语言环境的选择 7
2.1 SQL server 7
2.2 关系数据库标准语言SQL 9
2.3 ASP.NET 10
2.4 ADO.NET访问数据库的原理及优势 11
第三章 网站总体设计及功能分析 13
3.1 总体构成设计 13
3.1.1 总体设计分析 13
3.1.2 系统构成 13
3.2 系统功能分析 14
第四章 数据库设计与登陆功能的实现 15
4.1 数据库的搭建 15
4.1.1 数据库中表单及关系图的建立 15
4.1.2 数据库与网页连接方法分析 19
4.2 系统登陆功能 20
4.2.1 系统登陆功能的主要代码及其实现 20
第五章 总结 23
参考文献 24
致 谢 25
图 目 录
图2-1 SQL企业管理器 8
图2-2 ASP.NET系统结构模型 10
图3-1 系统构成图 14
图4-1 数据库关系图 18
图4-2 系统登陆界面 20
摘 要
本文主要介绍了我们开发的网上辅助教学系统的网站。此网站能够实现学生从题库中抽取题目,回答题目,老师向题库中添加题目,修改题目及管理员添加用户,删除用户等功能。文中介绍了制作此网站所需要的开发工具及开发过程中所应用到的各种实用技术,总体上列举了整个网站的组成和基本功能的实现,并且详细介绍了网站数据库的搭建和用户登陆功能的实现。
关键字 SQL server数据库,ASP.NET,ADO.NET,SQL
Abstract
Title:SQL,ASP.NET Network teaching system
This article introduces the web server of network teaching system that we designed. In the web server of network teaching system, student cramp out the title, answer the title from it, teacher add to the title, amend the title in it, manager add to the user, delete the user in it. In the artitle, we list several technologies used in the software, tell every modules’ function together with its implement summarily, and discuss the SQL server 2000 database and user to land function.
Keyword
SQL server database,ASP.NET,ADO.NET,SQL
内 容 目 录
摘 要 1
Abstract 2
第一章 前言 6
1.1 论文背景介绍 6
1.2 问题提出 6
第二章 开发工具以及语言环境的选择 7
2.1 SQL server 7
2.2 关系数据库标准语言SQL 9
2.3 ASP.NET 10
2.4 ADO.NET访问数据库的原理及优势 11
第三章 网站总体设计及功能分析 13
3.1 总体构成设计 13
3.1.1 总体设计分析 13
3.1.2 系统构成 13
3.2 系统功能分析 14
第四章 数据库设计与登陆功能的实现 15
4.1 数据库的搭建 15
4.1.1 数据库中表单及关系图的建立 15
4.1.2 数据库与网页连接方法分析 19
4.2 系统登陆功能 20
4.2.1 系统登陆功能的主要代码及其实现 20
第五章 总结 23
参考文献 24
致 谢 25
图 目 录
图2-1 SQL企业管理器 8
图2-2 ASP.NET系统结构模型 10
图3-1 系统构成图 14
图4-1 数据库关系图 18
图4-2 系统登陆界面 20