资源描述:
《个人理财系统的实现与设计》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、盐城师范学院毕业设计个人理财系统的实现与设计摘要手机是我们日常出行的必带品,随着智能手机的普及化,人们更倾向于通过手机来获取、发布和传递信息。特别是Android系统的智能手机,在智能手机市场占据了很大的份额。在高节奏的工作及生活之下,人们对自身财务的管理及分配便有着更高的期望和需求,记账已成为许多人的生活习惯。因此,个人理财软件显得十分必要,它可以让人们随时记录自己本月的收入、支出情况,在消费时做出明确的选择。本系统是基于Android平台的个人理财系统,以Eclipse+AndroidDeveloperTools为开发工具,选取的数据
2、库为MySQL。主要功能包括用户注册登录、收支信息管理、收支分类统计、收支总统计等,方便个人进行理财管理。该系统能轻松地使用户实现实时管理个人财产、个人账单,实时了解自身消费情况,避免盲目消费。【关键词】智能手机;Android;记账;理财软件盐城师范学院毕业设计DesignandImplementationofPersonalFinanceSystemAbstractMobilephoneisverynecessaryinourdailylife.Withthepopularityofsmartphones,peoplearemorei
3、nclinedtogetinformation,transferinformationandreleaseinformationbysmartphones.SmartphonebyAndroid,inespecially,accountsforalargeshareinthesmartphonemarket.Underthehigh-pacedworkandlife,peoplewillhavehigherexpectationsanddemandsonmanagementanddistributionoftheirownfinances
4、,andaccountinghasbecomemanypeople'shabits.Therefore,itisaverynecessarypersonalfinancesoftware,whichallowspeopletokeeprecordsoftheirincomeandexpenditureeverymonth,andthenmakeaclearchoiceatthetimeofconsumption.ThesystemisapersonalfinancesystemwhichisbasedonAndroidplatform.I
5、tselectsEclipseandAndroidDeveloperToolsasthedevelopmenttools,andselectmysqlasthedatabase.Themainfunctionsincludeusermanagement,revenueorexpenditureinformationmanagement,theclassificationstatisticsofrevenueorexpenditureinformation,thetotalamountofrevenueorexpenditure,andso
6、on.Itisconvenientforindividualstomanagefinances.Thesystemeasilyenablesuserstoachievereal-timemanagementofpersonalpropertyorbillsandknowtheirownconsumptionintimetoavoidmindlessconsumption.[Keywords]smartphone,Android,accounting,personalfinancesoftware盐城师范学院毕业设计目录1课题概述11.1课
7、题开发背景11.2课题研究思路11.3课题研究内容11.4课题研究目的22相关技术介绍22.1Servlet22.2MyBatis22.3MySQL23可行性分析33.1技术可行性分析33.2经济可行性分析33.3社会可行性分析34需求分析44.1功能需求分析44.1.1用户注册登录54.1.2收入管理54.1.3支出管理54.1.4统计图表54.2性能需求分析65系统设计65.1系统设计65.1.1系统结构描述65.1.2系统基本模块65.1.3系统流程图75.2数据库设计86系统实现96.1系统架构96.2系统组织结构9盐城师范学院毕
8、业设计6.3具体实现106.3.1个人登录106.3.2收入管理-添加126.3.3收入管理-修改136.3.4收入管理-按类别查询146.3.5收入、支出分类统计166.3.6收支总统计17