资源描述:
《华夏银行atm取款机系统毕业设计(论文)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要二十世纪末,随着金融服务的迅速发展,银行取款机已经发展成了各大银行金融服务战略中的重要一环,同时,银行取款机系统也经历了持续的更新换代,由于自动取款机的占地小,无论是在人群密集的城市中心,还是银行无法到达的一些地区,只要储户拥有一张银行卡,就可以方便快捷的办理各种取款业务,为广大用户提供了更加便捷和人性化的服务。ATM系统自行操作加快了业务流程,只要有ATM的地方都可以自行办理自动取款,转账,查询等业务,免除了排队烦恼,节省时间,而所谓ATM系统就是对提款机操作系统在个人PC上及主流操作平台上的编程实现,其开发主要包括后台数据库的建立和维护以及前端应
2、用程序的开发制作两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用,界面友好等特点。本系统采用开发工具MyEclipse7.0,数据库Oracle9i,实现了用户身份的认证、取款、存款、交易明细的查询等功能。分析并解决实现中遇到的若干问题,例如数据库资料如何实现更新,文本框的文字输出需要用到什么技术,如何实现数据库的连接,用户服务功能如何实现等等。关键词:MyEclipseOracleATMABSTRACTTheendofthetwentiethcentury,withtherapiddevelo
3、pmentoffinancialservices,banktellermachineshasbeendevelopedintoanimportantpartofthemajorbanksinthefinancialservicesstrategy,thesametime,thebanktellermachinesystemhasalsoexperiencedacontinuousupgradingofautomatedtellermachinessmallfootprint,whetheritisinthecrowdedcitycenter,ortheb
4、ankscannotreachsomeareas,aslongasthedepositorwithabankcard,itcanbeconvenientforavarietyofwithdrawalservicesprovidecustomerswithmoreconvenientanduser-friendlyservices.ATMsystemsoperatingontheirowntospeedupbusinessprocesses,aslongastheplaceofATMcanhandlethebusinessofautomaticwithdr
5、awals,transfers,inquiries,eliminatingthequeuingtrouble,savetime,theso-calledATMsystemisthetellermachineoperatingsystemonyourPCprogrammingandmainstreamoperatingplatformtoachieveitsdevelopmentmainlyincludestheestablishmentandmaintenanceofback-enddatabaseandfront-endapplicationdevel
6、opmenttotheproductionoftwoaspects.Fortheformerrequirementtoestablishdataconsistencyandintegrity,datasecurity,agoodlibrary.Functionforthelatterrequiresthattheapplicationiscomplete,easytouse,friendlyinterface.ThesystemusesdevelopmenttoolsMyEclipse7.0,databasetheOracle9iuseridentity
7、authentication,withdrawals,deposits,transactiondetails,queryfunction.Analyzeandsolveanumberofissuesencounteredintheimplementation,suchasdatabaseinformationhowtoupdatetextboxtextoutputneedtousewhattechnology,howtoachievetheconnectiontothedatabase,userservicefunctions.Keywords:MyEc
8、lipseOracleATM目录1前言11.1课题的来源及意义11.2国内外发展