石家庄科技信息职业学院 毕业论文 题目: 学生管理系统设计与实现 学号: 姓名: 专业班级: 指导教师: 完成日期: 摘要:随着教育规模的不断扩大,学生数量急剧增加,有关学生的各种信息也成倍增长。本文介绍了基于软件工程化的思想的学生管理系统的开发整个过程,并对系统分析、概要设计、详细设计和具体实现进行了阐述。本系统的设计采用了JCreator Pro作为开发工具,Java编程语言进行设计,MySQL作为数据库支撑平台,总体上采用结构化生命周期开发方法,而具体模块实施采用了原型法和面向对象系统开发方法。本设计根据系统需求实现了学生信息管理、院系班级管理、课程管理、成绩管理等模块。本文所做的工作旨在规范管理、科学统计和快速查询学生信息,来提高学生管理工作的效率。 关键词:学生管理系统;Java;MySQL; Abstract:As the expansion of education scale, the quantity of students increase sharply. So does the information of thesis introduces a whole procedure of developing the student information management system based on software engineering thought. It also elaborates system analysis, outline design, detailed design and concrete realization. The design of the system adopts JCreator Pro as the developing kit, use Java Language and MySQL Service Enterprise Edition as the backstage supporter DBMS( the data base management system ). Structure life cycle method of exploitation is used in a whole, but prototype law and the object-oriented system method of exploitation for the concrete module implementation. According to the need of this system , it implements the student information management、the college and class management、courses management and the achievement management. What this thesis does aims at Standard management、rapid scientific statistical and enquiries students information quikly to enhance the efficiency of student management . Keywords: students management system; Java; MySQL 目录 一、开发背景…………………………………………………………(1) 二、系统分析…………………………………………………………(2) (一)可行性分析…………………………………………………(2) (二)需求分析……………………………………………………(3) 数据流图………………………………………………………(3) 数据字典………………………………………………………(5) 三、系统设计…………………………………………………………(7) ……………………………………………………(7) ……………………………………………(7) …………………………………………………(7) 四、数据库设计………………………………………………………(8) …………………………………………………(8) -R图…………………………………………………(8) ……………………………………………(10) 五、功能实现以及系统预览…………………………………………(12) 六、系统测试…………………………