毕业设计(封面)
题 目: 基金分析系统的设计与实现
基金分析系统的设计与实现
- I -
摘要
计算机信息技术的发展,推动了基金信息化管理的进程,并随着互联网+概念的提出,
各种互联网+软件也应运而生。在传统的管理中,各种信息管理难,传播速度慢,需要耗
费很长时间统计核查,不能满足现代化的发展需求,基于 JAVA 的基金分析系统的提出解
决了基金业务管理的难题,规范了运营管理,节省了人力和物力,实现了基金自动化管理,
为基金的发展带来机遇。
本基于 JAVA 的基金分析系统,以国内外相关应用软件的发展为依据,结合目前主流
技术,设计开发基于 JAVA 的软件系统,操作简单快捷。系统数据存储 MySQL 数据库中,
前台界面使用 Html、同时结合 JS 动态效果,实现界面的兼容显示。本文首先阐述基于
JAVA 的基金分析系统的开发背景,然后描述本文的工作重点,接下来对基于 JAVA 的基
金分析系统进行技术研究,然后进行需求分析,并根据需求分析对系统进行设计,最后通
过 JAVA 实现编码,通过测试后发布系统,最终进行了项目开发的总结。
关键词:基金;交易;信息技术;Java;
基金分析系统的设计与实现
- II -
Abstract
The development of computer information technology has promoted the process of stock
information management. With the concept of Internet plus, various Internet plus software has
emerged. In the traditional management, all kinds of information are difficult to manage, the
transmission speed is slow, and it takes a long time for statistical verification, which can not
meet the needs of modern development. The proposal of stock trading management system
based on Java solves the problems of stock business management, standardizes operation
management, saves human and material resources, realizes stock automatic management, and
brings opportunities for stock development.
Based on the development of relevant application software at home and abroad and
combined with the current mainstream technology, this stock trading management system based
on Java is designed and developed. The operation is simple and fast. The system data is stored in
the MySQL database. The wechat applet is used in the wechat applet end interface, and the
compatible display of the interface is realized in combination with JS dynamic effect. This paper
first expounds the development background of the stock trading management system based on
Java, and then describes the focus of this paper. Next, it makes a technical research on the stock
trading management system based on Java, then makes a demand analysis, designs the system
according to the demand analysis, finally realizes the coding through Java, releases the system
after testing, and finally summarizes the project development.
Keywords:stock; Transactions; Information technology; Java;
基金分析系统的设计与实现
III
目 录
摘要..................................................................................................................................................I
Abstract ...........................................................................................................................................II
第 1 章 绪论 ...................................................................................................................................1
1.1 课题背景 .........................................................................................................................1
1.2 课题研究意义 .................................................................................................................1
1.3 论文结构 .........................................................................................................................2
第 2 章 系统关键技术 ...................................................................................................................4
2.1 编程环境 .........................................................................................................................4
2.2 JAVA 语言 ........................................................................................................................4
2.3 MySQL 数据库 ..................................................................................................................5
第 3 章 系统分析 ...........................................................................................................................7
3.1 非功能性需求 .................................................................................................................7
3.2 功能性需求 .....................................................................................................................7
3.3 系统用例分析 .................................................................................................................8
3.4 系统可行性分析 ...........................................................................................................10
第 4 章 系统设计 .........................................................................................................................12
4.1 技术框架设计 ...............................................................................................................12
4.2 数据库设计 ...................................................................................................................12
4.2.1 数据库设计原则 ...............................................................................................12
4.2.2 数据库模型设计 ...............................................................................................13
4.2.3 数据库物理设计 ...............................................................................................14
4.3 功能模块设计 ...............................................................................................................14
4.3.1 前台功能设计 ...................................................................................................14
4.3.2 后台功能设计 ...................................................................................................15
第 5 章 系统实现 .........................................................................................................................16
5.1 前台实现 .......................................................................................................................16
5.1.1 前台会员首页 ....................................................................................................16
5.1.2 基金模块 ............................................................................................................16
5.1.3 基金买卖模块 ....................................................................................................17
5.1.4 在线咨询 ............................................................................................................18
5.1.5 我的模块 ............................................................................................................19
5.2 后台实现 .......................................................................................................................20
5.2.1 管理员登录 ........................................................................................................20
5.2.2 用户管理 ............................................................................................................20
5.2.3 基金管理实现 ....................................................................................................21
5.2.4 金融时事管理实现 ............................................................................................22
第 6 章 系统测试 .........................................................................................................................23
6.1 测试环境 .......................................................................................................................23
6.2 测试目的 .......................................................................................................................23
6.3 测试用例 .......................................................................................................................24
6.4 测试结论 .......................................................................................................................25
结论 ...............................................................................................................................................27
致谢 ...............................................................................................................................................28