简介
【毕设项目推荐Javaweb项目】2721北关村基本办公管理系统的设计与实现+jsp(论文+源码)
本系统适合作为计算机类毕业设计和课程设计源码下载进行参考学习。不得用于商业或者违法用途,否则一切后果自负
论文+源码获取
微信:wind0053
演示视频
功能界面展示
论文展示
本科毕业设计论文
题目:北关村基本办公管理系统设计与实现
系 别:
专 业:
班 级:
学生姓名:
学生学号:
指导教师:
摘 要
在如今社会上,关于信息上面的处理,没有任何一个企业或者个人会忽视,如何让信息急速传递,并且归档储存查询,采用之前的纸张记录模式已经不符合当前使用要求了。所以,对北关村基本办公信息管理的提升,也为了对北关村基本办公信息进行更好的维护,北关村基本办公管理系统的出现就变得水到渠成不可缺少。通过对北关村基本办公管理系统的开发,不仅仅可以学以致用,让学到的知识变成成果出现,也强化了知识记忆,扩大了知识储备,是提升自我的一种很好的方法。通过具体的开发,对整个软件开发的过程熟练掌握,不论是前期的设计,还是后续的编码测试,都有了很深刻的认知。
北关村基本办公管理系统通过MySQL数据库与Eclipse工具进行开发,北关村基本办公管理系统能够实现考勤打卡管理,公告信息管理,日程信息管理,通讯录管理,用户管理,基础数据管理,其中基础数据管理包括公告类型管理和日程类型管理子功能模块。
通过北关村基本办公管理系统对相关信息的处理,让信息处理变的更加的系统,更加的规范,这是一个必然的结果。已经处理好的信息,不管是用来查找,还是分析,在效率上都会成倍的提高,让计算机变得更加符合生产需要,变成人们不可缺少的一种信息处理工具,实现了绿色办公,节省社会资源,为环境保护也做了力所能及的贡献。
关键字:北关村基本办公管理系统,考勤打卡,日程信息
Abstract
In today’s society, with regard to the processing of information, no enterprise or individual will ignore how to quickly transmit information and archive and store queries. The previous paper record mode is no longer in line with current usage requirements. Therefore, in order to improve the management of basic office information in Beiguancun, and in order to better maintain the basic office information of Beiguancun, the emergence of the basic office management system in Beiguancun has become indispensable. Through the development of the basic office management system in Beiguancun, it is not only possible to apply what you have learned, but also to strengthen the knowledge memory and expand the knowledge reserve, which is a good way to improve yourself. . Through specific development, I have a good grasp of the entire software development process, whether it is the early design or the follow-up coding test, I have a very deep understanding.
The Beiguancun basic office management system is developed through MySQL database and Eclipse tools. The Beiguancun basic office management system can realize attendance check-in management, announcement information management, schedule information management, address book management, user management, and basic data management. Data management includes sub-function modules of announcement type management and schedule type management.
Through the processing of relevant information by the Beiguancun basic office management system, the information processing becomes more systematic and standardized, which is an inevitable result. The information that has been processed, whether it is used for search or analysis, will be doubled in efficiency, making computers more suitable for production needs, becoming an indispensable information processing tool for people, and realizing green office, Save social resources and contribute to environmental protection.
Key Words:Beiguancun basic office management system, attendance check-in, schedule information
目 录
第一章 绪论 1
1.1 选题背景 1
1.2 选题意义 1
1.3 研究内容 2
第二章 开发环境 3
2.1 Java语言 3
2.2 MYSQL数据库 3
2.3 Eclipse开发工具 4
2.4 SSM框架 4
2.5 B/S架构 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
3.4系统功能分析 11
第四章 系统设计 14
4.1 系统设计目标 14
4.2功能结构设计 15
4.3数据库设计 16
4.3.1 数据库概念设计 16
4.3.2 数据库物理设计 19
第五章 系统实现 22
5.1管理员功能实现 22
5.1.1 考勤打卡管理 22
5.1.2 公告信息管理 22
5.1.3 日程信息管理 23
5.1.4 通讯录管理 23
5.1.5 用户管理 24
5.1.6 日程类型管理 25
5.1.7 公告类型管理 25
5.2用户功能实现 26
5.2.1 考勤打卡管理 26
5.2.2 公告信息查看 26
5.2.3 日程信息查看 27
5.2.4 通讯录查看 27
5.2.5 个人信息 28
第六章 系统测试 29
6.1 测试任务 29
6.2 测试目标 29
6.3 测试方案 29
6.4系统测试的特点 31
6.5 系统功能测试 31
6.5.1 用户登录测试 32
6.5.2 通讯录查询功能测试 32