基于SSH学生信息管理系统的设计(MySQL)(含录像)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

基于SSH学生信息管理系统的设计(MySQL)(含录像)(11500字)   
摘    要
本文采用自顶向下的结构化的系统分析方法,阐述了一个功能全面的学生信息管理系统的开发过程、操作流程及其一些核心的技术。本文首先进行了项目概述,简单介绍了项目开发的背景、项目开发的目的和项目开发的意义;接下来是系统规划阶段,通过实际的业务流程调研,分析了系统的组织结构,具体完成了学生信息管理系统的需求分析、可行性分析、现行业务流程分析,并通过对现行业务流程的优化,得出了系统的业务流程;之后是系统分析,具体完成了数据流分析和数据字典;系统设计阶段主要完成了功能模块的划分、数据库的设计和系统界面设计。该阶段对各个模块的功能进行了详细设计,形成了本系统的功能模块图,在此基础上选择了合适的开发模式;数据库的设计先进行了概念结构设计,之后进行了逻辑结构设计,最后完成了数据库表的设计。
根据前几个阶段的分析和设计,本系统在设计方面采用B/S模式,同时使用JSP技术进行基本页面的设计与功能实现,后台数据库选用MySql数据库。本系统的设计实施为学生信息管理系统的运行做基础,为学生信息管理系统提供良好的条件。

关键词:学生信息;结构化分析;管理系统

Abstract
In this paper, top-down structured systems analysis, describes a full-featured management system for the housing development agency, operating procedures and some of its core technology. This paper carried out the project overview, a brief background of project development, project development and project development objective of the meaning; followed by the system planning stage, the actual business processes through research and analysis of the system's organizational structure, specifically the completion of the Housing agency management system requirements analysis, feasibility analysis, the existing business process analysis, and optimization of existing business processes, business processes of the system obtained; followed by systematic analysis of the specific completion of the data flow analysis and data dictionary; system design primarily the completion of the division of function modules, database design and system interface design. This phase of the function of each module in detail the design, forming a functional block diagram of the system, on this basis, have chosen the right development model; database design first tested the concept design, followed by a logic design, and finally completed the design of the database table.
According to the first few stages of the analysis and design, the system used in the design of B / S mode, JSP technology, the basic page design and implementation of function, use MySql database backend database. This website is designed to implement management systems for the housing agency to run a foundation for the housing agency management system provides good conditions.

Key Words:Student records; structural analysis; Management System
 

基于SSH学生信息管理系统的设计(MySQL)(含录像)
基于SSH学生信息管理系统的设计(MySQL)(含录像)
基于SSH学生信息管理系统的设计(MySQL)(含录像)
基于SSH学生信息管理系统的设计(MySQL)(含录像)
基于SSH学生信息管理系统的设计(MySQL)(含录像)
基于SSH学生信息管理系统的设计(MySQL)(含录像)

#p#副标题#e#
目    录
摘    要    I
Abstract    II
一、    引言    1
(一)项目开发的背景    1
(二)项目开发的意义    1
二、可行性分析及总体设计原则    3
(一)可行性分析    3
1.技术可行性    3
2.经济可行性    3
3.社会可行性    3
(二)总体设计原则    4
三、系统分析    5
(一)业务流程分析    5
(二)数据流图    6
(三)数据字典    9
四、系统设计    13
(一)系统功能设计    13
(二)系统数据库设计    13
1.概念结构设计    14
2.数据库表设计    18
(三)系统开发工具与开发模式的选择    20
1.系统开发工具    20
2.系统设计模式    21
五、系统实现    23
(一)系统管理员登录模块    23
1.登陆    23
2.基础信息管理界面    25
3.个人信息管理界面    25
4.课程管理界面    27
5.录入教师信息界面    27
6.录入学生信息界面    28
8.添加公告界面    28
(二)教师登录模块    29
1.个人信息管理界面    29
2.查看公告信息界面    30
3.学生成绩管理界面    31
(三)学生登录模块    32
1.个人信息界面    32
2.课程查询界面    32
3.系统公告界面    32
4.我的成绩界面    33
六、软件测试与分析    34
(一)软件测试的重要性    34
(二)测试实例的研究与选择    34
(三)测试环境与测试条件    35
(四)系统运行情况    35
(五)系统评价    35
结    论    37
参 考 文 献    38
致    谢    39