分类号TP311.1单位代码11395密级学号0612210101学生毕业设计(论文)题目基于Java的网上订餐系统作者周黎院(系)信息工程学院专业计算机科学与技术指导教师张峰答辩日期2010年05月30日榆林学院毕业设计(论文)诚信责任书本人郑重声明:所呈交的毕业设计(论文),是本人在导师的指导下独立进行研究所取得的成果。毕业设计(论文)中凡引用他人已经发表或未发表的成果、数据、观点等,均已明确注明出处。尽我所知,除文中已经注明引用的内容外,本论文不包含任何其他个人或集体已经公开发表或撰写过的研究成果。对本文的研究做出重要贡献的个人和集体,均已在文中以明确方式标明。本人毕业设计(论文)与资料若有不实,愿意承担一切相关的法律责任。论文作者签名:2010年05月30日榆林学院本科毕业设计(论文)I摘要随着传统的购物方式正在向网络化发展,出现了“网购”这种越来越受欢迎的新型消费方式。为了提高餐饮业务水平和效率,实现比电话订购更有效的送餐业务,网上订餐系统因运而生。通过对订餐流程和业务进行全面考察分析,结合目前最先进的软件开发技术,实现了订餐的网络化管理。目前,网上订餐业务还处于形成期,成长空间还很大。论文中详细地对网上订餐系统进行了需求分析和总体设计,系统采用Java语言作为网站的开发语言,数据库为MySQL5.0,所需图片处理工具为ACDSee5.0;即通过采用JavaSwing+JDBC+MySQL技术来实现了系统的设计,并最终以MyEclipse6.5为开发环境实现了整个系统。本网站是能为客户提供浏览餐品介绍、点菜订餐、约定用餐时间、就餐或送餐等服务。本系统的前台主要分前台登录和前台界面两部分,前台界面包括网站首页、订餐流程、餐品展示、网上订餐、信息发布、会员中心和后台登录等模块;后台界面主要包括餐品管理、订单管理、信息管理、用户管理等模块。本系统适合在中小型餐饮企业中推广使用,它能够优化餐饮业务流程,实现企业价值最大化,同时又使成本最低化,并最终提高自身在餐饮业中的竞争优势。关键词:网购,网络化管理,Swing,JDBC,网上订餐基于Java的网上订餐系统IIAbstractAstraditionalwayofshoppingareturningtonetworkdevelopment,graduallyappearedtheincreasinglypopularnewconsumptionmodeE-Commerce.Inordertoimprovethecateringbusinesslevelorefficiencyandtorealizethemoreeffectiveroomservicesthantelephonereservation;Onlineordersystemhasemergedbecauseofdemand.Throughtheinvestigationandcomprehensiveanalysisonprocessofthebusiness,combinedwiththemostadvancedsoftwaredevelopmenttechnology,itcanrealizethenetworkmanagementorder.Currently,theonlinebusinessisinformativeperiod,italsohasverybiggrowingspace.Ithasbeenconducteddemandanalysisandtheoveralldesignononlinereservationsystemdetailedlyinpapers.Javalanguageisadoptedasthedevelopmentlanguageofthesite,MySQL5.0asdatabase,ACDSee5.0astoolsfordealingwithpictures.Namely,JavaSwing+JDBC+MySQLtechnologyisusedtorealizethesystem,andfinallyMyEclipse6.5isusedasdevelopmentenvironmentinordertoimplementthissystem.Customerscanbrowsemealproductintroduction,order,beagreedmealtimes,repastinthiswebsite;alsomealscanbesenttotheminthewebsite.Theforegroundofthesystemismadeupoftwoparts,oneisforegroundlogin,theotheristheinterfaceofforeground.Foregroundinterfaceincludeshomepage,orderprocess,mealproductintroduction,onlineorder,informationrelease,themembercenterandbackgroundlogin,etc.Backgroundregionmainlycomprisesfoodinformationmanagement,ordermanagement,informationmanagementandusermanagementmodules.Thissystemispopularizedinsmallandmedium-sizedcateringenterprises.Itcanoptimizethecateringbusinessflowandrealizethemaximizationofenterprisevalue.Meanwhile,italsomakesthelowestcost,andfinallyenhancethecompetitiveadvantageinthecateringindustry.Keyword:E-Commerce,NetworkManagement,Swing,JDBC,OnlineOrder榆林学院本科毕业设计(论文)III目录第1章绪论....................................................................................................................11.1项目背景及研究意义..........................................................................................................11.1.1项目背景..................................................................................................................11.1.2研究意义..................................................................................................................11.2国内外研究现状..................................................................................................................21.3主要研究内容......................................................................................................................21.4论文结构..............................................................................................................................3第2章系统需求分析....................................................................................................42.1系统的可行性分析...............................................................................................................42.1.1技术可行性...............................................................................................................42.1.2社会可行性...............................................................................................................52.1.3经济可行性...............................................................................................................52.1.4可行性研究结论.......................................................................................................62.2用户需求分析.......................................................................................................................62.2.1功能分析...................................................................................................................62.2.2用例分析...................................................................................................................72.3系统设计目标分析...............................................................................................................9第3章系统概要设计..................................................................................................103.1系统设计.............................................................................................................................103.1.1系统流程概述.....................................................................