预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共40页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

云南大学旅游文化学院本科生毕业论文题目:家庭理财平台的设计与实现系别:专业:学号:姓名:指导教师:完成时间:II摘要在分析了国内外理财软件开发现状的基础上,介绍了基于B/S的家庭理财平台的开发过程。该系统是主要针对家庭内部理财需要而开发设计出来的,是以MicrosoftVisualStudio2010作为开发平台,应用ASP.NET作为前台开发语言,应用SQLServer2008数据库来作为后台的数据库对该系统用到的数据进行存储和提取。家庭理财系统基于B/S模式,能够记录家庭每月的全部收入及各项开支情况,包括食品消费,房租,子女教育费用,水电费,医疗费,储蓄等;可以根据输入的月份查询每月的收支情况。因此,要求该系统必须具有以下几个功能模块:用户注册登录模块、收支模块、系统管理模块、账目统计模块以及查询模块。家庭理财系统是使用计算机进行信息管理,不仅提高了办事效率,而且操作简便、界面友好、实用性强、灵活变通,能够很好的满足家庭对财务管理方面的需要。关键字:家庭理财;理财平台;软件开发;C#程序设计;ASP.NETAbstractBasedonanalyzingthedomesticandforeignfinancialsoftwaredevelopmentpresentsituation,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.NET目录摘要IAbstractII1引言11.1课题背景11.2家庭理财系统国内外的发展情况11.3课题研究意义21.4系统设计思想22开发环境42.1数据库系统42.2开发平台42.2.1.NETFramework平台42.2.2ASP.NET42.2.3ADO.NET52.2.4C#52.3硬件环境52.3.1开发环境52.3.2运行环境62.4软件环境62.4.1开发环境62.4.2运行环境63系统概述73.1系统可行性分析73.1.1技术可行性73.1.2经济可行性73.1.3操作可能性83.1.4社会可行性83.1.5法律可行性83.2系统需求分析83.2.1功能需求分析83.2.2非功能需求分析104系统设计124.1系统的设计目标12