学生管理系统

  • 格式:docx
  • 大小:325.24 KB
  • 文档页数:28

下载文档原格式

  / 28
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

摘要

学生管理系统主要用于各类大学院校在教学这一部分的管理,是针对于教务处对课程、对学生进行合理地安排以及统筹计划,以便让教务处以最短的工作时间内把学生的相关信息调集起来,提高教务处的办事效率。同时,能够随时对学生基本信息、学生成绩进行各种查询,以便及时很好地对需要了解的信息得到相应的反馈,能有效的帮助教务处的工作,可使学院教职工减轻工作压力,比较系统地对、教务教学上的各项服务和信息进行管理。

本系统是针对学生管理进行设计的,用户为学校教务管理老师主要采用的开发工具是JSP和ORACLE开发过程中利用面向对象的程序思想和严格按照软件工程的开发过程来进行分析和设计。本系统所要完成以下几个主要功能,其中有院系管理、专业管理、成绩管理、学生基本信息管理等等,实现对学生基本信息和成绩进行录入、修改、删除、查询等操作。

系统基本满足了学生管理的功能需要,确实为学校对学生的管理提供了便利。本系统界面友好、操作简单,对学生基本情况和成绩加快了查询速度、加强了管理,使各项管理更加规范化。

关键字:JSP;成绩管理;成绩查询;ORACLE

Abstract

The management system of student’s achievement is mainly applied in part of teaching management of all kinds of universities. It is applied in administration section to arrang curriculum , student’s achievement and so on , in order to account student’s achievement so quickly that enhance work efficience. Meanwhile, the system can inquire achievement and information of students in order to get some useful information.timely , thus ,it can gaves some help to administration section and alleviate work pressure of academic staffs and manage all kinds of sevices and informations in syslematically.

The system is designed for management of student’s achievement.It is mostly used by teacher whom work in administration section. It is sometimes used by student whom want to check his information. Mainly USES the development tools are JSP and MYSQL .The mainly foundation must to be accomplished in the management syste m of student’s achievement as follows: management of student’s achievement , management of student’s basic information and so on .Of course, the system can be aimed at achievement and basic information of student to modify or delete or inquire records.

The system content with foundation of managment of student’s achievement in basically,it provides converience with school to manage student . The interface is provided by system is friendly , and the operation is simple . To achievement and basic informat ion of student’s , it speeds up for inquring . Strengthen management and molkes all kinds of management more standardlize. In a words , the system has compatibitily and is suited for most people

Key words:JSP;performance management;performance inquire;ORACLE

目录

1引言 (1)

1.1 编写目的 (1)

1.2背景介绍 (1)

1.3开发环境 (1)

1.4开发工具 (2)

1.4.1 Eclipse介绍 (2)

1.4.2 Oracle介绍 (2)

2系统分析..................................................................................... 错误!未定义书签。

2.1系统需求 (3)

2.2 系统构架 (3)

2.3系统流程图 (4)

2.4系统用例图 (5)

2.5对性能的规定 (6)

2.5.1精度 (6)

2.5.2时间特性要求 (6)

2.5.3灵活性 (7)

3系统设计 (8)

3.1系统标识 (8)

3.2 系统功能 (8)

3.3实体联系图 (9)

3.4数据库表的设计 (9)

4系统实现 (11)

4.1项目效果图 (11)

4.1.1登录界面: (11)

4.1.2院系管理: (11)

4.1.3专业管理 (12)

4.1.3班级管理 (12)

4.1.4学生管理............................................................... 错误!未定义书签。

4.1.5课程管理 (13)

4.1.6成绩管理............................................................... 错误!未定义书签。

4.2数据库脚本 (13)

4.3 数据库连接..................................................................... 错误!未定义书签。