您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 销售管理 > 基于SSH框架的农业信息服务系统
湖南大学毕业设计(论文)第页基于SSH框架的农业信息服务系统设计摘要农业信息服务系统是为广大农业养殖户设计的一种养殖技术信息服务系统。由于农业养殖散布在广大农村的田间地头,饲养者不容易集中培训,专业咨询人数有限,因此需要一种灵活机制的方式为农户提供农业养殖技术服务。而当前,android智能手机的普及相当高,所以本系统设计为C/S模式,服务器端+android客户端。本系统采用面向过程的设计方法,按照软件工程生命周期法,瀑布模式来设计和开发。文中详细说明了系统数据流图、IPO表、关系模型,数据库表等的设计。本系统手机客户端主要为农业养殖用户提供养殖计划订阅,紧急信息阅览,疑难问答等功能服务;而养殖专家可以通过手机客户端进行养殖计划发布,紧急信息发布,疑难解答等操作。服务器端提供后台管理,后台管理主要面向管理员,提供养殖订阅管理,养殖计划管理,农产类型管理,紧急消息管理,用户管理等功能。本系统采用JSP+android技术,开发语言为JAVA,结合mysql数据库,在Myeclipse8.5和android集成开发环境上开发设计。实现在android手机平台上为用户提供农业养殖信息服务。关键词:农业养殖;JSP+android技术;手机平台湖南大学毕业设计(论文)第页AgriculturalinformationmanagementservicesystemprojectABSTRACTAgriculturalinformationserviceplatformisdesignedforlargelivestockfarmersafarmingtechnicalinformationservicesystem.Duetoagriculturalcultivationspreadinthefieldsofthecountryside,farmersisnoteasytofocusontraining,professionalconsultingco.,LTD.,soweneedawayofflexiblemechanismsprovidefarmerswithagriculturalfarmingtechnologyservices.Now,thepopularityofandroidsmartphoneisquitehigh,sothissystemdesignfortheC/Smode,theserver+androidclient.Thissystemadoptsthedesignmethodofprocessoriented,accordingtothemethodofsoftwareengineeringlifecycle,thewaterfallmodeltodesignanddevelopment.Thispaperdetailsthesystemdataflowdiagrams,IPOtables,relationalmodel,thedesignofthedatabasetable,etc.Themobileclientsystemismainlyforagriculturalcultivationprovidebreedingprogramsubscription,emergencyinformationaccess,difficultquestionandanswerthefunctionsuchasservice;Andbreedingexpertstotheclientthroughfarming,planstorelease,theemergencyinformationrelease,troubleshooting,andsoon.Providebackgroundmanagementserver,backgroundmanagementmainlytaketheadministrator,providethebreedingmanagement,emergencyinformationmanagement,systemandrolemanagement,andotherfunctions.ThissystemusetheJSP+androidtechnology,fortheJAVAdevelopmentlanguage,mysqldatabase,inMyeclipse8.5andandroiddevelopmentanddesignontheintegrateddevelopmentenvironment.Implementationonandroidplatformtoprovideuserswithagriculturalfarminginformationservices.Keywords:agriculturalcultivation;JSP+androidtechnology;mobilephoneplatform湖南大学毕业设计(论文)第页目录1.绪论………………………………………..……………….........…………….….11.1.课题背景及目的…………………….............………………………….……11.2.国内外研究状况……………………………………………………….….…11.2.1.J2EE(SSH)的研究…………………………………….…….........…...11.2.2.农业信息化的研究……………………………….……............…......21.3.课题研究方法……………………………………………….....……….……21.4.论文构成及研究内容………………………………………….……….……22.技术介绍……………………………………….…................................................42.1.JAVA开发语言的选择………………..………………....…………….....….42.2.JSP技术………………..………………....…………………….....................42.3.MySQL5.5………………..………………....…………………….................52.4.Android介绍………………..………………....……………………..............52.5.开发环境………………..………………....……………………....................73.需求分析……………………………………….………………….…...................83.1.系统定义………………..………………....……………………....................83.2.功能需求………….…….…………….....................……….…......................93.3.系统功能..........................................................................................................93.3.1.手机客户端实现的功能.......................................................................93.3.2.服务器后台管理实现的功能...............................................................93.4.系统数据流图及功能......................................................................................103.4.1.系统顶层图……………………………….………….....….........…....103.4.2.一级细化图…………………………………………........……..….…113.4.3.二级细化图……………………………………………........…..….…123.5.数据字典..........................................................................................................163.5.1.数据流……………………………….………….....….........................163.5.2.数据存储描述……………………………….………….....…......…...203.5.3.数据处理定义……………………………….………….....…..….......204.系统业务流程图…………………..………………………………………...........22湖南大学毕业设计(论文)第页4.1.订阅业务流程图………………..………………....……………………........224.2.紧急信息业务流程图………………..………………....…………………....234.3.疑难问答业务流程图………………..………………....…………………....235.总体设计…………………..…………………………………….....................…..245.1.软件总体部署………………..………………....……………………............245.2.系统总体结构图………………..………………....……………………........245.3.模块IPO图......................................................................................................255.4.数据库设计......................................................................................................355.4.1.代码设计……………………………….………….....….....................355.4.2.概念模型设计……………………………….………….....…..….......355.4.3.关系模型设计……………………………….………….....…..….......405.4.4.数据库逻辑计.......................................................................................416.详细设计…………………..……………………………………….......................466.1.模块概述..........................................................................................................466.1.1.注册流程……………………………….………….....….....................466.1.2.登录流程...............................................................................................486.1.3.订阅流程...............................................................................................496.1.4.紧急信息流程............................
本文标题:基于SSH框架的农业信息服务系统
链接地址:https://www.777doc.com/doc-1588958 .html