基于web的实验室管理系统论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
基于web的实验室管理系统
摘要
在学校实验室的管理中,发现了一些问题,其中如:在统筹安排各班级上实验课的时间需要人工实现,而且经常会出现同时有多个班级要使用实验室的冲突,并且调课后没有及时通知老师和班级同学。为了方便实验室的管理,我们提出利用网络来管理实验室的上机情况。以学校的网络实验室为背景,开发一个基于web的实验室管理系统。
本课题的开发需要采用一种适合于数据库编程,web多媒体开发,而且具备同时访问多种数据库功能的开发语言与工具,在当前,asp是在web编程中比较盛行的数据库开发技术。Asp在数据库间的异构连接,轻松地存取各种数据。此外,asp易学易用,短期内即可掌握,使编程难度降低。使用asp开发网络数据库,可以同html语言相互嵌套;而且可以适合于各种浏览器。因此,使用asp 开发网络数据库,并配合动态网页技术,适应于基于web程序的发展,也是开发本系统的理想技术。
关键词web开发,asp,动态网页技术
Title L ab's managing system based on web
Abstract
T here were a lot of problems in the lab of our school, for instance, we needed to arrange the time of experiment by hand, and the conflict that the lab was used by many classes at the same time appeared frequently.M oreover, it was not in time to notice students and teachers after changing lessons. W e advise to manage the lab system by network for managing the lab conveniently setting by the school's lab, we invent the Lab's managing system based on web.
W e need a language and a tool that is fit for data-base programming, web-multimedia, and can visit different kinds of the function of the date-base simultaneously. At present, ASP is a more popular date-base exploring technology than others which are contained in the web programming. T he different component links of ASP in the data-base can easily save and gain all the data. I n addition,ASP is easy to learn and to use, which can be mastered in a short term, as well as reduce the difficulties in programming. W e would exploit the net-data-base by using ASP and html across.
A lso, ASP is fit for all kinds of browsers. T hus, it is propitious to develop the programming based on web by using asp to exploit net-data-base and the technology of dynamic web combined. A lso, it is an ideal technology to exploit this system.
Keywords ASP, web exploit, dynamic web technology.
第 1 页共36 页
目录
1.1引言 (3)
1.2课题研究背景 (3)
1.3 问题定义 (4)
1.4 可行性报告 (4)
2系统需求分析报告 (6)
2.1引言 (6)
2.2任务概述及任务流分析 (6)
2. 3数据流图分析及数据描述 (7)
2.4功能需求 (10)
2. 5性能需求 (10)
2.6其它需求 (11)
3 系统设计说明书 (12)
3.1引言 (12)
3.2 任务概述 (12)
3.3总体设计 (12)
3.4 接口设计 (15)
3. 5数据结构设计 (16)
3. 6运行设计 (18)
3.7出错设计 (18)
3. 8安全保密设计 (18)
3. 9维护设计 (18)
4 主要程序详细设计说明书 (20)
4.1引言 (20)
4.2任务概述 (20)
4.3总控部分设计 (20)
5 用户手册 (25)
5.1系统简介 (25)
5.2 主要功能 (25)
5.3 运行环境 (25)
5.4软件环境安装 (26)
5. 5数据存取机制 (26)
5. 6 操作说明 (27)
6 系统评价 (29)
6.1系统的特点 (29)
6.2系统的优点和缺点 (29)
6.3设计收获与体会 (29)
参考资料 (31)
致谢 (32)
第 2 页共36 页