摘 要
期货交易模拟系统采用 B/S 架构,数据库是 MySQL。网站的搭建与开发采用
了先进的 Python 进行编写,使用了 Django 框架。该系统从三个对象:由管理员和
用户、期货公司来对系统进行设计构建。主要功能包括:个人信息修改,对用户
信息、期货公司信息、期货投资、取消投资、风险控制、账户资金、持仓资金等
功能进行管理。本系统在一般期货交易模拟系统的基础上增加了首页推送最新信
息的功能,方便用户快速浏览,是一个高效的、动态的、交互友好的期货交易模
拟系统。
本系统在设计过程中,很好地发挥了该开发方式的优势,让实现代码有了良
好的可读性,而且使代码的更新和维护更加的方便,操作简单,对以后的维护减
少了很多麻烦。系统的顺利开发和实现,对于期货交易模拟信息这一方面提供巨
大的便利服务,无论是管理员还是用户和期货公司,都带来了极大的便利,方便
大众,为社会的进步与发展提供了一些动力。
关键词:期货交易模拟系统;Python 语言;MySQL 数据库
Abstract
The futures trading simulation system adopts B/S architecture, and the database is
MySQL. The website is built and developed using advanced Python and the Django
framework. The system is designed and constructed from three objects: administrators,
users and futures companies. Main functions include: modification of personal
information, management of user information, futures company information, futures
investment, cancellation of investment, risk control, account funds, position funds and
other functions. This system adds the function of pushing the latest information on the
home page on the basis of the general futures trading simulation system, which is
convenient for users to browse quickly. It is an efficient, dynamic and interactive
futures trading simulation system.
In the process of design, the system gives full play to the advantages of this
development method, makes the implementation code have good readability, and makes
the update and maintenance of the code more convenient, easy to operate, and reduces a
lot of trouble for future maintenance. The smooth development and implementation of
the system provides huge convenience services for the futures trading simulation
information. Both administrators, users and futures companies have brought great
convenience to the public and provided some impetus for social progress and
development.
Key words: futures trading simulation system; Python language; MySQL database
目 录
1 绪 论 ..........................................................................................................................1
1.1 背景与意义 ..........................................................................................................1
1.2 国内外研究概况 .................................................................................................1
1.3 研究的内容 .........................................................................................................2
2 系统开发技术 ..............................................................................................................3
2.1 MySQL 数据库介绍............................................................................................3
2.2 PyCharm 开发环境..............................................................................................3
2.3 Python 语言..........................................................................................................3
2.4 Django 框架 .........................................................................................................3
2.5 B/S 架构 ...............................................................................................................3
3 系统分析 .......................................................................................................................4
3.1 系统需求分析 .....................................................................................................4
3.2 系统可行性分析 .................................................................................................4
3.2.1 技术可行性 ..................................................................................................4
3.2.2 经济可行性 ..................................................................................................5
3.3 项目设计目标与原则 .........................................................................................5
3.3.1 系统总体描述 ..............................................................................................5
3.3.2 开发目标 ......................................................................................................6
3.4 系统流程分析 ......................................................................................................6
3.4.1 操作流程 ......................................................................................................6
3.4.2 添加信息流程 ..............................................................................................7
3.4.3 删除信息流程 ..............................................................................................8
4 系统设计 ......................................................................................................................9
4.1 系统体系结构 .....................................................................................................9
4.2 系统总功能结构设计 .......................................................................................10
4.3 开发流程设计 ....................................................................................................10
4.4 数据库设计原则 ...............................................................................................11
4.5 数据表 ...............................................................................................................13
5 系统详细设计 ............................................................................................................19
5.1 前台系统模块实现 ............................................................................................19
5.2 后台管理员模块实现 ........................................................................................21
5.3 后台用户模块实现 ............................................................................................23
5.3 后台期货公司模块实现 ....................................................................................23
6 系统测试 ..................................................................................................................26
6.1 系统测试的目的 ................................................................................................26
6.2 系统测试方法 ....................................................................................................26
6.3 功能测试 ............................................................................................................27
结 论 ............................................................................................................................29
参考文献 ........................................................................................................................30
致 谢 ............................................................................................................................31
1
1 绪 论
互联网这几年来的发展也是日新月异的,互联网让地球变成了一个地球村,
人们足不出户就可以完成各种各样的工作
Error! Reference source not found.
。从 2017 年末开
始,国家各个部门印发的各项文件,包括给领导人的工作报告中都频繁提到了互
联网发展的重要性,这为人们指明了互联网将是未来发展的主要方向,在国内受
到了众多的重视并得到了大力发展。在这个大数据时代下,互联网的普遍应用可
以解决上述人们的问题,一个期货交易模拟系统便开始研发了
Error! Reference source not
found.
。
1.1 背景与意义
随着社会的快速发展,计算机技术的影响是全面且深入的。目前,社会的各
种类型的网站越来越多,但是有些类型的网站附加了太多的商业元素和虚假信息,
而且,用户在搜索相关信息时需访问多个网站和大量垃圾广告,这已经在很大程
度上影响了对信息搜索效率,并且降低了用户的体验感,使用户很难快速地浏览
或查询到自己所需要的相关信息。电子计算机在现代管理中的应用使电子,计算
机变成了人类运用现代信息技术的主要工具
Error! Reference source not found.
。可以更高效
的处理人类获取信息中精细化、全面化的问题,从而提高了效率。本系统使用具
有独特且和资源相对优势的管理方式,来提供一个优秀的系统平台,在这个管理
过程受到了鼓励与帮助。而随着互联网的应用,互联网也以一种巨大变革力的新
形象出现于商务关系领域。
探究本课题,就是希望能够实现管理员和用户、期货公司的选择,便于管理
员和用户、期货公司的同时也可以发现更优质的信息管理系统
Error! Reference source not
found.
。
1.2 国内外研究概况
在当前这个飞速发展的时代,无论是国内还是国外,发展都是突飞猛进的,
经济形势也是一片明朗。在这种背景下,互联网的这一块的市场成为了各个国家
想要争夺的香饽饽。于是无论是国内还是国外一些公司把目光投向了互联网这块