基于android手机终端点菜系统大学本科毕业论文 - 图文

更新时间:2023-12-03 12:07:01 阅读量: 教育文库 文档下载

说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

2014 届本科毕业论文(设计)

****

论文(设计)题目: Android

手机终端点菜系统

学生姓名: ***

所在院系: 信息工程学院

所学专业: 计算机科学与技术

导师姓名: ***

完成时间: 2014-05-10

1

摘要

本课题所实现的电子点菜系统改变了传统的服务员和菜单的点菜模式,采用新颖的电子终端点菜系统,这种新式的方式使得餐馆更有档次和特色,对于其在同行业的竞争有着明显的帮助。

本课题采用c/s开发模式,分为服务器端和Android客户端的一些操作。在服务器端主要采用Jsp动态网页技术,实现了后台餐馆一方对菜谱信息的管理和对顾客订单的处理。在客户端主要采用Android技术实现了顾客对菜品的查找、分类查看、顾客对自己订单的选择和查看,顾客在确定订单之后可以提交给餐馆一方,使得餐馆一方得以查看并通知厨房做出菜品。

关键词 Android,MySQL,Jsp,Java

1

ABSTRACT

Electronic ordering system the realization of this project has changed the traditional service and menu menu mode,the novel electronic terminal order system,the new method makes the restaurant more grades and characteristics,this is very helpful for the same industry competition.

This topic uses c/s development mode,divided into some operation server and Android client.On the server side Jsp dynamic Webpage technology mainly uses,this has realized the backstage restaurant management side of the menu informationand customer order processing.The client uses the Android technology to realize the customer on the foodsearch, classification and view view, of their customers the choice of orders,customers in the restaurant after the order is confirmed can be submitted to a party.This makes the restaurant side to see and notice the kitchen to make dishes.

Keywords Android,MySQL,Jsp,Java

1

目 录

1. 绪论 ........................................................ 1

1.1项目背景及意义 .......................................... 1 1.2 Android系统概述 ........................................ 1 2. 系统理论和技术路线........................................... 3

2.1 Android四大组件 ........................................ 3 2.2 c/s体系 ................................................ 3 2.3 Jsp和Servlet........................................... 4 2.4系统主要路线 ............................................ 4 2.5 运行环境要求............................................ 5

2.5.1 硬件环境.......................................... 5 2.5.2 软件环境.......................................... 5

3. 系统需求分析................................................. 5

3.1各模块关系图 ............................................ 5 3.2数据库设计 .............................................. 6

3.2.1 数据库列表........................................ 6 3.2.2数据库连接的实现 .................................. 7 3.3 功能需求描述........................................... 11 3.4 主要开发工具........................................... 13

3.4.1 MyEclipse........................................ 13 3.4.2 ADT.............................................. 14

4. 软件系统设计................................................ 15

4.1后台功能模块 ........................................... 15

4.1.1后台登陆模块 ..................................... 15 4.1.2后台菜品模块 ..................................... 17 4.1.3后台订单模块 ..................................... 19 4.2客户端功能模块 ......................................... 20

4.2.1首页面模块 ....................................... 20 4.2.2主功能模块 ....................................... 21 4.2.3订单模块 ......................................... 23 4.2.4游戏模块 ......................................... 25

5. 结论........................................................ 26 谢词........................................................... 27

1

参考文献....................................................... 28

1

本文来源:https://www.bwwdw.com/article/w2xt.html

Top