设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于BootStrap的农业信息数据收集与管理平台设计 毕业论文.doc
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘        要
在当今网络技术迅速发展的时代,如果能借助网络平台的优势,创建一个农业领域的数据交流平台,让用户通过平台收集和共享数据,使数据得以动态及时地展示,将可以提高农业信息管理的工作效率。因此,开发一个农情信息交流平台就显得很有必要。
多业务农情信息云平台是一个基于文本、音频、图像及视频数据的农情信息获取与管理平台,对农情信息实现实时预览、动态展示以及数据分析功能。多业务农情信息云平台的开发整体遵循MVC模式的思想,并使用Spring整合Hibernate框架工具来实现。数据库采用轻量级的MySQL,前端应用有较强浏览器兼容性的BootStrap框架,调用百度地图API定位数据源节点。本平台主要应用于多业务农情信息管理应用领域,因此具有比较广泛的应用前景。
本文先介绍了多业务农情信息云平台的研究背景意义以及开发过程中所运用的技术和开发工具,其次阐述了系统的概要设计和详细设计过程,然后描述了多业务农情信息云平台实现细节和过程,通过系统界面的截图展示了系统的运行效果,最后对论文进行总结与展望。
关键词:农情信息获取    信息管理平台    MVC模式    BootStrap    百度地图
Cloud Platform for Multi-service Agricultural Information Acquisition
Lin Yingying
(College of Mathematics and Informatics, South China Agricultural University, Guangzhou 510642, China)
Abstract: In the rapidly developing information era, if the great advantage of network can be taken to create an agricultural data management platform, will benefit the Work efficiency of agricultural information management. Through the platform, data can be collected and shared, and displayed in time. Therefore, it is very necessary to create an agricultural information management platform.
Multi-service information acquisition cloud platform is an agricultural information management platform, where data types include text, audio, image and video. Through the platform, data can be real-time previewed, dynamic displayed and analyzed. Multi-service information acquisition cloud platform developed following the thinking of MVC pattern, and used the integration framework of Spring and Hibernate. Database of the platform is the lightweight database management system named MySQL. The platform applied the BootStrap framework in programming Web pages, which is compatible strongly with browsers. It also called Baidu map API to locate data source. It could be widely used in multi-service agricultural information management applications, which means it has a broad application prospect.
This paper first introduces the research background of multi-service information acquisition cloud platform and the technical tools used in the program. Secondly, it elaborates the outline design and detailed design of the platform, and then describes the details and the process of programming multi-service information acquisition cloud platform, shows the operation of the platform through the views screenshots, and finally makes the paper summary and prospects.
Key words: Agricultural Information Acquisition  Information Management Platform  MVC Pattern  BootStrap  Baidu Map
目        录
1 前言 1
1.1 研究背景 1
1.2 研究内容 1
1.3 研究意义 1
1.4 本论文工作和章节内容 2
2 系统环境与技术支持 3
2.1 系统环境 3
2.2 B/S架构 3
2.3 服务端技术 3
2.3.1 MVC模式 3
2.3.2 Spring框架 4
2.3.3 Hibernate框架 4
2.3.4 MySQL数据库 5
2.4 前端技术 5
2.4.1 BootStrap框架 5
2.4.2 JQuery框架 6
2.4.3 交互框架Ajax 6
3 系统设计 7
3.1 系统功能概述 7
3.2 系统需求分析 7
3.3 系统架构阐述 8
3.4 系统数据库设计 9
4 系统实现 13
4.1 Spring和Hibernate整合后台开发 13
4.2 JQuery和Ajax实现系统交互 14
4.3 数据管理技术 14
4.3.1 文件上传 15
4.3.2 数据分页查询 18
4.4 数据展示技术 18
4.4.1 调用百度地图API标记地点 19
4.4.2 应用Highcharts绘制折线图 21
4.4.3 应用HTML5标签展示音频视频 23
4.5 系统权限限制 23
5 系统展示 25
5.1 平台首页 25
5.2 注册用户 25
5.3 添加地点 26
5.4 搜索地点 26
5.5 定位地点 27
5.6 删除地点 27
5.7 添加数据 28
5.8 搜索数据 29
5.9 文本数据报告 31
5.10 图像数据报告 33
5.11 音频数据报告 34
5.12 视频数据报告 34
6 总结与展望 36
参考文献 37
致谢 38




  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于JSP+SSM+MySQL的 基于JSP+SSM的图书借阅管理 基于JSP+SSH的网上宠物交易
基于VUE+SSM+MySQL的 基于Cisco Packet T 基于eNSP的某大学校园网络规划
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!