
毕 业 设 计(论 文)
题目:个人事务管理系统设计与实现

I
摘 要
使用旧方法对个人事务管理信息进行系统化管理已经不再让人们信赖了,把
现在的网络信息技术运用在个人事务管理信息的管理上面可以解决许多信息管
理上面的难题,比如处理数据时间很长,数据存在错误不能及时纠正等问题。
这次开发的个人事务管理系统管理员功能有个人中心,用户管理,通讯录管
理,财务信息管理,个人事务管理,系统帮助管理。用户可以注册登录,管理自
己的通讯录和事务信息。经过前面自己查阅的网络知识,加上自己在学校课堂上
学习的知识,决定开发系统选择 B/S 模式这种高效率的模式完成系统功能开发。
这种模式让操作员基于浏览器的方式进行网站访问,采用的主流的 Java 语言这
种面向对象的语言进行个人事务管理系统程序的开发,在数据库的选择上面,选
择功能强大的 MySQL 数据库进行数据的存放操作。
个人事务管理系统被人们投放于现在的生活中进行使用,该款管理类软件就
可以让管理人员处理信息的时间介于十几秒之间。在这十几秒内就能完成信息的
编辑等操作。有了这样的管理软件,个人事务管理信息的管理就离无纸化办公的
目标更贴近了。
关键词:个人事务管理系统;Java;MySQL;SSM 框架

II
Abstract
It is no longer trusted to use the old methods to systematically manage personal affairs
management information. Applying the current network information technology to the
management of personal affairs management information can solve many information
management problems, such as long processing time, data errors that cannot be
corrected in time, and so on.
The Personal Affairs Management System administrator function developed in this
project includes Personal Center, User Management, Address Book Management,
Financial Information Management, Personal Affairs Management, System Help
Management.Users can sign in and manage their own address book and transaction
information.After the previous self-checked network knowledge, combined with the
knowledge you learned in school classes, decided to develop the system choose B/S
mode, which is an efficient mode to complete the system function development.This
mode allows operators to access websites in a browser-based manner, develop
personal transaction management system programs in the mainstream Java language,
which is an object-oriented language, and select a powerful MySQL database for data
storage operations on database selection.
Personal affairs management system is put into use in people's lives. This
management software allows managers to process information for more than ten
seconds.It takes more than a dozen seconds to edit the information and so on.With
such management software, the management of personal affairs management
information is closer to the goal of paperless office.
Key Words:Personal affairs management system;Java;MySQL;SSM Framework

III
目 录
1 绪论 ...............................................1
1.1 研究背景 .........................................................................................................1
1.2 目的和意义 ......................................................................................................1
1.3 论文结构安排 .................................................................................................2
2 相关技术............................................3
2.1 SSM 框架介绍 .................................................................................................3
2.2 B/S 架构介绍 ...................................................................................................3
2.3 MYSQL 数据库介绍........................................................................................4
2.4 JAVA 语言介绍 ...............................................................................................5
3 系统分析............................................6
3.1 系统可行性分析 ..............................................................................................6
3.1.1 技术可行性分析 ..................................................................................6
3.1.2 经济可行性分析 ..................................................................................6
3.1.3 运行可行性分析 ..................................................................................6
3.2 系统性能分析 ..................................................................................................7
3.2.1 系统安全性 ..........................................................................................7
3.2.2 数据完整性 ..........................................................................................7
3.2.3 系统可扩展性 .......................................................................................8
3.3 系统流程分析 ..................................................................................................8
3.3.1 系统登录流程 .......................................................................................9
3.3.2 信息添加流程 .....................................................................................10
3.3.3 信息删除流程 .....................................................................................10
4 系统设计...........................................12
4.1 系统概要设计 ................................................................................................12
4.2 系统功能结构设计 ........................................................................................12

IV
4.3 数据库设计 ....................................................................................................13
4.3.1 数据库 E-R 图设计.............................................................................13
4.3.2 数据库表结构设计 ............................................................................14
5 系统实现...........................................21
5.1 用户信息管理 ...............................................................................................21
5.2 通讯录管理 ...................................................................................................21
5.3 财务信息管理 ...............................................................................................22
5.4 个人事务管理 ...............................................................................................22
6 系统测试 ...........................................24
6.1 本系统测试 .................................................................................................24
6.1.1 登录功能测试 .....................................................................................24
6.1.2 修改密码功能测试 .............................................................................25
6.2 测试结果分析 ................................................................................................25
结 论...............................................26
参考文献.............................................28
致 谢...............................................29