开发一个基于苹果手机的互联网金融客户端,主要是为了使用户更好的体验iPhone手机的同时可以使用更科学的金融理财APP。
摘要:互联网金融的不断发展和智能手机的普及让越来越多的人喜欢使用手机APP进行金融理财,因此出现了越来越多的基于手机的互联网金融客户端。本文就对基于苹果手机的互联网金融APP进行了设计及实现。
本文首先对互联网金融的发展和意义进行了简单介绍,接着结合当前市场需求提出了本项目的主题,即开发一个基于IOS系统的金融理财手机APP,之后对本项目进行分析、设计以及实现。本项目是一个基于IOS系统,在Xcode中开发的苹果手机APP,使用本APP,用户可以进行注册、登录,查看和修改个人信息,对个人资产进行分类配置,对股票相关信息进行查询等操作。同时本项目是一款不卖产品的资产配置小工具,通过专业科学资产配置模型,帮助用户梳理自身资产状况,提升自身财富管理水平。界面相对友好,用户体验较好。
关键词 互联网金融 苹果手机APP Xcode Objective-C 资产配置
毕业设计说明书外文摘要
Title Internet banking client based on Apple Mobile
Abstract:The development of Internet banking and intelligent mobile phone let more and more people love to use mobile phone APP financial, so there are more and more Internet banking client based on mobile phone. In this paper, the design and implementation of APP based on Apple's mobile phone Internet banking.
First of all, this paper briefly introduces the development and significance of Internet Banking, then combined with the current market demand and put forward the project theme, namely the development of a IOS system based on the financial APP mobile phone, after the project analysis, design and implementation. This project is based on the IOS system, developed in Xcode apple APP mobile phone, using the APP, users can register, login, view and modify personal information, classify the configuration of personal assets, inquiries and other operations on the stock related information. At the same time, this project is a not to sell the asset allocation gadget products, through professional scienceAsset allocation model helps users sort out their own assets and improve their wealth management level. The interface is relatively friendly and the user experience is better
Keywords The Internet Finance iPhone APP Xcode Objective-C Asset allocation
目 次
1 绪论 1
1.1 课题研究背景 1
1.2 国内外研究现状 2
1.3 课题意义 3
2 相关技术和工具 4
2.1 开发工具Xcode 4
2.2 Objective-C 4
2.3 J2EE 4
2.4 Spring+SpringMVC+MyBatis 5
2.5 MySQL 6
2.6 Adobe Photoshop 6
3 项目总体设计 7
3.1 项目可行性分析 7
3.1.1 技术可行性 7
3.1.2 经济可行性 7
3.1.3 操作可行性 7
3.2 项目模块结构 8
3.3 需求分析 9
3.3.1 功能需求 9
3.3.2 接口需求 10
3.4 数据库设计 10
3.4.1 E/R图 10
3.4.2 数据库关键设计 11
4 项目详细设计 13
4.1 支撑环境 13
4.1.1 软件环境 13
4.1.2 硬件环境 13
4.1.3 网络环境 13
4.2 项目基本环境的搭建 13
4.3 启动界面及向导演示 15
4.3.1 进入APP的载入欢迎界面 15
4.3.2 向导演示 15
4.4 首页模块 18
4.4.1 我的资产配置 19
4.4.2 资产配置分析 21
4.5 查询模块 22
4.6 用户模块 24
4.6.1 用户登录 25