XXXX 学院
毕业设计(论文)
个人理财管理系统
学 院:
专 业:
班 级:
学 号:
网民姓名:
指导教师:
年 月 日
- 1 -
摘 要
随着社会的发展,人们的生活水平的不断提高,人们在理财投资方面,已经有着很高的认识
度了。人们的管理生活已经离不开网络。未来社会人们的生活和管理将越来越依赖于数字技术
的发展,越来越数字化、网络化、电子化、虚拟化。Internet 的发展历程以及目前的应用状况
和发展趋势,可以充分地相信网络技术将极大的改变我们的生活和工作方式,甚至社会的价值
观也会发生某种变化。
本设计尝试用 JSP 在网络上架构一个投资理财管理系统,本文从理论和实践两个角度出发,
对一个具有数据挖掘功能投资理财管理系统进行设计与实现分析。论文首先较为详尽地介绍了
管理课程的有关概念与知识,特别介绍了相关延伸表现形式,本统系统是运用 JSP 技术来实现
的。其主要功能有:系统用户管理,收入记录, 支出记录,财产查询,还贷助手,储蓄提醒等。论文
在撰写过程中,力求将理论与实践应用相结合,对各种理论进行阐述的同时配合系统从实际应
用和操作技巧上加以说明,希望能够更充分地体现到这些知识与技术在本系统中的应用与实现。
【关键词】面向对象分析与设计,JSP,理财,统计
- 2 -
Abstract
Along with the development of Internet technology, daily life can not already do
without the network. The life and work of the social people of future will depend on
the development of digital technology more and more ,Digitize more and more, the
networking, electronic, virtual. Development course and present application state and
development trend of Internet, can believe network technology great change life and
working way of us fully, Even a certain change will take place in the values of the
society.
This procedure tries to build up a bookshop in the network with ASP.NET, So that
every customer needn't go out and can do shopping easily through surfing the Net at
home .this article is analyzing the design and realization of an online bookshop with
Data Mining function, from the views of theory and practice. Starting with introducing
concepts and techniques of OOA and OOP in detail, especially introducing the knowledge
which apply for this system, such as: the feature and flow of OOA and OOP; analyzing
the feature、structure and using method of developing techniques ASP.NET and ADO.NET
which using in my system. And then, this article analyses the feasibility of the system,
then minutely layouts the design thoughts, goals and the system holistic framework.
At last, this article minutely explains the design and realization of Web page layout,
data base and application program of our system.
This online bookstore system uses ASP.NET technology to realize on Visual Studio.Net
platform. Its main function has: manage users, new books on sale, look for classified
books, search books, collect favorite book, process of purchase, sales list, the
comment of the books, website's management, etc.
During the course of writing this article, I strive to integrate theory and practice.
While expatiating the different kind of theories, I illuminate the application and
operation skill combining the system so as to fully incarnate the application of these
theories and techniques to this system.
[KEYWORD]:JSP SQL 日志
- 1 -
目 录
XXXX 学院......................................................................................................................................................0
毕业设计(论文) ..........................................................................................................................................0
个人理财管理系统 ..........................................................................................................................................0
目 录 ................................................................................................................................................................1
第 1 章 选题背景 ............................................................................................................................................1
1.1 发展情况 ...........................................................................................................................................1
1.2 目的和意义 ........................................................................................................................................1
1.3 国内外研究现状 ...............................................................................................................................1
1.4 任务概述 ..........................................................................................................................................2
1.4.1 目标 .......................................................................................................................................2
1.4.2 投资理财管理系统特点 .......................................................................................................2
第 2 章 解决方案的选择 ................................................................................................................................3
2.1 系统说明 ..........................................................................................................................................3
2.1 环境配置 ..........................................................................................................................................3
2.3 可行性分析 .......................................................................................................................................3
2.3.1 技术的可行性 .........................................................................................................................3
2.3.2 经济的可行性 .........................................................................................................................4
2.3.3 操作可行性 .............................................................................................................................4
2.3.4 法律的可行性 .........................................................................................................................4
2.4 开发工具和技术 ..............................................................................................................................4
3.1.1 开发语言和工具 .....................................................................................................................4
3.1.2 基于 B/S 结构开发 .................................................................................................................4
3.1.3 JAVA 语言简介......................................................................................................................5
3.1.4 JSP 技术 ..................................................................................................................................5
3.1.5 Tomcat.....................................................................................................................................5
3.1.6 MySQL 数据库.......................................................................................................................5
3.1.7 My Eclipse 平台......................................................................................................................6
3.1.8 软硬件需求 .............................................................................................................................6
第 3 章 需求分析 ............................................................................................................................................7
3.1 系统分析的任务与步骤 ...................................................................................................................7
3.1.1 系统分析的任务 ..................................................................................................................7
3.1.2 系统分析的步骤 ..................................................................................................................7
3.2 网站项目范围 ...................................................................................................................................7
3.5 系统的数据库设计 ...........................................................................................................................9
第 4 章 总体设计 ........................................................................................................................10
4.1 系统功能说明 .................................................................................................................................10
4.1.1 总体功能 .............................................................................................................................10
4.1.2 非功能性需求 .....................................................................................................................11
4.2 建立功能模型 ................................................................................................................................11
4.2.1 识别参与者 .........................................................................................................................11
4.2 建立数据库模型 ............................................................................................................................12
第 5 章 详细设计 ..........................................................................................................................................14
5.1.1 首页和登录界面 ...................................................................................................................14
5.1.2 管理平台界面 .......................................................................................................................16
5.1.3 在线投资 ..............................................................................................................................16
- 2 -
5.1.4 投资项目列表 .......................................................................................................................17
5.1.5 在线留言 ...............................................................................................................................17
5.1.6 注册用户管理 .......................................................................................................................17
5.1.7 在线充值 ..............................................................................................................................18
5.1.8 赎回信息管理 ......................................................................................................................18
第 6 章 系统测试 ..........................................................................................................................................19
6.1 系统测试的目的 ............................................................................................................................19
结 论 ..............................................................................................................................................................1
致 谢 ..............................................................................................................................................................1
参考文献 ..........................................................................................................................................................2