天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁 > 科技論文 > 軟件論文 >

基于IOS用戶版手機(jī)銀行設(shè)計(jì)與實(shí)現(xiàn)

發(fā)布時(shí)間:2018-04-24 10:57

  本文選題:IOS系統(tǒng) + 四大模塊。 參考:《廣西師范大學(xué)》2017年碩士論文


【摘要】:隨著互聯(lián)網(wǎng)的快速發(fā)展,手機(jī)銀行已經(jīng)普遍使用,手機(jī)銀行的出現(xiàn)解決了現(xiàn)在銀行柜臺(tái)辦理業(yè)務(wù)的一些缺點(diǎn),手機(jī)銀行擁有便捷的銀行業(yè)務(wù)功能,在營業(yè)廳能辦理的業(yè)務(wù),在手機(jī)銀行上大都能得到解決,實(shí)現(xiàn)了 24小時(shí),足不出戶就可以隨時(shí)隨地辦理銀行業(yè)務(wù)的可能。手機(jī)銀行不僅僅為用戶們解決了排隊(duì)難、耗時(shí)長、出門不方便等諸多問題,提高了銀行部門的辦事效率,大大降低了銀行人員辦公的工作量。本課題的研究是分析現(xiàn)有的其他類手機(jī)銀行系統(tǒng)業(yè)務(wù)基礎(chǔ)上,再加入第二級(jí)安全加密硬件(貼膜盾)進(jìn)行開發(fā)的。主要是對(duì)手機(jī)銀行系統(tǒng)的界面設(shè)計(jì),業(yè)務(wù)模塊劃分,詳細(xì)功能的具體實(shí)現(xiàn),并依托于對(duì)Objective語言的掌握和對(duì)UI控件的深度分析研究,對(duì)數(shù)據(jù)庫SQLite的充分利用,經(jīng)過總體需求分析,整體框架結(jié)構(gòu)設(shè)計(jì),功能模塊設(shè)計(jì),代碼設(shè)計(jì),功能測試,最終實(shí)現(xiàn)了手機(jī)銀行系統(tǒng)的相關(guān)功能。本課題主要包括如下幾個(gè)內(nèi)容:(1)對(duì)IOS操作系統(tǒng)開發(fā)所使用的語言和平臺(tái)進(jìn)行研究分析,對(duì)IOS操作系統(tǒng)的四層架構(gòu)和平臺(tái)具有的特性進(jìn)行研究,同時(shí)對(duì)手機(jī)銀行系統(tǒng)的總體需求進(jìn)行了分析歸納,列出了具體的需求模塊,并分析研究實(shí)現(xiàn)手機(jī)銀行系統(tǒng)所需要的整體框架結(jié)構(gòu)。(2)手機(jī)銀行系統(tǒng)的界面部分,共有四個(gè)大的功能模塊:我的最愛、手機(jī)銀行、樂享生活、更多服務(wù)。四個(gè)模塊包含了本文所要研究的全部內(nèi)容,四個(gè)模塊中分別擁有自己的子模塊部分。每個(gè)功能模塊都對(duì)應(yīng)著不同的生活需求。在對(duì)數(shù)據(jù)獲取處理上,主要采取銀行接口,由銀行的接口提供信息,利用NSDefault存儲(chǔ)方式來保存用戶信息。(3)在涉及數(shù)據(jù)處理方面,如數(shù)據(jù)的傳送、數(shù)據(jù)的接收、數(shù)據(jù)在整個(gè)系統(tǒng)中的交傳遞方式等,都進(jìn)行詳細(xì)設(shè)計(jì)與開發(fā),尤其是在用戶個(gè)人信息展示界面上,如存儲(chǔ)、添加、刪除、更改、展示這些功能上,都做到了對(duì)數(shù)據(jù)正確使用,這使得用戶能夠安全、方便的獲取自己個(gè)人賬戶的詳細(xì)信息。(4)在數(shù)據(jù)信息安全維護(hù)方面,主要采取貼膜盾硬件加密,大大提高了數(shù)據(jù)在傳送過程中的安全性。樂享生活模塊中的周圍網(wǎng)點(diǎn),利用百度MapKit第三方框架提供的接口,利用其獲取的經(jīng)緯度坐標(biāo),作為數(shù)據(jù)參數(shù)精確的獲取網(wǎng)點(diǎn)的地理位置。模塊中的手機(jī)團(tuán)購部分,增加了手機(jī)銀行的生活實(shí)用性,采用大眾點(diǎn)評(píng)的開發(fā)文檔,結(jié)合多線程網(wǎng)絡(luò)的GCD技術(shù)來實(shí)現(xiàn)對(duì)網(wǎng)絡(luò)數(shù)據(jù)的請(qǐng)求,發(fā)送與接收來實(shí)現(xiàn)該部分功能,利用UIWeb控件能夠準(zhǔn)確的獲取周圍的網(wǎng)購信息,以滿足用戶對(duì)商品的認(rèn)知需求。(5)對(duì)軟件進(jìn)行功能性測試和非功能性的測試。其中,功能性測試是指檢測軟件具體功能實(shí)現(xiàn)情況。非功能性測試是指對(duì)屏幕適配兼容性和軟件運(yùn)行時(shí)耗電量情況、軟件內(nèi)存占用量的檢測,整個(gè)檢測環(huán)節(jié)從測試平臺(tái)的配置、測試環(huán)境、測試分析、測試結(jié)果四個(gè)方面進(jìn)行展開的。
[Abstract]:With the rapid development of the Internet, mobile banking has been widely used. The emergence of mobile banking has solved some of the shortcomings of banking counters. Mobile banking has convenient banking functions and can handle business in the business hall. In mobile banking can be mostly solved, achieved 24 hours, without leaving the home can handle the banking business anytime and anywhere possible. Mobile banking not only solves many problems for users, such as queue difficulty, long time consumption, inconvenient going out, and so on. It improves the efficiency of banking department and greatly reduces the workload of bank staff. Based on the analysis of other kinds of mobile banking system, the second level secure encryption hardware (membrane shield) is added to develop the research. It is mainly about the interface design of mobile banking system, the division of business modules, the specific realization of detailed functions, and based on the mastery of Objective language and the in-depth analysis of UI controls, the full use of database SQLite, through the overall demand analysis, The whole frame structure design, the function module design, the code design, the function test, finally realized the mobile phone banking system related function. This subject mainly includes the following contents: 1) Research and analysis of the language and platform used in the development of IOS operating system, and research on the characteristics of the four-tier architecture and platform of the IOS operating system. At the same time, the overall demand of mobile banking system is analyzed and summarized, the specific demand modules are listed, and the interface part of mobile banking system is analyzed and studied. There are four big function modules: my favorite, mobile banking, enjoyment of life, more services. The four modules contain all the contents of this paper, and each of the four modules has its own sub-module. Each functional module corresponds to different life needs. In the aspect of data acquisition and processing, the bank interface is mainly adopted, the bank interface provides information, and the user information is saved by NSDefault storage mode.) in the aspect of data processing, such as data transmission and data receiving, The data transfer mode in the whole system is designed and developed in detail, especially in the user's personal information display interface, such as storage, add, delete, change, display these functions, all achieve the correct use of data, This enables users to secure and conveniently obtain their personal account details. 4) in data information security maintenance, the main use of shield hardware encryption, greatly improve the security of data in the process of transmission. The peripheral network in the enjoyment life module uses the interface provided by Baidu MapKit third party frame and the longitude and latitude coordinates obtained by it as the data parameter to obtain the geographical position of the node accurately. The mobile phone group purchase part in the module increases the life practicability of the mobile phone bank, adopts Dianping's development document, unifies the multithread network GCD technology to realize the request to the network data, sends and receives realizes this part function, UIWeb control can accurately obtain the surrounding online shopping information in order to meet the needs of users to the cognitive requirements of goods. 5) the software for functional testing and non-functional testing. Among them, functional testing refers to the realization of the specific functions of the detection software. Non-functional testing refers to the test of screen compatibility, power consumption while software running, the amount of software memory occupied, the whole testing link from the configuration of test platform, test environment, test analysis, The test results were carried out in four aspects.
【學(xué)位授予單位】:廣西師范大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類號(hào)】:TP311.52

