毕业论文 个人银行储蓄业务系统.doc
约44页DOC格式手机打开展开
毕业论文 个人银行储蓄业务系统,摘 要随着银行储蓄业务蒸蒸日上,储蓄客户越来越多,由于办理手续的繁多和不合理,工作效率非常低,需要大量业务员,通常有储户等待排成长龙的现象,这给工作人 员增加了非常大的负担和额外的工作负荷;同时也给银行公司的发展带来了严重的制约和压力。如何为客户提供快捷方便的服务,是银行储蓄部门尽力争取的目标。 本课程实现了用银行卡可...
内容介绍
此文档由会员 ljjwl8321 发布
摘 要
随着银行储蓄业务蒸蒸日上,储蓄客户越来越多,由于办理手续的繁多和不合理,工作效率非常低,需要大量业务员,通常有储户等待排成长龙的现象,这给工作人 员增加了非常大的负担和额外的工作负荷;同时也给银行公司的发展带来了严重的制约和压力。如何为客户提供快捷方便的服务,是银行储蓄部门尽力争取的目标。 本课程实现了用银行卡可以直接在柜台或提款机取款;在柜台取款时第一次输入密码核对正确后即可办理取款;免去了再次签名确认身份的手续;如果增加自动存款机后,储户可直接在存款机存款,免去填表手续,提高了工作效率。以新技术带动业务发展, 改善服务手段 , 提高服务质量, 加大对计算机储蓄系统的稽查力度。本课程采用mvc开发模式,采用了struts2框架进行web开发技术。从中学到了web开发的流程以及web开发框架的使用。
关键词: 个人银行储蓄,Web开发,框架开发
Abstract
Along with the bank savings business day, saving more and more customers, because the formalities in various and is not reasonable, the working efficiency is very low, needs a large number of salesman, there are usually in the long wait for depositors phenomenon, this man to work part a very big increase the burden and the extra work load; But also to the bank, the development of the company brought serious restriction and pressure. How to provide quick and convenient service, is a bank savings department tried hard to get the goal. This course realized the use of bank CARDS can be directly in the counter or ATM withdrawals; In the counter first withdrawals input password check after right can be to draw the money; To avoid the signed the procedure again identity; If increase automatic deposit machine, the depositor directly on the savings deposit machine, and removed form formalities, improve the working efficiency. New technology to drive the business development, improve service means, improve the service quality, increase the computer savings system dynamics of audit. This course USES MVC development mode, the struts2 framework are web development technology. Learned from the web development process as well as the use of web development framework.
Keywords: Personal savings bank;Web development;development framework
目 录
第一章 绪论 1
一、研究的目的及背景 1
二、研究的方法和研究的内容 1
三、预期的结果及其地位意义 1
第二章 系统实现的技术 2
一、Jsp简介 2
二 、struts2简介 2
三、MD5加密技术 3
四、 JDBC简介 4
第三章 系统的设计与实现需求分析 1
一、 系统说明 1
(一)、系统业务流程 1
二、 需求分析 7
(一)系统需求分析 7
(二)系统总体流程 8
第四章 系统数据库设计 14
一、用户表设计 14
二、柜员表设计 14
三、流水账单表设计 15
四、 银行卡表 15
第五章 系统编码 17
一、开户视图 17
二、开户控制器 18
三、开户model 20
总 结 27
致 谢 28
参考文献 29
毕业设计(论文)评语 30
随着银行储蓄业务蒸蒸日上,储蓄客户越来越多,由于办理手续的繁多和不合理,工作效率非常低,需要大量业务员,通常有储户等待排成长龙的现象,这给工作人 员增加了非常大的负担和额外的工作负荷;同时也给银行公司的发展带来了严重的制约和压力。如何为客户提供快捷方便的服务,是银行储蓄部门尽力争取的目标。 本课程实现了用银行卡可以直接在柜台或提款机取款;在柜台取款时第一次输入密码核对正确后即可办理取款;免去了再次签名确认身份的手续;如果增加自动存款机后,储户可直接在存款机存款,免去填表手续,提高了工作效率。以新技术带动业务发展, 改善服务手段 , 提高服务质量, 加大对计算机储蓄系统的稽查力度。本课程采用mvc开发模式,采用了struts2框架进行web开发技术。从中学到了web开发的流程以及web开发框架的使用。
关键词: 个人银行储蓄,Web开发,框架开发
Abstract
Along with the bank savings business day, saving more and more customers, because the formalities in various and is not reasonable, the working efficiency is very low, needs a large number of salesman, there are usually in the long wait for depositors phenomenon, this man to work part a very big increase the burden and the extra work load; But also to the bank, the development of the company brought serious restriction and pressure. How to provide quick and convenient service, is a bank savings department tried hard to get the goal. This course realized the use of bank CARDS can be directly in the counter or ATM withdrawals; In the counter first withdrawals input password check after right can be to draw the money; To avoid the signed the procedure again identity; If increase automatic deposit machine, the depositor directly on the savings deposit machine, and removed form formalities, improve the working efficiency. New technology to drive the business development, improve service means, improve the service quality, increase the computer savings system dynamics of audit. This course USES MVC development mode, the struts2 framework are web development technology. Learned from the web development process as well as the use of web development framework.
Keywords: Personal savings bank;Web development;development framework
目 录
第一章 绪论 1
一、研究的目的及背景 1
二、研究的方法和研究的内容 1
三、预期的结果及其地位意义 1
第二章 系统实现的技术 2
一、Jsp简介 2
二 、struts2简介 2
三、MD5加密技术 3
四、 JDBC简介 4
第三章 系统的设计与实现需求分析 1
一、 系统说明 1
(一)、系统业务流程 1
二、 需求分析 7
(一)系统需求分析 7
(二)系统总体流程 8
第四章 系统数据库设计 14
一、用户表设计 14
二、柜员表设计 14
三、流水账单表设计 15
四、 银行卡表 15
第五章 系统编码 17
一、开户视图 17
二、开户控制器 18
三、开户model 20
总 结 27
致 谢 28
参考文献 29
毕业设计(论文)评语 30