优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

基于安卓Android的校园二手物品交易平台APP设计

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:

基于安卓Android的校园二手物品交易平台APP设计(任务书,开题报告,论文说明书12000字,程序代码)
摘  要
为了迎合人们对二手物品交易需求的迫切趋势,本文设计并实现了基于Android平台和Java EE中的JDBC的校园二手物品交易平台APP,该APP为校园学生提供了二手物品买卖的平台,能够进行登陆注册、按照物品分类查看他人发布的二手物品、发布自己想要交易的二手物品、将想要购买的二手物品添加到购物车或者立即购买、搜索自己想要购买的二手物品、查看自己的发布历史、向账户余额中进行充值操作。
本文详细介绍了如何基于Android进行项目前端界面的开发,如何通过JDBC连接MySQL数据库,进行与数据交互。通过相关技术手段完成了项目功能六个模块主要功能。
本文包含了五个主要的部分,分别是绪论部分,讨论课题研究的必要性;相关技术综述部分,介绍项目用到的技术;需求分析部分,完成项目需求分析的介绍;详细设计与实现,介绍模块的流程分析和效果展示;总结,对课题项目进行反思与展望。
关键词:Android;Java EE;JDBC;二手物品;交易平台
Abstract
In order to meet the urgent trend of people's demand for second-hand goods trading, this paper designs and implements the campus second-hand goods trading platform APP based on Android platform and JDBC in Java EE. This platform provides campus students with a second-hand goods trading platform, which can register, view other people's second-hand items according to the classification of items, and publish the second-hand items they want to trade. Add the second-hand items you want to buy to the shopping cart or buy them immediately, search for the second-hand items you want to buy, view your release history, and recharge the balance of your account. [资料来源:http://www.THINK58.com]
This article describes in detail how to develop the front-end interface of the project based on Android, how to connect to the MySQL database through JDBC, and interact with the data. The main functions of the six modules of the project function have been completed through relevant technical means.
This paper contains five main parts, namely the introduction part, the necessity of discussing the research of the subject; the related technology review part, introduces the technology used in the project; the demand analysis part, completes the introduction of the project demand analysis; detailed design and implementation, introduction Process analysis and effect display of the module; summary, reflection and outlook on the project.
Key Words:Android;Java EE;JDBC;Secondhand goods;trading platform
功能性需求分析
校园二手物品交易APP作为一款物品交易软件,主要的功能性需求有:用户的登陆注册、忘记密码、根据分类进行商品浏览,根据关键词搜索相关物品,查看商品的详细信息、将物品添加到购物车中、购买物品、清空购物车、发布商品、用户余额充值、查看发布历史、登出账号等功能。 [来源:http://www.think58.com]
 

[资料来源:THINK58.com]

基于安卓Android的校园二手物品交易平台APP设计
基于安卓Android的校园二手物品交易平台APP设计
基于安卓Android的校园二手物品交易平台APP设计
基于安卓Android的校园二手物品交易平台APP设计


目录
摘  要    I
Abstract    II [资料来源:http://THINK58.com]
第1章  绪论    1
1.1 项目背景    1
1.2 课题相关国内外发展现状研究    2
1.3 课题的主要内容和论文的组织结构    2
第2章 校园二手物品交易APP的相关技术综述    4
2.1 Android系统框架    4
2.2 JDBC简介    5
2.3MySQL简介    6
2.4 本章小结    6
第3章 校园二手物品交易APP需求分析    7
3.1 需求分析综述    7
3.1.1 客户端特点分析    7
3.1.2 用户特征分析    8
3.2 功能性需求分析    8
3.2.1 登陆注册模块    9
3.2.2 商品展示模块    9
3.2.3 商品发布模块    11
3.2.4 商品搜索模块    13
3.2.5 购物车模块    14
3.2.6 个人中心模块    15
3.3 非功能性需求分析    16
3.4 本章小结    16 [资料来源:http://THINK58.com]
第4章 校园二手物品交易APP概要设计    16
4.1 设计目标    16
4.2 客户端总体功能结构    16
4.3 数据库设计    17
4.4 本章小结    19
第5章 校园二手物品交易APP详细设计与实现    20
5.1 登陆注册模块    20
5.1.1 登陆注册模块流程分析    20
5.1.2 登陆注册模块效果展示    21
5.2 商品展示模块    22
5.2.1 商品展示模块流程分析    22
5.2.2 商品展示模块效果展示    23
5.3 商品发布模块    23
5.3.1 商品发布模块流程分析    24
5.3.2 商品发布模块效果展示    25
5.4 商品搜索模块    25
5.4.1 商品搜索模块流程分析    26
5.4.2 商品搜索模块效果展示    27
5.5 购物车模块    28
5.5.1 购物车模块流程分析    28
5.5.2 购物车模块效果展示    29

[资料来源:www.THINK58.com]

5.6 个人中心模块    29
5.6.1 个人中心模块流程分析    29
5.6.2 个人中心模块效果展示    30
5.7 系统测试与验收    30
5.7.1 测试环境    30
5.7.2 测试方法    31
5.7.3 测试用例设计    32
5.7 本章小结    35
第6章 结论    36
6.1 全文总结    36
6.2 参考文献    37
致  谢    39 [资料来源:http://think58.com]