【參考文獻(xiàn)】

相關(guān)期刊論文 前3條

1 王紅崧;周海晏;;基于百度地圖API的旅游地理信息系統(tǒng)開發(fā)[J];現(xiàn)代計(jì)算機(jī)(專業(yè)版);2012年23期

2 柴洪峰;;移動(dòng)支付產(chǎn)業(yè)技術(shù)路線和發(fā)展策略探討[J];信息技術(shù)與標(biāo)準(zhǔn)化;2010年07期

3 高慶成;李紅娥;;一種“手機(jī)銀行”安全交易平臺(tái)系統(tǒng)的設(shè)計(jì)[J];西華大學(xué)學(xué)報(bào)(自然科學(xué)版);2007年02期

相關(guān)碩士學(xué)位論文 前2條

1 馮艷紅;基于Android平臺(tái)社區(qū)服務(wù)系統(tǒng)研究與實(shí)現(xiàn)[D];寧波大學(xué);2014年

2 蔣寅泉;基于Android的微課移動(dòng)學(xué)習(xí)平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)[D];江西師范大學(xué);2014年



本文編號(hào):1796349

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/1796349.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶501c6***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com
视频一区二区 国产精品| 夫妻性生活真人动作视频| 国产大屁股喷水在线观看视频| 久久精品国产99国产免费| 人妻一区二区三区在线| 久久一区内射污污内射亚洲| 在线观看免费无遮挡大尺度视频| 久久热中文字幕在线视频| 国产又粗又硬又长又爽的剧情| 日韩毛片视频免费观看| 欧美欧美欧美欧美一区| 青青操视频在线播放免费| 日韩在线精品视频观看| 精品欧美日韩一二三区| 欧美日韩国产精品第五页| 一个人的久久精彩视频| 在线日本不卡一区二区| 亚洲中文字幕在线综合视频| 大尺度剧情国产在线视频| 好吊妞视频免费在线观看| 欧美久久一区二区精品| 久久精品国产在热亚洲| 久久精品国产在热亚洲| 日韩黄色一级片免费收看| 亚洲av首页免费在线观看| 国产亚洲午夜高清国产拍精品| 视频一区二区 国产精品| 99久久无色码中文字幕免费| 日本三区不卡高清更新二区| 99久久精品午夜一区二| 久久婷婷综合色拍亚洲| 欧美一级片日韩一级片| 日本免费一本一二区三区| 国产日韩欧美在线播放| 99热中文字幕在线精品| 亚洲精品熟女国产多毛 | 午夜福利视频偷拍91| 人体偷拍一区二区三区| 国产精品免费视频视频| 91精品国产综合久久不卡| 好吊妞视频这里有精品|