设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于J2EE框架的银行存取贷款业务管理系统 毕业论文
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘 要

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

关键词:银行业务;贷款管理;数据库;B/S 模式;MySQL

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.

Key words: BBMS; Loan; Database; B/S software model; MySQL   

目 录

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 致谢

参考文献






















  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
全连接神经网络的垃圾邮件分类 课 川西旅游网的设计与实现 毕业论文 基于Python+Django+
基于VUE+SSM+MySQL的 基于VUE+SpringBoot 基于JavaSSM+MySQL的
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!