【正文】
湖 南 科 技 大 學 畢 業(yè) 設 計( 論 文 ) 題目 基于 Android 的網上訂餐系統(tǒng) 作者 學院 專業(yè) 學號 指導教師 二〇 一二 年 五 月 十六 日 摘 要 隨著科技的發(fā)展,二十一世紀成為了以網絡化,信息化為核心的社會。網絡商業(yè)化也成為了時下最熱門的詞匯。隨著信息技術的不斷更新,特別是 07 年谷歌公司推出了Android 開放源碼,讓 Android 操作系統(tǒng)成為了移動平臺的寵兒,本系統(tǒng)主要分析了中小型餐飲店管理與發(fā)展的現狀所面臨的問題,發(fā)現傳統(tǒng)的服務 模式已經不能適應市場發(fā)展的需求,方便、快捷、個性化的網上訂餐服務正在進入人們的生活。針對這類問題,結合當代科技發(fā)展的新成果,本文構思規(guī)劃了一套最貼切的服務模式,為中小型餐飲店外送服務提供了一套系統(tǒng)。 本設計是一個基于 Android 手機的網上訂餐系統(tǒng),采用 C/S 模式,能為客戶提供網上選擇瀏覽菜品介紹,點菜訂餐服務,并為管理員提供一個服務平臺實現用戶信息與顧客訂單的管理,從而提高了服務的質量,本文從系統(tǒng)需求、系統(tǒng)實際、代碼實現幾個方面介紹了整個軟件的開發(fā)過程,這個系統(tǒng)采用 JAVA、 SQL Server 數據庫 ,并 利用MyEclipse、 TOMCAT、 Android SDK、 ADT、 AVD、 DDMS 等開發(fā)環(huán)境或者開發(fā)工具。 關鍵詞 : Android; Java; MyEclipse; SQLite; SQL Server 2021 湖南科技大學本科生畢業(yè)設計(論文) ABSTRACT With the development of science and technology,the 21st century has bee a society centred on information and mercialization of work has bee one of the hottest topics in recent years. Android operating system is gradually going to be the darling of the mobile platform, which results from the constantly updating of information technology, especially the appearance of Android open source carried out by Google pany in 2021. The system mentioned in this article mainly focus on the problems faced by the middle and small reataurants in their management and development, and finds that the traditional service mode can not adapt to the needs of the development of the market any more convenient, quicker,and personalized service enters people’s life—— online reservations. In view of the existing problems and bining the latest achievements of the development of modern technology, I have conceived a set of the most appropriate pattern of dilivery service for the restaurant industry. This design is a online reservations system based on the Android mobile phones, which adopts C/S mode. It can provide services for clients to choose dishes introduction freely ,and to order meal , it can also offer a service platform for manager to regulate the user informations and customer orders, so as to improve the quality of their this article, I’d like to introduce the whole development process of this software in details from the system requirements, system realization,code implementation and some other system uses JAVA,SQL Server database,in addition, MyEclipse、 TOMCAT、 Android SDK、ADT、 AVD、 DDMS and other development environments or development tools are also used in it. Keywords: Android; Java; MyEclipse; SQLite; SQL Server 2021湖南科技大學本科生畢業(yè)設計(論文) i 目 錄 第一章 引 言 ............................................................................................ 1 項目 背景 ....................................................................................................................... 1 項目目的 ................................................................................................................... 1 主要內容 ................................................................................................................... 2 第二章 系統(tǒng)理論與技術 ................................................................................ 3 Android.......................................................................................................................... 3 Android 簡介 ....................................................................................................... 3 Android Features 特性 ........................................................................................ 3 Android 基本框架( Android Architecture) ..................................................... 4 Android 系統(tǒng)的四大組件 ................................................................................... 4 Java ................................................................................................................................ 5 SQL Server 2021 和 SQLite 數據庫 ............................................................................ 5 C/S 模式 ........................................................................................................................ 6 第三章 系統(tǒng)分析與設計 ................................................................................ 8 功能需求 .................................................................................................................... 8 模塊結構與流程 ........................................................................................................ 9 客戶端 ................................................................................................................ 9 服務端 .............................................................................................................. 10 數據庫設計 .................................................................................................................11 數據庫表及其結構 ...........................................................................................11 數據 .................................................................................................................. 12 客戶端數據庫的連接 ...................................................................................... 13 服務器數據庫的連接 ...................................................................................... 14 系統(tǒng)結構 .................................................................................................................... 15 部署圖 .............................................................................................................. 15 類圖 .................................................................................................................. 15 執(zhí)行概念 .................................................................................................................... 16 第 四 章 系統(tǒng)實現 ............................................................................................ 18 Android 環(huán)境搭建 ......................