学生档案管理系统毕业设计论文
- 格式:doc
- 大小:3.27 MB
- 文档页数:70
计算机科学与工程学院设计题目:学生档案管理系统
系别:计算机工程系
专业班级:软件工程(测试)
学生学号:
学生姓名:
指导教师:
2013年 11月 25日
摘要
学生档案管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强,数据安全性好的数据库。而对于后者则要求应用程序功能完备,清晰明了又易操作等特点。本系统实现了查询学生档案管理系统的主要功能,以无纸化的管理及应用不但可以提高工作效率、减少学校的投资成本,而且可以实现学校或企业高效率办公的宗旨。
学生档案管理系统,它包括用户及用户管理员有效身份登录、新用户注册、用户找回遗忘的密码、成绩查询、课程及课表的查询、学生个人基本信息查询、在线留言等功能。该系统主要介绍系统总体设计以及管理模块、查询模块的实现,并建立了有效的数据库。本系统主要采用Visual Studio + Access 2003方式开发设计以及采用B/S模式进行开发,系统从安全性、易维护性等方面着手实现了后台管理端和前台客户端的分离,并利用其提供的各种面向对象的开发工具,方便简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。
关键字:档案信息查询,控件,窗体,数据库
Abstract
The system of managing student file is a typical application of Managing Information System (MIS), which mainly include the development of the database construction and maintenance and development of front application program of two aspects. The former required set up data consistency and integrality, data security good database. For the latter requires the application program function complete, clear and easy to operate etc. The system of managing student file the inquires the main functions of the system, the management and application to paperless can not only improve work efficiency, reduce the school cost of investment, and can realize the school or the tenet of enterprise high efficiency office.
The system of managing student file, it includes the user and user manager valid identity login, new user registration, users find forgotten passwords, results, schedule and of course inquiry, students basic information query online messages, and other functions, and inquires. This system mainly introduce the general design and system management module, inquires the realization of the module, and set up effective database. This system mainly using Visual Studio + Access 2003 development design and the way of B/S model of development, system from safety and easy to maintenance from the aspects such as the background management and realize the front desk client separation, and use it to provide all kinds of object-oriented development tools, convenient and simple database of intelligent control object, the first in a short time application prototype system is established, and then, on the basis of the prototype system needs iteration, revise and improve, until customer satisfaction of feasible system formed.
Key Word: Query the file information, Control, Form, Database.
目录
第1章绪论 (1)
1.1开发背景 (1)
1.2目的和意义 (1)
1.3系统运行环境 (1)
1.3.1 软件平台 (2)
1.3.2 硬件平台 (2)
1.4开发工具简介 (2)
1.4.1 .NET Framework简介 (2)
1.4.2 Visual Studio 2008简介 (2)
1.4.3 简介 (2)
1.4.4 Access 2003简介 (3)
1.4.5 UML简介 (3)
1.4.6 Rational Rose简介 (3)
第2章需求分析 (4)
2.1可行性研究 (4)
2.1.1 技术可行性 (5)
2.1.2 经济可行性 (5)
2.1.3 操作可行性 (5)
2.2系统功能需求分析 (5)
2.2.1 系统功能模块概述 (5)
2.2.2 系统数据流图 (6)
2.3系统数据需求分析 (7)
第3章总体设计 (8)
3.1系统设计 (8)
3.1.1 系统功能模块图 (8)
3.1.2 模块详细说明 (9)
3.2数据库设计 (10)
3.2.1 概念数据设计 (10)
3.2.2 逻辑结构设计 (12)
第4章详细设计 (14)
4.1系统首页登录模块功能设计 (15)
4.1.1 用户登录 (18)
4.1.2 进入系统主页面 (19)