本科毕业设计论文
题目:校园失物招领网站设计与实现
系 别:
XX 系(全称)
专 业:
软件工程
班 级:
软件工程 15201
学生姓名:
学生学号:
指导教师:
导师 1 导师 2
2021 年 5 月
毕业设计论文
摘 要
如今的信息时代,对信息的共享性,信息的流通性有着较高要求,因此传统管理方
式就不适合。为了让管理模式进行升级,也为了更好的维护信息,校园失物招领网站的
开发运用就显得很有必要。并且通过开发校园失物招领网站,不仅可以让所学的 jsp 技
术得到实际运用,也可以掌握 MySQL 的使用方法,对自身编程能力也有一个检验和提
升的过程。尤其是通过实践,可以对系统的开发流程加深印象,无论是前期的分析与设
计,还是后期的编码测试等环节,都可以有一个深刻的了解。
借助于校园失物招领网站这样的工具,让信息系统化,流程化,规范化是最终的发
展结果,让其遵循实际操作流程的情况下,对信息实施规范化处理,让信息通过电子的
方式进行保存,无论是管理人员检索信息,可以便利化操作,真正缩短信息处理时间,
节省人力和信息管理的成本。
关键字:校园失物招领网站,jsp 技术,MySQL
毕业设计论文
Abstract
In today's information age, there are high requirements for the sharing and circulation of
information, so the traditional management method is not suitable. In order to upgrade the
management mode and better maintain information, the development and application of
student dormitory management system is very necessary. And by developing the student
dormitory management system, we can not only make practical use of the wechat applet
technology we have learned, but also master the use method of MySQL, and have a process of
testing and improving our own programming ability. Especially through practice, we can
deepen our impression on the development process of the system. We can have a deep
understanding of both the early analysis and design and the later coding and testing.
With the help of tools such as student dormitory management system, systematization,
process and standardization of information are the final development results. Under the
condition of following the actual operation process, standardized processing of information is
implemented, and information is saved electronically. Whether managers retrieve information,
it can facilitate operation and really shorten the information processing time, Save labor and
information management costs.
Key Words : Student dormitory management system, Wechat Mini Programt echnology,
MySQL
毕业设计论文
目 录
摘 要 .........................................................................................................................................I
目 录.......................................................................................................................................III
第一章 绪论...............................................................................................................................1
1.1 选题背景 ..............................................................................................................................1
1.2 选题意义 ..............................................................................................................................1
1.3 研究内容 ..............................................................................................................................2
第二章 开发环境.......................................................................................................................3
2.1 SSM 框架..............................................................................................................................3
2.2JSP 技术 ..................................................................................................................................3
2.3 MYSQL 数据库....................................................................................................................4
2.4 HTML 简介...........................................................................................................................4
2.5 MYECLIPSE 开发工具 ...........................................................................................................5
第三章 系统分析.......................................................................................................................6
3.1 可行性分析...........................................................................................................................6
3.1.1 技术可行性................................................................................................................6
3.1.2 操作可行性................................................................................................................6
3.1.3 经济可行性................................................................................................................6
3.2 系统流程分析.......................................................................................................................7
3.3 系统性能分析.....................................................................................................................10
3.3.1 数据完整性..............................................................................................................10
3.3.2 系统可扩展性..........................................................................................................11
3.3.3 系统安全性..............................................................................................................11
第四章 系统设计.....................................................................................................................11
4.1 系统设计思想 ....................................................................................................................12
4.2 功能结构设计.....................................................................................................................12
4.3 数据库设计.........................................................................................................................13
4.3.1 数据库表结构.........................................................................................................13
毕业设计论文
第五章 系统实现.....................................................................................................................16
5.1 宿舍信息管理 ....................................................................................................................16
5.2 学生入住管理 ....................................................................................................................16
5.3 寝室调换管理 ....................................................................................................................17
5.4 缺勤管理 ............................................................................................................................17
5.5 缺勤统计管理 ....................................................................................................................18
5.6 楼宇信息管理 ....................................................................................................................18
5.7 添加新闻 ............................................................................................................................19
结 论.......................................................................................................................................19
致 谢.......................................................................................................................................20
参考文献...................................................................................................................................22