基于SSH框架的学生信息综合管理系统设计与计算机科学与工程学院 - 计算机科学与技术 - 毕业论文(最终) - 图文 联系客服

发布时间 : 星期五 文章基于SSH框架的学生信息综合管理系统设计与计算机科学与工程学院 - 计算机科学与技术 - 毕业论文(最终) - 图文更新完毕开始阅读9907d4c8ba0d4a7303763a22

北方民族大学 学士学位论文

论文题目: 基于SSH框架学生信息综合管理系统的设计与实现 ——宿舍信息管理模块

院(部)名 称: 计算机科学与工程学院 学 生 姓 名: 专 业: 计算机科学与技术 学 号: 20091490 指导教师姓名: 论文提交时间: 2013年5月20日 论文答辩时间: 2013年5月25日 学位授予时间: 2013年 月 日

北方民族大学教务处制

基于SSH框架的学生信息综合管理系统设计与实现

——宿舍信息管理模块

摘 要

随着Internet信息技术的发展,校园信息数字化建设已成为各高校教学模式的发展目标。本文就是在这样的背景下,按照北方民族大学学生处所提出的需求开发设计了学生信息综合管理系统。

本系统在J2EE开发平台下以SSH框架、Tomcat服务器、SQLServer2005数据库技术为基础,设计开发了学生信息综合管理系统。该系统划分为学生信息、宿舍信息、公共专栏、问卷调查、意见箱、国防教育、思想教育等功能模块。本文主要设计了宿舍信息管理子模块。该模块实现了对工作人员信息添加、删除、修改、查询的功能;实现了对宿舍楼信息初始化、按照学院分配宿舍的功能;实现了内宿外宿学生住宿信息添加、删除、修改、查询的功能;实现了学生申请转宿舍和逐级审批并打印报表的功能。

经测试该系统运行良好、功能完善、操作简单,并有很好安全性、易维护性和可扩展性。该系统已经实现了北方民族大学学生处所提出的全部需要,并且经验收已经投入试运行。

【关键字】 学生信息,综合管理,MVC,SSH

I

The Design and Implementation of Student Information Comprehensive Management System Based on SSH Framework

——Dormitory information management module

Abstract

With the development of Internet information technology, the construction of digital campus information has become the development goal of teaching mode in Colleges and universities. In this background, the Student Information Management System is designed according to the demand of the students affairs division of Beifang Univesity of Nationality.

Student Information Management System is realized by the J2EE platform ,SSH framework, Tomcat server, SQLServer2005 database. The system is divided into module of the student information, dormitory information, public column, questionnaire investigation, suggestion boxes, national defense education, ideological education. This paper mainly include the module of dormitory information management . It has realized function of adding, deleting modifying, querying staff information function; It has realized function of dormitory information initialization; It has realized function of adding, deleting, modifying, querying student accommodation information function; It has realized function of applying for the dormitory and approval and print the report.

The system is running well on testing. It is perfect function, simple operation and safety, maintainability and scalability. The students affairs division of Beifang Univesity of Nationality is satisified what we had finished. It has been put into trial operation.

Key Words:Student information,Integrated management,MVC,SSH

II

目 录

前 言 ............................................................... 1 1 需求分析 ............................................................. 2 1.1 项目背景 ......................................................... 2 1.2 项目需求分析 ..................................................... 2 1.3 宿舍信息管理模块需求分析 ......................................... 3 1.4 系统目标 ......................................................... 3 1.4.1 系统总体目标 .................................................. 3 1.4.2 系统总体功能目标 .............................................. 3 1.4.3 系统总体性能目标 .............................................. 4 1.4.4 系统总体安全目标 .............................................. 5 2 系统技术方案设计 ..................................................... 6 2.1系统架构选择 ...................................................... 6 2.2系统使用技术 ...................................................... 6 2.2.1 J2EE介绍 .................................................... 6 2.2.2 SSH框架 ..................................................... 7 2.2.3 AJAX技术 .................................................... 8 2.2.4 FreeMarker模板引擎 .......................................... 8 2.3 服务器和数据库的使用 ............................................. 9 2.3.1 Web服务器Tomcat ............................................. 9 2.3.2 数据库SQL Server 2005 ...................................... 10 2.4项目开发环境 ..................................................... 10 3 学生信息综合系统总体设计 ............................................ 11 3.1 系统总体功能模块分析 ............................................ 11 3.2 系统用例图 ...................................................... 14 3.3系统权限设计和安全性设计 ......................................... 14 3.3.1 权限设计 ..................................................... 14 3.3.2 安全性设计 ................................................... 15

III