云南大学旅游文化学院本科生毕业论文题目:家庭理财平台的设计与实现系别:专业:学号:姓名:指导教师:完成时间:摘要在分析了国内外理财软件开发现状的基础上,介绍了基于B/S的家庭理财平台的开发过程。该系统是主要针对家庭内部理财需要而开发设计出来的,是以MicrosoftVisualStudio2010作为开发平台,应用ASP.NET作为前台开发语言,应用SQLServer2008数据库来作为后台的数据库对该系统用到的数据进行存储和提取。家庭理财系统基于B/S模式,能够记录家庭每月的全部收入及各项开支情况,包括食品消费,房租,子女教育费用,水电费,医疗费,储蓄等;可以根据输入的月份查询每月的收支情况。因此,要求该系统必须具有以下几个功能模块:用户注册登录模块、收支模块、系统管理模块、账目统计模块以及查询模块。家庭理财系统是使用计算机进行信息管理,不仅提高了办事效率,而且操作简便、界面友好、实用性强、灵活变通,能够很好的满足家庭对财务管理方面的需要。关键字:家庭理财;理财平台;软件开发;C#程序设计;ASP.NETIAbstractBasedonanalyzingthedomesticandforeignfinancialsoftwaredevelopmentpresentsituation,introducedthedevelopmentprocessoffamilyfinancialmanagementplatformbasedonB/S.Thesystemismainlyforfamilyinternalfinancingneedandthedevelopmentofdesignout,isbasedonMicrosoftVisualStudio2010asthedevelopmentplatform,usingASP.NETastheonstagedevelopmentlanguage,usingSQLServer2008databaseasthebackgrounddatabasestorageandextractionofthesystemusedforthedata.BasedontheB/Smodeloffamilyfinancialmanagementsystemthatcanrecordallthefamilymonthlyincomeandvariousexpenses,includingfoodconsumption,rent,children'seducationfees,utilities,medicalexpenses,savings;canaccordingtothebalanceofpaymentssituationqueryinputofthemonthmonthly.Therefore,requiresthatthesystemmusthavethefollowingfunctionmodules:UserLoginregisteredmodule,paymentmodule,systemmanagementmodule,accountsstatisticsmodule,querymodule.Familyfinancialmanagementsystemistheuseofcomputerinformationmanagement,notonlyimprovestheefficiency,andhastheadvantagesofsimpleoperation,friendlyinterface,strongpracticability,flexibility,canbeverygoodtomeettheneedsoffamilyfinancialmanagement.Keywords:Familyfinancialmanagement;financingplatform;softwaredevelopment;C#programming;ASP.NETII目录摘要..........................................................................IAbstract.....................................................................II1引言........................................................................11.1课题背景..............................................................11.2家庭理财系统国内外的发展情况..........................................11.3课题研究意义..........................................................21.4系统设计思想..........................................................22开发环境....................................................................42.1数据库系统............................................................42.2开发平台..............................................................42.2.1.NETFramework平台.............................................42.2.2ASP.NET........................................................42.2.3ADO.NET........................................................52.2.4C#.............................................................52.3硬件环境..............................................................52.3.1开发环境........................................................52.3.2运行环境........................................................62.4...