资源描述:
《基于java的atm模拟系统》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、I基于JAVA的自动取款机模拟系统摘要:ATM是指有计算机控制的持卡人自我服务型的金融专用设备。目前随着全球金融业的兴起和计算机网络技术的发展,ATM网上银行作为电子商务的一种形式正以方便、快捷的优势,逐步成为金融业一种新兴的经营模式和理念,它迎合了社会快节奏地工作和生活的需要,使顾客可以方便快捷轻松地办理各种实物银行所能办理的各种业务,如提款、存款、查询余额、更改密码等,同时也大大节约了实物银行的人力,物力和财力。本文介绍的模拟ATM系统就是对提款机操作系统在个人PC上平台中的编程实现,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发制作两个方面。关键部分为系统功能需求模块、系
2、统实现。功能需求模块部分介绍了系统设计的指导思想、数据库的设计、各功能模块的设计;系统实现介绍了在具体实现时需解决的一些技术,如开发框架的整合技术、开发框架与数据库的连接及用户界面的设计等方面。系统设计采用eclipse作为开发工具,使用Java语言编写,并连接MSSQL数据库,搭建和模拟银行最常见存款取款转账操作。可实现用户登录、用户存款、用户取款、用户转账、查询该用户信息和余额的功能。关键词:ATM机;Java;SQLServer;EclipseIIJAVA.basedATMsimulationsystemAbstract:ATMisaSpecialequipmentoffinance
3、thatcontrilledbycomputerandself.servicebyCardholder.Nowdayswiththeriseoftheglobalfiancialindustyandcomputernetworktechnology,ATMonlinebankingasaformofe.commerce,totheadvantagesoflastandconvenient,hasgraduallybecomeanewbusinessmodelandphilosophyoffinancialindustry.Itcaterstothefastpaceofworkandlife
4、,sothatcustomerscanquicklyandeasilyhandleavarietyofbusinesswhichrealbankdobefore.ThesimulationofATMsystemsthisarticledescribes,isATMoperatingsystemexecutedonapersonalPCplatform,andit’sdevelopmentmainlyincludestwoaspects,theestablishmentandmaintainofdatabase,anddevelopmentoffront.endproduction.Akey
5、partsystemforfunctionalrequirementsmodule,thesystemimplementation.Functionalrequirementspartofthemodulesystemthispaperintroducesthedesignoftheguidingideology,databasedesign,thefunctionofeachmoduledesign;Systemimplementationinspecificreducestheneedtoimplementwhensolvesometechnical,suchasdevelopment
6、frameworkintegrationoftechnology,developmentframeworkwiththedatabaseconnectionanduserinterfacedesign. ThesystemUSESeclipseasadevelopmenttool,usingjavalanguage,andconnectSQLServerdatabase,setupandsimulatedoperatingbankthemostcommondepositwithdrawalsbybanktransfer.Canrealizeuserregistration,userlogi
7、n,usersdeposits,withdrawals,transfersandquerytheuserinformationoffunction.Keywords:ATMmachine,SQLServer,EclipseII目录前言...............................................................................................