班务系统的设计与实现.doc

约38页DOC格式手机打开展开

班务系统的设计与实现,摘 要随着互联网技术的迅猛发展,人们的日常生活进入到了一个网络时代。互联网正在悄悄改变着人们的生活方式,工作方式以及学习方式。在各大高校中,信息化管理的方式逐渐开始普及,广大师生也习惯了信息化的管理方式。目前,一般的高校都采用了信息化管理的方式来进行更有效的日常事务管理,这些都是时代进步的特点。现阶...
编号:20-323414大小:1.33M
分类: 论文>计算机论文

内容介绍

此文档由会员 mrm小莫 发布

班务系统的设计与实现

摘 要
随着互联网技术的迅猛发展,人们的日常生活进入到了一个网络时代。互联网正在悄悄改变着人们的生活方式,工作方式以及学习方式。在各大高校中,信息化管理的方式逐渐开始普及,广大师生也习惯了信息化的管理方式。目前,一般的高校都采用了信息化管理的方式来进行更有效的日常事务管理,这些都是时代进步的特点。
现阶段我校的信息化管理方式也紧跟时代的步伐,也逐渐建立起了一套完善和成熟的信息化管理系统,然而在班级的信息化管理这块还没有真正的实践,虽然传统的管理方式也能满足日常的班务管理,但在高效性,方便性等方面仍然给班级的管理者带来诸多的不便。
基于以上的背景和需求下,我利用MyEclipse8.5开发工具,开发了一套基于Web应用的学校班务系统。本系统采用多层架构,包括web表现层、业务逻辑层、数据访问层,结合工厂模式,前端开发采用HTML,CSS,JS技术,使用MySQL5.0数据库存储数据,后台采用常见的JSP技术,SSH框架进行整合开发。本系统克服了传统的纸制文档存在的一些缺点和不足,可以更好,更高效的进行班级日常事务的管理。
关键词:班务管理;Web应用;MIS;JSP;SSH


The design and implementation of class management system
Abstract
With the rapid development of Internet technology, people's daily life go into a network era. The Internet is quietly changing people's lifestyles, ways of working and learning. In major of colleges and universities, the way of information management gradually began to spread, the teachers and students are accustomed to information technology management. At current, general universities have adopted the approach to information management for more effective management of daily affairs, these are the characteristics of the times progress.
Information management approach at this stage of my school also keep pace with the times, we have gradually built up a comprehensive and sophisticated information management systems, but in class information management practices have not really, although the traditional management of classes can meet the daily traffic management, However, in efficiency, convenience and other aspects, it still causes a lot of inconvenience to the class managers .
Based on the above background and demand, I use MyEclipse8.5 development tools, and developed a class management system,with based on the Web applications. The system uses a multi-layer architecture, including web presentation layer, business logic, data access layer, combined with the factory model, the front-end development using HTML, CSS, JS technique, using MySQL5.0 database to store data, the background using JSP technology, SSH integrated development framework. The system overcomes some of the shortcomings and deficiencies of traditional paper documents exist, could be better, more efficient management classes daily affairs.

Key Words:Class management system;Web applications; MIS; JSP; SSH


目 录
摘 要 I
Abstract II
1 引 言 1
1.1 编写目的 1
1.2 背景意义 1
1.3 软件定义 2
1.4系统研究路线 2
1.5 采用的设计结构 2
1.6 开发工具及技术 3
2 系统需求分析 4
2.1系统概述 4
2.2 可行性研究 4
2.2.1 经济可行性 4
2.2.2 技术可行性 5
2.2.3 运行可行性 5
2.2.4 时间可行性 5
2.2.5 法律可行性 5
2.3 需求规定 5
2.3.1 任务概述 5
2.3.2性能要求 6
2.4 运行环境 6
2.5系统用例图 6
2.6系统总体流程图 7
2.7 功能总结 7
3 系统总体设计 9
3.1总体设计目标 9
3.2 系统模块 9
3.2.1系统模块划分 9
3.2.2 功能模块描述 10
3.3 开发工具及运行环境 11
4 数据库设计 11
4.1 数据库原则 11
4.2 E-R实体图设计 11
4.3 数据库逻辑设计 14
5 接口设计 17
5.1 接口函数 17
5.2 接口函数设计 17
5.3 接口函数流程图 19
6 系统详细设计 22
6.1 概论 22
6.2 主页面的设计 22
6.3 学习小组信息 23
6.4学生信息页面 23
6.5党政信息页面 24
6.6会议通知信息页面 25
6.7奖惩信息页面 26
6.8操评信息操评页面 27
6.9登录界面页面 27
7 系统测试 28
7.1 测试的目的 28
7.1.1概念和意义 29
7.1.2 特点 29
7.1.3重要性 29
7.2 系统测试说明 30
总 结 31
参考文献 32
致 谢 33