设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于Android的乐鲜生活APP设计与实现 毕业论文+任务书+答辩PPT+前后台源码及数据库文件+演示视频
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘  要

现代通信技术与基础设施的不断完善,在电子商务的快速发展下,传统零售生鲜超市面临转型,O2O模式(即线下门店与线上销售结合)是转型的选择路径之一。

本课题采用分层式设计构建了Android端体系结构,将系统分为表现层、业务逻辑层、模型层和数据持久层。表现层包含Android客户端各页面,如商品信息界面和购物车页面等。业务逻辑层分为核心业务和工具类两大模块。核心业务包括商品展示、商品搜索、购物车管理、订单管理和评价管理等功能。工具类模块包括Android客户端与用户交互的对话框、图片加载处理工具、数据交互的JSON数据处理工具以及网络请求工具。模型层包括系统主要实体对象,如商品、订单、订单详情、商品分类等。数据库持久层即DAO层,负责对系统数据的访问与存储。使用MVC设计模式实现了生鲜农产品商城系统,系统主要包含用户管理模块、购物车管理模块、商品展示模块、订单管理模块、评价管理模块等模块。

其中Andriod端使用了Material Design界面UI元素,主要包括用户管理、购物车管理等主要功能。用户管理模块包括注册、登录、用户信息管理等。购物车管理模块面向注册用户,包括加入购物车、查看购物车和编辑购物车三个主要功能。服务与后台管理选用J2EE平台下轻量级框架SSH实现,系统管理员完成后台管理,包括订单管理、商品管理、评价/关注管理等。其中商品展示模块主要包括商品添加、搜索、商品详情以及商品展示等功能,对注册用户,根据协同过滤算法推荐商品。

关键词:Andriod;生鲜APP;购物;商城;SSH

Abstract

With the continuous improvement of modern communication technology and infrastructure, with the rapid development of e-commerce, the traditional retail fresh supermarket is facing the transformation. The O2O mode (that is, the combination of offline stores and online sales) is one of the choice paths for the transformation.

A hierarchical design is used to construct the Android end architecture. The system is divided into presentation layer, business logic layer, model layer and data persistence layer. Presentation layer includes Android client pages, such as commodity information interface and shopping cart pages. The business logic layer is divided into two modules: core business and tool class. The core business includes the functions of commodity display, commodity search, shopping cart management, order management and evaluation management. The tool class module includes dialog box Android client interaction with user, image loading processing tool, JSON data processing tool for data interaction and network request tool. The model layer includes the main entity objects of the system, such as goods, orders, order details, commodity classification, etc. Database persistence layer is DAO layer, which is responsible for accessing and storing system data. By using the MVC design mode, the system of fresh agricultural products mall is realized. The system mainly includes user management module, shopping cart management module, commodity display module, order management module, evaluation management module and so on.

The Andriod end uses Material Design interface UI elements, including user management, shopping cart management and other main functions. User management module includes registration, login, user information management and so on. Shopping cart management module for registered users, including add shopping cart, view shopping cart and edit shopping cart three main functions. Service and background management are implemented J2EE a lightweight framework under SSH platform, and the system administrator completes the background management, including order management, commodity management, evaluation / attention management, etc. The commodity display module mainly includes the functions of commodity addition, search, commodity details and commodity display. For registered users, products are recommended according to collaborative filtering algorithm.

Keywords: Andriod; fresh APP; shopping; mall; SSH


目  录

摘  要

Abstract

第1章 绪论

1.1 研究内容

1.2 研究意义

1.3 研究现状和发展趋势

第2章 关键技术

2.1开发环境

2.2 Java SDK

2.3 Eclipse

2.4 ADT

2.5 Android SDK

2.6 Tomcat服务器

2.7 JSP技术

2.8 JSON

2.9 Android开发平台搭建

第3章 系统分析

3.1 研究目标

3.2 需求分析

3.3业务流程分析

3.4数据流图

3.5数据字典

3.6性能分析

第4章 系统设计

4.1  功能设计

4.2  数据库设计

4.2.1概念结构设计

4.2.2数据库表设计

第5章 系统实现

5.1  文件结构与用途

5.2  系统实现

5.2.1登录页

5.2.2后台页

5.2.3查看商品

5.2.4管理员管理商品功能

第6章 系统测试

6.1  软件测试的重要性

6.2  测试实例的研究与选择

6.3  测试环境与测试条件

6.4  系统运行情况

6.5  系统评价

总  结

参考文献

致  谢





































  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于Python的在线自主考试系 基于腾讯云的个人知识库管理系统 基于Android的酒店预定系统
基于matlab变频器控制交流电 基于微信小程序的家校联动平台管理 基于时频分析与自适应滤波技术的多
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!