应用asp技术来开发的网上电子教案管理系统.doc
DOC格式手机打开展开
应用asp技术来开发的网上电子教案管理系统,应用asp技术来开发的网上电子教案管理系统全文56页约14000字论述翔实摘要随着科学技术的不断发展,互联网已经逐步把人们“地球村”的理想变成现实。本文主要阐述了asp的工作原理、activex组件、asp访问数据库原理以及应用asp技术来开发设计一个网上电子教案管理系统。本系统使用asp(vbscript脚本),还使...
内容介绍
此文档由会员 痴狂少年 发布
应用ASP技术来开发的网上电子教案管理系统
全文56页 约14000字 论述翔实
摘 要
随着科学技术的不断发展,互联网已经逐步把人们“地球村”的理想变成现实。本文主要阐述了ASP的工作原理、ActiveX组件、ASP访问数据库原理以及应用ASP技术来开发设计一个网上电子教案管理系统。
本系统使用asp(vbscript脚本),还使用了FrontPage和dreamweaver等网页开发工具。数据库使用的是access作为后台。老师具有对教案进行分类管理和上传的功能,学生可以在网上在线阅览,对word文档和压缩文件可以进行下载观看,学生观看完教案后可以在留言板上发表意见。并可留下email地址,以便老师反馈你的信息。本系统还有一个论坛,老师和学生还可以通过论坛进行留言和交流。本系统设置一个超级管理员,可以对不合乎要求的会员进行删除,还可以对论坛的言论进行管理,对一些不文明的发言可以进行删除。
论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。
关键词:Asp,IIS,vbscript Access,留言板
Abstract
The constant development with science and technology, Internet has already turned the ideal of people's" global village" into reality progressively,The text mostly expounds the wrought theory of ASP, ActiveX subassembly, ASP visit data library theory as well as how to apply ASP technology to exploit and design one net upper teaching notes supervise system.
This system is used asp (vbscript), has also used developing instrument of web page, such as FrontPage and dreamweaver, etc. What the database is used is that access is done for the backstage supporter. Teacher have classify managing and get on the function spread to the teaching notes, the student can read online on the net, Compress file go on and download and watch, student finish watching can express an opinion at the message board after the teaching notes to word file. And can leave email address, so that the teacher feedbacks your information. This system easy to have one a piece of forums, teacher and student stay and make peace to exchange through the forum. This system sets up a super janitor, can delete to the member not conforming with the request, Can also carry on management to the speech on the forum, can delete to some speech not civilized
The thesis mainly give information of the development background information of this question for study、the functions going to be accomplished、the whole process of development.It emphatically illustrated the emphasis of designing the system、the idea of design、the difficult technology、the solvent.
Key Words: Asp IIS Vbscript Access message board
目 录
摘 要 I
ABSTRACT II
目 录 III
1 绪 论 1
2 开发环境的选择 3
2.1 ASP 3
2.2 DREAMWEAVER MX 2004 5
2.4 运行环境 7
3 系统需求分析 9
3.1 系统开发背景 9
3.2 系统功能需求 9
3.3 系统性能需求 10
4 系统设计 12
4.1目标设计 12
4.2设计思想 12
4.3系统的结构 13
4.4系统功能分析与设计 13
5 数据库的设计和实现 15
5.1 数据库的需求分析 15
5.2 数据库的逻辑设计 15
5.2 后台数据库的配置 18
5.3 用ADO实现访问数据库 20
6 各项功能的实现 22
6.1首页的构思 22
6.2管理员登陆 23
6.3管理后台的实现 24
6.4教师注册功能 36
6.5教师登陆发布管理功能的实现 37
6.6搜索功能的实现 39
6.7教师列表 41
6.8课程列表 43
6.9答疑功能的实现 44
7 系统测试与评价 45
7.1系统测试 45
7.2常见问题 46
7.3系统评价 47
结 束 语 48
参考文献 49
致 谢 50
部分参考文献
[3] 林志强 著. asp电子商务设计实务. 中国铁道出版社,2000.1
[4] A.Keyton Weissinger 著. ASP in a Nutsbell. 中国电力出版社,2001
[5] 天创工作室著. ASP网页制作实战步步通. 人民邮电出版,2001.6
[6] 石志国 王志良等著 ASP精解案例教程 清华大学出版社,2004.1
全文56页 约14000字 论述翔实
摘 要
随着科学技术的不断发展,互联网已经逐步把人们“地球村”的理想变成现实。本文主要阐述了ASP的工作原理、ActiveX组件、ASP访问数据库原理以及应用ASP技术来开发设计一个网上电子教案管理系统。
本系统使用asp(vbscript脚本),还使用了FrontPage和dreamweaver等网页开发工具。数据库使用的是access作为后台。老师具有对教案进行分类管理和上传的功能,学生可以在网上在线阅览,对word文档和压缩文件可以进行下载观看,学生观看完教案后可以在留言板上发表意见。并可留下email地址,以便老师反馈你的信息。本系统还有一个论坛,老师和学生还可以通过论坛进行留言和交流。本系统设置一个超级管理员,可以对不合乎要求的会员进行删除,还可以对论坛的言论进行管理,对一些不文明的发言可以进行删除。
论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。
关键词:Asp,IIS,vbscript Access,留言板
Abstract
The constant development with science and technology, Internet has already turned the ideal of people's" global village" into reality progressively,The text mostly expounds the wrought theory of ASP, ActiveX subassembly, ASP visit data library theory as well as how to apply ASP technology to exploit and design one net upper teaching notes supervise system.
This system is used asp (vbscript), has also used developing instrument of web page, such as FrontPage and dreamweaver, etc. What the database is used is that access is done for the backstage supporter. Teacher have classify managing and get on the function spread to the teaching notes, the student can read online on the net, Compress file go on and download and watch, student finish watching can express an opinion at the message board after the teaching notes to word file. And can leave email address, so that the teacher feedbacks your information. This system easy to have one a piece of forums, teacher and student stay and make peace to exchange through the forum. This system sets up a super janitor, can delete to the member not conforming with the request, Can also carry on management to the speech on the forum, can delete to some speech not civilized
The thesis mainly give information of the development background information of this question for study、the functions going to be accomplished、the whole process of development.It emphatically illustrated the emphasis of designing the system、the idea of design、the difficult technology、the solvent.
Key Words: Asp IIS Vbscript Access message board
目 录
摘 要 I
ABSTRACT II
目 录 III
1 绪 论 1
2 开发环境的选择 3
2.1 ASP 3
2.2 DREAMWEAVER MX 2004 5
2.4 运行环境 7
3 系统需求分析 9
3.1 系统开发背景 9
3.2 系统功能需求 9
3.3 系统性能需求 10
4 系统设计 12
4.1目标设计 12
4.2设计思想 12
4.3系统的结构 13
4.4系统功能分析与设计 13
5 数据库的设计和实现 15
5.1 数据库的需求分析 15
5.2 数据库的逻辑设计 15
5.2 后台数据库的配置 18
5.3 用ADO实现访问数据库 20
6 各项功能的实现 22
6.1首页的构思 22
6.2管理员登陆 23
6.3管理后台的实现 24
6.4教师注册功能 36
6.5教师登陆发布管理功能的实现 37
6.6搜索功能的实现 39
6.7教师列表 41
6.8课程列表 43
6.9答疑功能的实现 44
7 系统测试与评价 45
7.1系统测试 45
7.2常见问题 46
7.3系统评价 47
结 束 语 48
参考文献 49
致 谢 50
部分参考文献
[3] 林志强 著. asp电子商务设计实务. 中国铁道出版社,2000.1
[4] A.Keyton Weissinger 著. ASP in a Nutsbell. 中国电力出版社,2001
[5] 天创工作室著. ASP网页制作实战步步通. 人民邮电出版,2001.6
[6] 石志国 王志良等著 ASP精解案例教程 清华大学出版社,2004.1