畢業(yè)論文 個人銀行儲蓄業(yè)務(wù)系統(tǒng).doc
約44頁DOC格式手機打開展開
畢業(yè)論文 個人銀行儲蓄業(yè)務(wù)系統(tǒng),摘 要隨著銀行儲蓄業(yè)務(wù)蒸蒸日上,儲蓄客戶越來越多,由于辦理手續(xù)的繁多和不合理,工作效率非常低,需要大量業(yè)務(wù)員,通常有儲戶等待排成長龍的現(xiàn)象,這給工作人 員增加了非常大的負(fù)擔(dān)和額外的工作負(fù)荷;同時也給銀行公司的發(fā)展帶來了嚴(yán)重的制約和壓力。如何為客戶提供快捷方便的服務(wù),是銀行儲蓄部門盡力爭取的目標(biāo)。 本課程實現(xiàn)了用銀行卡可...
內(nèi)容介紹
此文檔由會員 ljjwl8321 發(fā)布
摘 要
隨著銀行儲蓄業(yè)務(wù)蒸蒸日上,儲蓄客戶越來越多,由于辦理手續(xù)的繁多和不合理,工作效率非常低,需要大量業(yè)務(wù)員,通常有儲戶等待排成長龍的現(xiàn)象,這給工作人 員增加了非常大的負(fù)擔(dān)和額外的工作負(fù)荷;同時也給銀行公司的發(fā)展帶來了嚴(yán)重的制約和壓力。如何為客戶提供快捷方便的服務(wù),是銀行儲蓄部門盡力爭取的目標(biāo)。 本課程實現(xiàn)了用銀行卡可以直接在柜臺或提款機取款;在柜臺取款時第一次輸入密碼核對正確后即可辦理取款;免去了再次簽名確認(rèn)身份的手續(xù);如果增加自動存款機后,儲戶可直接在存款機存款,免去填表手續(xù),提高了工作效率。以新技術(shù)帶動業(yè)務(wù)發(fā)展, 改善服務(wù)手段 , 提高服務(wù)質(zhì)量, 加大對計算機儲蓄系統(tǒng)的稽查力度。本課程采用mvc開發(fā)模式,采用了struts2框架進行web開發(fā)技術(shù)。從中學(xué)到了web開發(fā)的流程以及web開發(fā)框架的使用。
關(guān)鍵詞: 個人銀行儲蓄,Web開發(fā),框架開發(fā)
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
二、研究的方法和研究的內(nèi)容 1
三、預(yù)期的結(jié)果及其地位意義 1
第二章 系統(tǒng)實現(xiàn)的技術(shù) 2
一、Jsp簡介 2
二 、struts2簡介 2
三、MD5加密技術(shù) 3
四、 JDBC簡介 4
第三章 系統(tǒng)的設(shè)計與實現(xiàn)需求分析 1
一、 系統(tǒng)說明 1
(一)、系統(tǒng)業(yè)務(wù)流程 1
二、 需求分析 7
(一)系統(tǒng)需求分析 7
(二)系統(tǒng)總體流程 8
第四章 系統(tǒng)數(shù)據(jù)庫設(shè)計 14
一、用戶表設(shè)計 14
二、柜員表設(shè)計 14
三、流水賬單表設(shè)計 15
四、 銀行卡表 15
第五章 系統(tǒng)編碼 17
一、開戶視圖 17
二、開戶控制器 18
三、開戶model 20
總 結(jié) 27
致 謝 28
參考文獻 29
畢業(yè)設(shè)計(論文)評語 30
隨著銀行儲蓄業(yè)務(wù)蒸蒸日上,儲蓄客戶越來越多,由于辦理手續(xù)的繁多和不合理,工作效率非常低,需要大量業(yè)務(wù)員,通常有儲戶等待排成長龍的現(xiàn)象,這給工作人 員增加了非常大的負(fù)擔(dān)和額外的工作負(fù)荷;同時也給銀行公司的發(fā)展帶來了嚴(yán)重的制約和壓力。如何為客戶提供快捷方便的服務(wù),是銀行儲蓄部門盡力爭取的目標(biāo)。 本課程實現(xiàn)了用銀行卡可以直接在柜臺或提款機取款;在柜臺取款時第一次輸入密碼核對正確后即可辦理取款;免去了再次簽名確認(rèn)身份的手續(xù);如果增加自動存款機后,儲戶可直接在存款機存款,免去填表手續(xù),提高了工作效率。以新技術(shù)帶動業(yè)務(wù)發(fā)展, 改善服務(wù)手段 , 提高服務(wù)質(zhì)量, 加大對計算機儲蓄系統(tǒng)的稽查力度。本課程采用mvc開發(fā)模式,采用了struts2框架進行web開發(fā)技術(shù)。從中學(xué)到了web開發(fā)的流程以及web開發(fā)框架的使用。
關(guān)鍵詞: 個人銀行儲蓄,Web開發(fā),框架開發(fā)
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
二、研究的方法和研究的內(nèi)容 1
三、預(yù)期的結(jié)果及其地位意義 1
第二章 系統(tǒng)實現(xiàn)的技術(shù) 2
一、Jsp簡介 2
二 、struts2簡介 2
三、MD5加密技術(shù) 3
四、 JDBC簡介 4
第三章 系統(tǒng)的設(shè)計與實現(xiàn)需求分析 1
一、 系統(tǒng)說明 1
(一)、系統(tǒng)業(yè)務(wù)流程 1
二、 需求分析 7
(一)系統(tǒng)需求分析 7
(二)系統(tǒng)總體流程 8
第四章 系統(tǒng)數(shù)據(jù)庫設(shè)計 14
一、用戶表設(shè)計 14
二、柜員表設(shè)計 14
三、流水賬單表設(shè)計 15
四、 銀行卡表 15
第五章 系統(tǒng)編碼 17
一、開戶視圖 17
二、開戶控制器 18
三、開戶model 20
總 結(jié) 27
致 謝 28
參考文獻 29
畢業(yè)設(shè)計(論文)評語 30
TA們正在看...
- 計算機基礎(chǔ)基本組成篇ppt.ppt
- 計算機基礎(chǔ)教案oweroinppt.ppt
- 計算機基礎(chǔ)知識二級msofficeppt.ppt
- 計算機基礎(chǔ)知識課件經(jīng)典ppt.ppt
- 計算機平面設(shè)計專業(yè)ppt.ppt
- 計算機應(yīng)用基礎(chǔ)周南岳第一章ppt.ppt
- 計算機應(yīng)用基礎(chǔ)周南岳配套電子教案第1章ppt.ppt
- 計算機應(yīng)用基礎(chǔ)周南岳配套電子教案第5章ppt.ppt
- 計算機應(yīng)用基礎(chǔ)周南岳-第一章ppt.ppt
- 計算機應(yīng)用基礎(chǔ)第二章周南岳ppt.ppt