学习成绩查询系统.doc
约34页DOC格式手机打开展开
学习成绩查询系统,正文doc格式共33页摘要: 数据库技术是现代企业管理自动化的重要而关键的环节,在日益信息化、办公电脑化的今天发挥着越来越重要的地位。 本文介绍的是计算机用于学校现代化管理,办公自动化和数据库管理的系统。本文通过对的分析与设计,介绍了该系统的设计方法和开发的步骤及成果。是...
内容介绍
此文档由会员 莎士比亚 发布
正文DOC格式共33页
摘要: 数据库技术是现代企业管理自动化的重要而关键的环节,在日益信息化、办公电脑化的今天发挥着越来越重要的地位。
本文介绍的学习成绩查询系统是计算机用于学校现代化管理,办公自动化和数据库管理的系统。本文通过对学习成绩查询系统的分析与设计,介绍了该系统的设计方法和开发的步骤及成果。
学习成绩查询系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。本学生成绩查询系统前台开发工具选用了ASP,并结合HTML,后台数据库开发采用Microsoft Access 2000。本文对学生成绩查询系统的开发过程进行了较为详细的论述。对系统进行了系统分析,明确了系统的可行行和客户需求;对数据库进行了设计,论述了该系统数据库的结构和数据库的完整性、安全性措施;根据模块化原理,按照功能系统分为了二大功能模块,并对各部分功能进行了分析;采用结构化设计的思想,最后对于本系统的测试和安装进行了分析。
关键词:Acess 2000,ASP,HTML,数据库。
Abstract: Database technique is link that the importance that the modern business enterprise manages the automation but key, at increasingly the information turn, transact the computerized developping the more and more important position today.
The introductive study in this text score search system is a system that calculator used for the school modernization manage, transacting the automation to manage with the database.This text passes the analysis to search the system to study score and design, introduced the design method of that system with step and results of the development.
Study score search system is development two aspects that typical information management system( MIS), its development includes primarily the backstage database establishes with support and the head applies the procedure.Establishes to rise to the former request the data consistency is strong with the complete, the database that data safety like.But request the latter very much the applied procedure function complete, easy usage etc. characteristics.This student the score search system stage development tool chose to use the Asp, combining combinative super text this marking language, backstage database development adoption Microsoft Access 2000.This text searches to student's score the process of development of the system proceeded the detailed treatise.Proceeded to the system the system analyze, clear and definite system can a line require with with the customer;Proceeded the design to the database, discuss the construction of the system's database with the complete, safety measure of the database;Turn the principle according to the mold piece, was divided into according to the function system two greatest functions mold piece, and proceeded the analysis to each parts of functions;Adoption the construction turns the thought of the design, finally test toward this system with installed to proceed the analysis.
Key words:Acess 2000, Asp, database.
目录
摘要 1
Abstract 2
1.前 言 3
2.系统概述及开发工具 4
2.1 项目的名称 4
2.2 系统开发工具及运行环境 4
2.2.1 Access 2000 简介 4
2.2.2 Asp 简介 4
3. 系统分析设计 5
3.1 需求分析 5
3.1.1 系统的功能需求 5
3.1.2 系统的性能需求 6
3.2 可行性分析 6
3.2.1技术可行性分析 6
3.2.2 经济可行性 6
3.2.3 操作可行性 6
3.3 系统的运行需求 7
3.3.1 操作系统 7
3.3.2 Asp 服务器 7
3.4 系统的设计思想 7
4. 数据库设计 9
4.1 数据库的概念 9
4.1.1 数据库的建立 9
4.1.2 数据库之间的联系 9
4.2数据通信接口 9
4.3 Database组件Ado 10
4.4 Asp访问数据库的步骤 10
4.4.1定义数据源 10
4.4.2使用ADO组件查询WEB数据库 10
4.5 数据库的设计 11
4.5.1 数据库的完整性 11
5. 功能模块设计 12
5.1 系统的总体功能 12
5.1.1 基本信息管理 12
5.1.2 按学生姓名查询 13
5.1.3 按学号查询 13
5.1.4 按毕业证号查询 13
5.1.5 按学生证号查询 14
5.1.6 按学院查询 14
5.2 管理员登入窗口 14
5.2.1 管理员进行维护的窗口 15
5.2.2 管理员进行增加的窗口 16
5.2.3 管理员进行修改的窗口 16
5.3功能模块设计 17
5.3.1 系统化功能模块 17
6. 详细设计 19
6.1 程序设计思想 19
6.2 程序设计语言 19
6.3 学生学习成绩查询的设计 20
6.3.1 查询模块 20
6.3.2 学生姓名查询 21
6.3.3 学号查询 22
6.3.4 毕业证号查询 22
6.3.5 学生证号查询 22
6.3.6 学院查询 22
6.3.7 管理员模块 23
6.4数据库设计 23
6.4.1学生总库表 23
6.4.2 计算机学院学生库表 23
6.4.3经管学院学生库表 24
6.4.4 社科学院学生库表 24
6.5 程序的接口设计 25
6.5.1 设置数据库的连接 25
6.6 程序主要代码设计 26
6.6.1 信息录入 26
6.6.2 信息查询 26
6.6.3 信息修改 27
7.程序测试 28
7.1 软件测试 28
8.谢 辞 29
参 考 文 献 30
摘要: 数据库技术是现代企业管理自动化的重要而关键的环节,在日益信息化、办公电脑化的今天发挥着越来越重要的地位。
本文介绍的学习成绩查询系统是计算机用于学校现代化管理,办公自动化和数据库管理的系统。本文通过对学习成绩查询系统的分析与设计,介绍了该系统的设计方法和开发的步骤及成果。
学习成绩查询系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。本学生成绩查询系统前台开发工具选用了ASP,并结合HTML,后台数据库开发采用Microsoft Access 2000。本文对学生成绩查询系统的开发过程进行了较为详细的论述。对系统进行了系统分析,明确了系统的可行行和客户需求;对数据库进行了设计,论述了该系统数据库的结构和数据库的完整性、安全性措施;根据模块化原理,按照功能系统分为了二大功能模块,并对各部分功能进行了分析;采用结构化设计的思想,最后对于本系统的测试和安装进行了分析。
关键词:Acess 2000,ASP,HTML,数据库。
Abstract: Database technique is link that the importance that the modern business enterprise manages the automation but key, at increasingly the information turn, transact the computerized developping the more and more important position today.
The introductive study in this text score search system is a system that calculator used for the school modernization manage, transacting the automation to manage with the database.This text passes the analysis to search the system to study score and design, introduced the design method of that system with step and results of the development.
Study score search system is development two aspects that typical information management system( MIS), its development includes primarily the backstage database establishes with support and the head applies the procedure.Establishes to rise to the former request the data consistency is strong with the complete, the database that data safety like.But request the latter very much the applied procedure function complete, easy usage etc. characteristics.This student the score search system stage development tool chose to use the Asp, combining combinative super text this marking language, backstage database development adoption Microsoft Access 2000.This text searches to student's score the process of development of the system proceeded the detailed treatise.Proceeded to the system the system analyze, clear and definite system can a line require with with the customer;Proceeded the design to the database, discuss the construction of the system's database with the complete, safety measure of the database;Turn the principle according to the mold piece, was divided into according to the function system two greatest functions mold piece, and proceeded the analysis to each parts of functions;Adoption the construction turns the thought of the design, finally test toward this system with installed to proceed the analysis.
Key words:Acess 2000, Asp, database.
目录
摘要 1
Abstract 2
1.前 言 3
2.系统概述及开发工具 4
2.1 项目的名称 4
2.2 系统开发工具及运行环境 4
2.2.1 Access 2000 简介 4
2.2.2 Asp 简介 4
3. 系统分析设计 5
3.1 需求分析 5
3.1.1 系统的功能需求 5
3.1.2 系统的性能需求 6
3.2 可行性分析 6
3.2.1技术可行性分析 6
3.2.2 经济可行性 6
3.2.3 操作可行性 6
3.3 系统的运行需求 7
3.3.1 操作系统 7
3.3.2 Asp 服务器 7
3.4 系统的设计思想 7
4. 数据库设计 9
4.1 数据库的概念 9
4.1.1 数据库的建立 9
4.1.2 数据库之间的联系 9
4.2数据通信接口 9
4.3 Database组件Ado 10
4.4 Asp访问数据库的步骤 10
4.4.1定义数据源 10
4.4.2使用ADO组件查询WEB数据库 10
4.5 数据库的设计 11
4.5.1 数据库的完整性 11
5. 功能模块设计 12
5.1 系统的总体功能 12
5.1.1 基本信息管理 12
5.1.2 按学生姓名查询 13
5.1.3 按学号查询 13
5.1.4 按毕业证号查询 13
5.1.5 按学生证号查询 14
5.1.6 按学院查询 14
5.2 管理员登入窗口 14
5.2.1 管理员进行维护的窗口 15
5.2.2 管理员进行增加的窗口 16
5.2.3 管理员进行修改的窗口 16
5.3功能模块设计 17
5.3.1 系统化功能模块 17
6. 详细设计 19
6.1 程序设计思想 19
6.2 程序设计语言 19
6.3 学生学习成绩查询的设计 20
6.3.1 查询模块 20
6.3.2 学生姓名查询 21
6.3.3 学号查询 22
6.3.4 毕业证号查询 22
6.3.5 学生证号查询 22
6.3.6 学院查询 22
6.3.7 管理员模块 23
6.4数据库设计 23
6.4.1学生总库表 23
6.4.2 计算机学院学生库表 23
6.4.3经管学院学生库表 24
6.4.4 社科学院学生库表 24
6.5 程序的接口设计 25
6.5.1 设置数据库的连接 25
6.6 程序主要代码设计 26
6.6.1 信息录入 26
6.6.2 信息查询 26
6.6.3 信息修改 27
7.程序测试 28
7.1 软件测试 28
8.谢 辞 29
参 考 文 献 30