摘 要
随着互联网趋势的到来,各行各业都在考虑利用互联网将自己推广出去,最好方式就是建立自己的互联网系统,并对其进行维护和管理。在现实运用中,应用软件的工作规则和开发步骤,采用SSM框架建设毕业设计管理系统。
本毕业设计主要实现集人性化、高效率、便捷等优点于一身的毕业设计管理系统,完成教师信息管理、学生信息管理、公告信息管理、通知管理、系统管理等功能模块。系统通过浏览器与服务器进行通信,实现数据的交互与变更。只需通过一台电脑,动动手指就可以操作系统,实现数据通信管理。整个系统的设计过程都充分考虑了数据的安全、稳定及可靠等问题,而且操作过程简单。本系统通过科学的管理方式、便捷的服务提高了工作效率,减少了数据存储上的错误和遗漏。
本系统选用Windows7作为服务器端的操作系统,开发语言选用Java,数据库选用Mysql,使用mybatis数据库连接技术,使用Myeclipse作为系统应用程序的开发工具,Web服务器选用Tomcat7.0版本。
关键词:数据通信;Java;Mysql数据库;web服务器
Graduation project management system design and implementation
ABSTRACT
With the advent of the Internet trend, all walks of life are considering the use of the Internet to promote themselves out, the best way is to establish their own Internet system, and its maintenance and management. In the practical application, the working rules and development steps of the application software, using the SSM framework to construct the graduation design management system.
This graduation project mainly realizes the graduation project management system which integrates the advantages of humanization, high efficiency and convenience. It completes the function modules of teacher information management, student information management, announcement information management, notification management and system management. The system communicates with the server through the browser to realize data interaction and change. Just need to pass a computer, move finger to be able to operate a system, realize data communication management. The design process of the whole system fully considers the safety, stability and reliability of data, and the operation process is simple. Through scientific management and convenient service, the system improves work efficiency and reduces errors and omissions in data storage.
This system USES Windows7 as the server-side operating system, Java as the development language, Mysql as the database, mybatis as the database connection technology, Myeclipse as the system application development tool, and Tomcat7.0 as the Web server.
Key words:Data communication; Java; Mysql database; The web server
目 录
摘 要
ABSTRACT
目 录
第1章 绪论
1.1开发背景与意义
1.2开发现状
1.3论文结构
第2章 主要技术和工具介绍
2.1 jsp脚本语言
2.2 Mysql数据库
2.3 B/S结构
2.4 MVC模式
2.5 SSM框架
2.6 tomcat服务器概述
第3章 系统分析
3.1可行性分析
3.1.1技术可行性
3.1.2经济可行性
3.1.3操作可行性
3.2需求分析
3.3业务流程分析
第4章 系统设计
4.1整体架构
4.2系统结构设计
4.3功能模块设计
4.4系统安全设计
4.5表单字段校验处理设计
4.6系统维护设计
4.7数据库设计
4.7.1数据库设计概述
4.7.2概念设计
4.7.3逻辑设计
4.7.3物理设计
第5章 系统实现
5.1登录模块的实现
5.2用户子系统模块的实现
5.2.1用户首页的实现
5.2.2导师选择模块的实现
5.2.3论文上交模块的实现
5.2.4开题模块的实现
5.3管理员子系统模块的实现
5.3.1用户管理模块的实现
5.3.2公告管理模块的实现
第6章 系统测试
6.1测试目的与定义
6.2功能测试
6.3测试结果
6.4测试评价
第7章 总结
致 谢
参考文献