摘 要
本系统是根据现代化校园的发展而设计的基于B/S模式的医疗机械与食品学院-------远程试验室系统。
系统主要划分为二个模块:学生管理与教师管理模块。不同权限用户登陆后可进行不同的操作。学生用户则可以查看试验内容与要求,提交试验报告,修改个人资料等等;教师用户能够进行布置试验、管理试验,查寻与搜索学生上传的试验报告,班级管理、个人资料管理等等。
整个设计适用于Internet发布,后台为服务器端的MS Access2000数据库,前台使用ASP技术设计网页。系统的操作简单方便,界面美观。
本文分为绪论、可行性分析、需求分析、程序设计与实现、测试与编码等几部分主要内容,详细介绍了本教学交流系统从立项到具体实施直至生成实用性的远程试验室系统网站所涉及的主要问题和细化落实过程中的具体实现方法。
关键词: ASP;远程试验室系统;ADO
Abstract
This system is the development but design that the basis modernizes the campus of according to the medical treatment machine and food colleges of the mode of B/ S- Long range laboratory system.
The system mainly divides the line to two mold pieces:The student manages to manage the mold piece with teacher.The different legal power customer debarkation can carry on the different operation behind.Student's customer then can look in to experiment the contents and request, handing over to experiment the report, modifying personal data etc.;Teacher's customer can carry on arrange to experiment, the management experiment, check to look for and search the student to spread up on trial report, class management,personal data management etc..
The whole design is applicable to the Internet to release, backstage for the database of MS Access2000 that server carry, the stage usage ASP technique design web page.The operation of the system is in brief convenient, interface beauty.
This text is divided into the introduction, viability assessment, the need analysis, program design and realization, tests and codes several part of main contentses of etc., detailed introduced this teaching exchanges system from sign the key problem that the item long range laboratory system website that keeps to the born function to the concrete implement involve and thin turn to carry out the process in of concrete carry out the method.
Keywords: ASP; Long range laboratory system; ADO
目录
摘 要... 1
Abstract. 2
1.绪论... 4
1.1 设计的背景和意义... 4
1.2 教学交流系统的目标... 4
2. 开发工具简介... 5
2.1 ASP简介... 5
2.1.1 ASP的背景[1] 5
2.1.2 运行 ASP 所需的环境[2] 6
2.1.3 Active Server Pages特性[3] 7
2.2 Access2000简介[4] 9
3.系统的可行性研究和需求分析[5] 11
3.1 可行性研究... 11
3.1.1 可行性研究的任务... 11
3.1.2 对本系统的可行性研究... 11
3.2 需求分析... 12
3.2.1 需求分析的任务... 12
3.2.2 对本系统的综合要求... 12
4. 系统设计... 13
4.1 系统目标设计... 13
4.2 系统功能分析与设计... 13
4.3 数据库的设计与实现... 14
4.3.1 数据库的需求分析... 14
4.3.2 数据库的逻辑设计... 14
5.系统具体功能实现... 16
5.1 后台数据库的配置... 16
5.2 安装PWS(Personal Web Server)[6] 16
5.2.1 在Windows98中安装PWS. 16
5.2.2 测试PWS. 17
5.3 系统公用页面... 17
5.4 登陆页面... 20
5.5 注册页面... 22
5.6 学生管理页面... 25
5.7 上传试验报告... 26
5.8 试验布置模块... 27
5.9 网站的维护... 28
6.系统测试... 29
结论... 30
致谢... 31
参考文献... 32
1.绪论
1.1 设计的背景和意义
随着Internet/Intranet和Web技术的迅猛发展,上网用户已不仅仅满足于浏览静态的网页内容,而更希望通过人机对话的动态交互方式获取所需信息;而对于Web开发者来说, 静态网页也存在占用磁盘空间多、信息内容分散、维护更新困难等问题。因此,在Web上使用动态交互网页发布信息已是众望所归。
近几年来,各大中学校纷纷建设自己的校园网,网上教学,网上调查,网上试验室等等。本系统为远程试验室系统,他就是依赖校园网络为师生提供一个试验安全快捷的管理与交流的平台。具体有以下优点:
1. 运作成本低
网上发布与上传试验内容节省了印刷费用,人工费用以及数据录入费用等,大大降低了运作成本,并且网上远程试验室的成本基本属于固定成本(包括系统设计、网络运作、系统维护等),其优势较为明显。
2. 方便师生交流
老师或学生只要在任何地方登陆该系统,均可以完全使用自己权限下的功能,大大方便了老师和学生之间的交流。
1.2 教学交流系统的目标
该系统主要提供网上远程试验室平台,需要实现的目标如下:
实用性:要为网上试验提供方便
操作简单:本系统应该适用于不同水平的使用者,包括教师和学生,同时系统不应该太复杂和烦琐,应该要求系统的操作尽可能简单易行。
代码可读性好:作为一个实用系统,文中的代码要尽可能简洁。