本科论文(设计)基于AS-P的学生信息档案管理系统设计.doc
文本预览下载声明
摘要
学生档案管理系统是典型的管理信息系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求具备应用程序功能完备,易使用等特点。
经过分析,我们使用ASP作为开发工具,Access作为后台数据库,开发出了以B/S为模式的基于ASP的学生档案管理系统。此系统分为两大模块:用户模块和管理员模块。对于用户模块来说,只能浏览属于本用户(学生)的相关信息;而管理员模块,则可以添加、查询、修改、删除、查看所有学生的信息,并且可以对班级信息、课程信息和教师信息进行简单的管理。
关键词:ASP,B/S,模块化,学生档案管理
Abstract
Student document management system is a typical management information system (MIS),which mainly includes building up data-base of back-end and developing the application interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful and easily used.
By looking up lots of datum, we selected ASP as developing tool, Access as database developing tool, smoldered a student document management system based on ASP which uses B/S mode. This system has two modules, user module and administrator module. For user module, it just can browse information itself, but for administrator module, it can add, query, modify, delete and browse information of all students, and can manage the information of classes, subjects and teachers simply.
Keywords: ASP、B/S、Modularization、Student document management
目 录
第一章 绪 论…………………………………………………………………………………1
第一节 管理信息系统概述……………………………………………………………………1
一、管理信息系统的发展历史………………………………………………………………1
二、管理信息系统的特点…………………………………………………………………………2
第二节 学生档案管理系统概述………………………………………………………………3
第三节 开发基于ASP的学生档案管理系统的意义…………………………………………4
第四节 开发工具的选择………………………………………………………………………4
一、关于ASP……………………………………………………………………………………4
二、ASP的特点…………………………………………………………………………………5
三、数据库介绍…………………………………………………………………………………5
第五节 关于B/S体系…………………………………………………………………………6
一、简介…………………………………………………………………………………………6
二、 B/S体系的三层结构………………………………………………………………………6
第二章 总体设计………………………………………………………………………………7
第一节 设计思想………………………………………………………………………………7
第二节 总体框架………………………………………………………………………………8
第三节 详细功能………………………………………………………………………………8
第四节 系功能模块设计………………………………………………………………………9
第三章 系统数据库设计………………………………………………………………………10
第四章 详细设计………………………………………………………
显示全部