计算机基础学科实验网上预约系统.doc
约69页DOC格式手机打开展开
计算机基础学科实验网上预约系统,全文69页约30000字论述翔实摘要该系统围绕实验课程的各项登记步骤开发,他的运用使学生和教师能够通过方便快捷的互联网完成实验前,实验中和实验后的各项登记活动, 支持学生有约束地开放式实验登记。整个实现过程采用了浏览器/服务(browser/server)的体系结构。该系统实现客户端的用户...
内容介绍
此文档由会员 花季永驻 发布
计算机基础学科实验网上预约系统
全文69页 约30000字 论述翔实
摘 要
该系统围绕实验课程的各项登记步骤开发,他的运用使学生和教师能够通过方便快捷的互联网完成实验前,实验中和实验后的各项登记活动, 支持学生有约束地开放式实验登记。
整个实现过程采用了浏览器/服务(Browser/Server)的体系结构。
该系统实现客户端的用户利用浏览器作为输入界面,然后输入所需要的信息,浏览器将这些数据返回给服务器,服务器对这些数据进行相应的处理。本文共分为七章,第一章综述了一些理论知识,第二章说明产品的定义,第三章介绍产品按功能分解成相应模块的情况,第四章是对产品各模块的说明,第五章是各模块的编码实现方法,第六章是对模块和系统的测试情况介绍,第七章为结论,致谢部分。
关键词 网上实验预约,浏览器/服务,客户端,Web服务器
Abstract
This system register measure development around experiment every of course. Application of he make student and teacher finish experiment through convenient and swift Internet, and every behind the experiment register the activity experiment, It support student have and retrain open experiment register.
It is whole realize course and adopt browser /system structure that serve( Browser/Server).
This system realize user of customer end utilize as inputting interface, it inputs information needed browser for the server browser these datum, The server carries on corresponding treatment to these data.
This text divides into seven chapters altogether, some theory knowledge of survey of chapter one, chapter two is explained and produced The definition of the product, chapter three introduces the situation that the products resolve into the corresponding module functionally, Four chapters are to the explanation of every module of products, chapter five is the code implementation method of every module, it is in chapter six for module and the more systematic by test situation introduction, regard part as conclusion chapter seven Divide.
Key words The online experiment makes an appointment Browser/Server
Client End Web server
目 录
摘要 I
Abstract II
第1章 序论 1
1.1 WWW概念与开发工具 1
1.1.1 WWW概念与Internet服务器 1
1.2.2 交互Web应用开发方案 2
1.2 课题介绍 3
1.2.1 课题背景 3
1.2.1 课题意义 3
1.2.2 课题任务 5
第2章 产品定义 5
2.1 产品用途 5
2.2 产品功能 5
2.3 功能实现原理 6
2.4 产品功能完备性 9
第3章 产品功能分解 10
3.1 模块分解 10
3.2 各模块的功能特性 12
第4章 模块说明 13
4.1 模块说明 13
4.1.1 实验预约模块说明 13
4.1.2 预约取消模块说明 14
4.1.3 实验核准模块说明 15
4.1.4 预约查询模块说明 15
4.1.5 实验登记模块说明 16
4.1.6 成绩输入模块说明 17
4.1.7 出勤考查模块说明 18
4.1.8 成绩分析模块说明 19
4.1.9 实验室特区模块说明 19
第5章 模块开发 22
5.1 公共函数的开发 22
5.1.1 函数ConnectDB() 22
5.1.2 函数ExpInformation(conn) 22
5.1.3 函数WeekInfo(conn) 23
5.1.4 函数public_exp_date(conn) 23
5.1.5 函数 EroomInformation(conn) 23
5.1.6 函数TeacherNameInfo(conn) 23
5.1.7 函数ExpNameToId(exp_name,conn) 24
5.2 模块开发 24
5.2.1 实验预约模块开发 24
5.2.2 取消预约模块开发 28
5.2.3 预约核准模块开发 29
第6章 系统测试 34
6.1 模块可用性测试 34
6.1.1 实验预约模块测试 34
6.1.2 预约取消模块测试 35
6.1.3 实验核准模块测试 35
6.1.4 预约确认模块测试 37
6.1.5 实验登记模块测试 38
6.1.6 成绩输入模块测试 39
6.1.7 成绩查询模块测试 40
6.1.8 成绩分析模块测试 40
6.1.9 出勤考查模块测试 41
6.1.10 实验室特区模块测试 41
6.2 模块可靠性测试 42
6.2.1 各模块的错误提示 42
6.3 模块安全性测试 44
结论 47
致谢 48
参考文献 49
附录1 50
附录2 55
附录3 63
部分参考文献
7 John Kauffman,Kevin Spencer,Thearon Willis.Beginning ASP
Databases.Wrox Press Inc,1999:270-312
8 Scott Mitchell.Designing Active Server Pages.O’Reilly
&Associates,2000:120-155
9 Chuck Musciano,Bill Kennedy.HTML & XHTML.O’Reilly
&Associates,2000:70-130
10 汪小平,吴勇强,张宏.ASP网络开发技术.人民邮电出版社,
2000:155-189
11 [美]F.Scott Barker.Acess2000中文版高级编程.人民邮电出版社,2000:85-112
12 丁爱平.网页制作教程.电子工业出版社,2001:156-195
13 David Sceppa.ADO编程技术.清华大学出版社,2001:122-156
14 廖彬山,高峰霞,徐颖.Web数据库开发技术.电子工业出版社,2001:224-253
15 [英]John Carter.数据库设计与编程实例详解——使用Access、SQL与VB.电子工业出版社,2001:265-289
全文69页 约30000字 论述翔实
摘 要
该系统围绕实验课程的各项登记步骤开发,他的运用使学生和教师能够通过方便快捷的互联网完成实验前,实验中和实验后的各项登记活动, 支持学生有约束地开放式实验登记。
整个实现过程采用了浏览器/服务(Browser/Server)的体系结构。
该系统实现客户端的用户利用浏览器作为输入界面,然后输入所需要的信息,浏览器将这些数据返回给服务器,服务器对这些数据进行相应的处理。本文共分为七章,第一章综述了一些理论知识,第二章说明产品的定义,第三章介绍产品按功能分解成相应模块的情况,第四章是对产品各模块的说明,第五章是各模块的编码实现方法,第六章是对模块和系统的测试情况介绍,第七章为结论,致谢部分。
关键词 网上实验预约,浏览器/服务,客户端,Web服务器
Abstract
This system register measure development around experiment every of course. Application of he make student and teacher finish experiment through convenient and swift Internet, and every behind the experiment register the activity experiment, It support student have and retrain open experiment register.
It is whole realize course and adopt browser /system structure that serve( Browser/Server).
This system realize user of customer end utilize as inputting interface, it inputs information needed browser for the server browser these datum, The server carries on corresponding treatment to these data.
This text divides into seven chapters altogether, some theory knowledge of survey of chapter one, chapter two is explained and produced The definition of the product, chapter three introduces the situation that the products resolve into the corresponding module functionally, Four chapters are to the explanation of every module of products, chapter five is the code implementation method of every module, it is in chapter six for module and the more systematic by test situation introduction, regard part as conclusion chapter seven Divide.
Key words The online experiment makes an appointment Browser/Server
Client End Web server
目 录
摘要 I
Abstract II
第1章 序论 1
1.1 WWW概念与开发工具 1
1.1.1 WWW概念与Internet服务器 1
1.2.2 交互Web应用开发方案 2
1.2 课题介绍 3
1.2.1 课题背景 3
1.2.1 课题意义 3
1.2.2 课题任务 5
第2章 产品定义 5
2.1 产品用途 5
2.2 产品功能 5
2.3 功能实现原理 6
2.4 产品功能完备性 9
第3章 产品功能分解 10
3.1 模块分解 10
3.2 各模块的功能特性 12
第4章 模块说明 13
4.1 模块说明 13
4.1.1 实验预约模块说明 13
4.1.2 预约取消模块说明 14
4.1.3 实验核准模块说明 15
4.1.4 预约查询模块说明 15
4.1.5 实验登记模块说明 16
4.1.6 成绩输入模块说明 17
4.1.7 出勤考查模块说明 18
4.1.8 成绩分析模块说明 19
4.1.9 实验室特区模块说明 19
第5章 模块开发 22
5.1 公共函数的开发 22
5.1.1 函数ConnectDB() 22
5.1.2 函数ExpInformation(conn) 22
5.1.3 函数WeekInfo(conn) 23
5.1.4 函数public_exp_date(conn) 23
5.1.5 函数 EroomInformation(conn) 23
5.1.6 函数TeacherNameInfo(conn) 23
5.1.7 函数ExpNameToId(exp_name,conn) 24
5.2 模块开发 24
5.2.1 实验预约模块开发 24
5.2.2 取消预约模块开发 28
5.2.3 预约核准模块开发 29
第6章 系统测试 34
6.1 模块可用性测试 34
6.1.1 实验预约模块测试 34
6.1.2 预约取消模块测试 35
6.1.3 实验核准模块测试 35
6.1.4 预约确认模块测试 37
6.1.5 实验登记模块测试 38
6.1.6 成绩输入模块测试 39
6.1.7 成绩查询模块测试 40
6.1.8 成绩分析模块测试 40
6.1.9 出勤考查模块测试 41
6.1.10 实验室特区模块测试 41
6.2 模块可靠性测试 42
6.2.1 各模块的错误提示 42
6.3 模块安全性测试 44
结论 47
致谢 48
参考文献 49
附录1 50
附录2 55
附录3 63
部分参考文献
7 John Kauffman,Kevin Spencer,Thearon Willis.Beginning ASP
Databases.Wrox Press Inc,1999:270-312
8 Scott Mitchell.Designing Active Server Pages.O’Reilly
&Associates,2000:120-155
9 Chuck Musciano,Bill Kennedy.HTML & XHTML.O’Reilly
&Associates,2000:70-130
10 汪小平,吴勇强,张宏.ASP网络开发技术.人民邮电出版社,
2000:155-189
11 [美]F.Scott Barker.Acess2000中文版高级编程.人民邮电出版社,2000:85-112
12 丁爱平.网页制作教程.电子工业出版社,2001:156-195
13 David Sceppa.ADO编程技术.清华大学出版社,2001:122-156
14 廖彬山,高峰霞,徐颖.Web数据库开发技术.电子工业出版社,2001:224-253
15 [英]John Carter.数据库设计与编程实例详解——使用Access、SQL与VB.电子工业出版社,2001:265-289