当前位置:文档之家› 学生档案管理系统毕业设计论文

学生档案管理系统毕业设计论文

重庆三峡学院

计算机科学与工程学院

设计题目:学生档案管理系统

系 别: 计算机工程系

专业班级: 软件工程(测试)

学生学号:

学生姓名:胥炼 周德华 崔婷婷 李清玲 王茜

指导教师: **

2013年 11月 25日

班 级 09051051 姓 名 付晓红 指导教师 李怡平

- 1 - / 68 设计(论文)题目 学生档案管理系统

设计(论文)工作

研究现状、拟解决的问题、方法 1、 研究现状:为了方便学院对学生档案的管理和师生对学生信息的管理、查询和修改记录。针对当前学生量的增加以及在线学生的繁多,查找某个学生的档案信息来讲相对困难些,因此开发一个学生档案管理系统,以便师生按自己的要求进行某一项的查询和修改;

2、 拟解决的问题: 对学生的档案进行添加、删除、修改等操作和可对学生的档案进行各种查询;

3、 技术与方法:(1)采用Visual Studio + Access 2003方式;(2)采用B/S模式进行开发。

设计(论文)工作

主要内容 按照开发软件的基本步骤完成:

1、 可对学生信息及权限进行管理;

2、 管理者根据不同的权限可对学生信息进行添加、删除、修改等操作;

3、 可对学生的信息进行各种查询(精确、模糊、组合);

4、 具有良好的帮助环境。

- 2 - / 68 设计(论文)工作

基本要求 在Windows平台上,通过面向对象的程序设计方法或可视化开发工具,设计并实现该系统。

设计要求:

1、系统功能完善,模块划分合理,总体结构清晰

2、界面友好,操作灵活、方便

3、代码规范,完整

4、有一定的实用价值

论文中应包含的图表:

1、系统总体结构图

2、数据库表

3、功能模块图

4、运行界面示意图

设计(论文)工作

进度安排

1、2012年2月15日-2月20日 选题阶段

2、2012年2月21日- 3月1日 需求分析阶段

3、2012年3月2日-3月15日 设计阶段

4、2012年3月16日-3月31日 编码、测试阶段

5、2012年4月1日-4月15日 撰写论文阶段

主要参

考资料

及文献 1、《数据库网站设计教程》 张瑾、孙士保、张鸣 電子工业出版社

2、《Web项目开发教程()》 刘志成、宁云智 電子工业出版社

3、《软件工程》 陆惠恩 人民邮电出版社

4、《Access 2003应用技术》 李禹生、贾瑜、欧阳峥峥、廖明潮 中国水利水电出版社

5、《UML建模实例教程》 刘志成 電子工业出版社

6、《软件测试案例教程》 吕云翔、王洋、肖东 机械工业出版社

开始执行任务书日期 2012年 2 月 指导教师(签名) 李怡平

毕业论文完成日期 2012年 4 月 指导教师(签名) 李怡平

- 3 - / 68 摘 要

学生档案管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强,数据安全性好的数据库。而对于后者则要求应用程序功能完备,清晰明了又易操作等特点。本系统实现了查询学生档案管理系统的主要功能,以无纸化的管理及应用不但可以提高工作效率、减少学校的投资成本,而且可以实现学校或企业高效率办公的宗旨。

学生档案管理系统,它包括用户及用户管理员有效身份登录、新用户注册、用户找回遗忘的密码、成绩查询、课程及课表的查询、学生个人基本信息查询、在线留言等功能。该系统主要介绍系统总体设计以及管理模块、查询模块的实现,并建立了有效的数据库。本系统主要采用Visual Studio + Access 2003方式开发设计以及采用B/S模式进行开发,系统从安全性、易维护性等方面着手实现了后台管理端和前台客户端的分离,并利用其提供的各种面向对象的开发工具,方便简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。

关键字:档案信息查询,控件,窗体,数据库

Abstract

- 4 - / 68

The system of managing student 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 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 , 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 模块详细说明 ............................................... 8

3.2 数据库设计 ..................................................... 9

3.2.1 概念数据设计 ............................................... 9

3.2.2 逻辑结构设计 .............................................. 11

第4章 详细设计 ..................................................... 13

4.1 系统首页登录模块功能设计 ...................................... 14

4.1.1 用户登录 .................................................. 17

4.1.2 进入系统主页面 ............................................ 18

相关主题