{$cfg_webname}
主页 > 计算机 > PHP >

基于微信小程序的外卖订餐系统设计(前端+后端)(PHP,MySQL)

来源:56doc.com  资料编号:5D20444 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20444
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于微信小程序的外卖订餐系统设计(前端+后端)(PHP,MySQL)(论文10000字,程序代码)
摘要:在日常生活中,微信是使用频率较多的软件之一,认可程度较高。目前形成了一种崭新的营销模式——微商。本设计基于微信小程序,应用PHP编程语言及MYSQL数据库平台,实现一个B/S架构的外卖订餐系统。具体包括用户点餐、商户管理、系统管理等功能,该系统界面简洁,功能完善,可以提升商家的营业额并方便用户的使用。
关键词:微信小程序;PHP;MYSQL

Wechat Applet-based Takeaway Ordering System
Abstract:In daily life, WeChat is one of the most frequently used software, with a high degree of acceptance. Now, it forms a new marketing model, micro-business. Based on the WeChat applet, it implements a B/S-architecture takeaway ordering system using the PHP programming language and the MYSQL database. The functions are user ordering, merchant management, system management etc. The system can increase the business turnover and facilitate the use of the user with the concise interface and complete functions.
Key words:WeChat applet; PHP; MYSQL
 

基于微信小程序的外卖订餐系统设计(PHP,MySQL)
基于微信小程序的外卖订餐系统设计(PHP,MySQL)
基于微信小程序的外卖订餐系统设计(PHP,MySQL)
基于微信小程序的外卖订餐系统设计(PHP,MySQL)


目 录
1、 绪论    1
    1.1课题背景    1
    1.2研究内容    1
2、系统开发环境    1
    2.1 PHP技术    1
    2.2 MYSQL数据库    2
3、系统需求分析    2
    3.1可行性分析    2
    3.2性能需求分析    2
    3.3系统功能需求分析    3
    3.4系统UML用例分析    4
4、系统设计    6
    4.1设计原则    6
    4.2系统流程    6
      4.2.1注册流程    6
      4.2.2登录流程    7
      4.2.3用户购买餐品流程    8
    4.3系统结构设计    10
    4.4数据库设计    11
      4.4.1数据库E-R图与实体属性    11
      4.4.2 数据库表    14
5、系统的实现    15
    5.1用户模块    15
      5.1.1系统主界面    15
      5.1.2商户信息查看界面    16
      5.1.3购物车界面    17
    5.2商户模块    17
      5.2.1登录界面    17
      5.2.2订单管理界面    18
      5.2.3分类管理界面    19
      5.2.4店铺信息管理界面    20
    5.3管理员模块    21
      5.3.1管理员登录界面    21
      5.3.2商户管理界面    22
6、系统测试    24
    6.1测试目的    24
    6.2测试方法    24
    6.3测试用例    25
    6.4性能测试    25
    6.5测试结果    25
7、总 结    25
参考文献    26
致 谢    27
 

推荐资料