基于J2EE框架的银行存取贷款业务管理系统 毕业论文

摘 要

近些年来,计算机软件飞速发展,各行各业的工作都离不开软件的支持,而银行业务的办理也是如此,由于传统的银行业务系统效率低下,安全性低,为了提高银行业务的工作效率,必须实现业务管理的软件化、自动化。本课题利用了MySQL 数据库技术,研究了专门针对银行存取贷款业务的管理系统,以B/S软件模式提供给银行如对存款过程、取款过程、贷款等管理的功能。首先,本系统详细论述了存取贷款系统所要用到的相关理论和相应的技术;然后针对银行存取贷款业务管理系统会有的需要性进行详细分解,在综合讨论的基础上分析银行存取贷款业务的数据流程,明白系统需求。其次,在需求分析的基础上,对银行存取贷业务管理系统进行设计,对系统概要功能进行设计分析。同时,设计了存取贷款业务管理系统数据库,分别建立了概念模型与逻辑模型。最后,分别设计与实现银行存取贷款业务管理系统模块,针对功能业务模块,设计了管理操作界面和主要功能的业务逻辑代码,完成银行存取贷款业务管理系统的模块功能实现;并对系统在实际的运行状态进行了测试分析,结果表明,本课题研究的银行存取贷款业务管理系统的实现符合需求分析要求。总之,银行存取贷款业务管理系统实现了银行业务管理的自动化,对促进银行业务的智能化管理具有一定价值。

ABSTRACT

In recent years,the rapid development of computer software, all walks of life and work cannot do without the support of the software,and the bank too,because of the low efficiency of traditional banking system,low security,in order to improve the banking efficiency,software and automation to achieve business management.This paper uses the MySQL database technology,the management for bank loan business access system based on B/S software model provided to banks such as deposit withdrawals, loan process, process management functions. First of all, the system discusses the related theory which will be used to access credit system and corresponding technology, then according to the bank loan business management system will have access to detailed decomposition, analysis of bank loan business access data flow based on the comprehensive discussion on the system requirements, see. Secondly, on the basis of demand analysis, the paper designs the BBMS, and designs and analyzes the function of the system. At the same time, the database of access loan management system is designed, and the conceptual model and logical model are established respectively. Finally, the design and implementation of bank loans were access to BBMS for the function module, service module design, business logic code management interface and the main function of the system, complete the functions of business management of bank loans to achieve access, and the system is tested and analyzed, in the actual operating conditions. The results show that the implementation of bank loan access the BBMS of this research conforms to requirements analysis requirements. In a word, the bank access loan management system has realized the automation of banking management, and has certain value to promote the intelligent management of banking business.

目 录

1. 绪论

1.1 背景

1.2 选题的目的和意义

1.3 系统介绍

1.4 论文组织结构

1.5 本章小结

2. 可行性分析

2.1 经济可行性

2.2 技术可行性

2.3  操作可行性

2.4 本章小结

3. 需求分析

3.1 安全性需求

3.2 功能需求

3.2.1 签到/签退

3.2.2 账户管理模块

3.2.3 账户存取款模块

3.2.4 查询余额模块

3.2.5 贷款

3.2.6 用户管理

3.2.7 日终

3.2.8 账户挂失

3.2.9 账户解挂

3.3 数据库E-R模型分析和数据字典

3.3.1 用户信息

3.3.2 账户信息

3.3.3 贷款类型信息

3.3.4 贷款申请模块

3.3.5 交易记录信息

3.4 性能需求

3.5 接口需求

3.6 本章小结

4. 概要设计

4.1 系统设计原则

4.2系统架构设计

4.3 系统功能模块设计

4.3.1 用户登录功能设计

4.3.2 账户管理功能设计

4.3.3 账户存款/取款功能设计

4.3.4 信息查询修改模块功能设计

4.3.5 贷款模块功能设计

4.3.6 用户管理模块功能设计

4.3.7 日终模块功能设计

4.3.8 账户挂失模块功能设计

4.3.9 账户解挂模块功能设计

4.4 数据库设计

4.4.1 用户信息表

4.4.2 账户基本信息表

4.4.3 账户详细信息表

4.4.4 贷款申请信息表

4.4.5 贷款类型信息表

4.4.6 贷款发放计划表

4.4.7 贷款回收计划表

4.4.8 交易记录信息表

4.5 本章小结

5 详细设计与实现

5.1 系统界面设计

5.1.1 登录/首页页面设计

5.1.2 账户管理界面设计

5.1.3 账户存款界面设计

5.1.4 账户取款界面设计

5.1.5 查询余额界面设计

5.1.6 贷款模块界面设计

5.1.7 用户管理界面设计

5.2 主要功能模块的设计实现

5.2.1 用户登录模块设计实现

5.2.2 账户开户模块设计实现

5.2.3 修改交易密码功能的设计实现

5.2.4 账户存款/取款功能的设计实现

5.2.5 贷款功能的设计实现

5.3 本章小结

6 系统测试

6.1 测试范围

6.2 系统功能测试

6.2.1 登录功能测试

6.2.2 账户开户功能测试

6.2.3 账户存款功能测试

6.2.4 贷款功能测试

6.2.5 用户管理功能测试

6.3系统实现遇到的问题及解决方法

6.3.1 Hibernate使用问题

6.3.2 前端问题

6.4 本章小结

7 结论与展望

8 结束语

9 致谢

参考文献

猜你喜欢

转载自blog.csdn.net/qq_43368615/article/details/135212734