城市公园信息管理系统的设计与实现
摘 要
计算机信息技术和互联网的发展,带动了整个的商业发展,方便了我们的生活。在
公园宣传上,各种城市公园信息的获取不再是口口相传,客户通过城市公园信息管理系
统查看城市公园信息,根据游玩和受欢迎程度来衡量城市公园的好坏,并通过城市公园
信息管理系统快速获取攻略从而到达目的地。
城市公园信息管理系统根据实际需求,开发功能完善的城市公园信息管理系统。本
城市公园信息管理系统使用 JAVA 技术,MySQL 作为数据库开发,会员通过前台查看城市
公园信息、游园便捷导航、园重点区域人员密集度提示、公园设备信息。管理员通过后
台管理城市公园信息,查看会员的信息,管理整个系统。
本文通过对系统的开发背景和意义进行分析后,提出城市公园信息管理系统的相关
技术,然后整理城市公园信息管理系统的需求分析,根据需求进行功能和数据库设计,
最后进行城市公园信息管理系统实现和测试。城市公园信息管理系统的实施提高了城市
公园工作者的效率,方便了会员并节省了时间。
关键词:便捷导航,JAVA,城市公园,MYSQL 数据库
Abstract
The development of computer information technology and Internet has driven the
development of the whole business and facilitated our life. In terms of Park publicity, the
acquisition of various urban park information is no longer word of mouth. Customers
view the urban park information through the urban park information management system,
measure the quality of the urban park according to the degree of play and popularity, and
quickly obtain strategies through the urban park information management system to reach
the destination.
The urban park information management system develops a fully functional urban
park information management system according to the actual needs. The urban park
information management system uses Java technology and MySQL as the database
development. Members can view the urban park information, convenient navigation,
personnel density prompt in key areas of the park and park equipment information
through the front desk. The administrator manages the city park information through the
background, views the member's information, and manages the whole system.
After analyzing the development background and significance of the system, this
paper puts forward the relevant technologies of urban park information management
system, then arranges the demand analysis of urban park information management system,
designs the function and database according to the demand, and finally realizes and tests
the urban park information management system. The implementation of urban park
information management system improves the efficiency of urban park workers,
facilitates members and saves time.
Keywords: convenient navigation, Java, city park, MySQL database
目 录
摘 要 ....................................................................................................................................................1
Abstract...................................................................................................................................................2
第一章 绪 论 .......................................................................................................................................5
1.1 研究背景
..............................................................................................................................................5
1.2 课题意义
..............................................................................................................................................5
第二章 相关技术简介 ..........................................................................................................................6
2.1JAVA 技术
..............................................................................................................................................6
2.2MYSQL 数据库
........................................................................................................................................6
2.3B/S 结构
................................................................................................................................................7
第三章 系统分析..................................................................................................................................8
3.1 可行性分析
..........................................................................................................................................8
3.1.1 技术可行性..................................................................................................................................8
3.1.2 操作可行性..................................................................................................................................8
3.1.3 经济可行性..................................................................................................................................8
3.1.4 时间可行性..................................................................................................................................8
3.2 系统需求分析
......................................................................................................................................9
3.2.1 市场需求......................................................................................................................................9
3.2.2 性能需求......................................................................................................................................9
3.2.3 功能需求......................................................................................................................................9
3.3 系统 UML 用例分析
............................................................................................................................10
第四章 系统设计................................................................................................................................13
4.1 系统架构设计
....................................................................................................................................13
4.2 系统功能设计
....................................................................................................................................13
4.3 数据库设计
........................................................................................................................................15
4.3.1 数据库 E-R 图 ...........................................................................................................................15
4.3.2 数据库表设计 ...........................................................................................................................16
第五章 系统的实现 ............................................................................................................................19
5.1 前台功能模块的实现
........................................................................................................................19
5.1.1 用户注册界面 ...........................................................................................................................19
5.1.2 用户登录界面 ...........................................................................................................................20
5.1.3 个人资料界面 ...........................................................................................................................21
5.1.4 城市公园详情界面 ...................................................................................................................21
5.1.5 便捷导航查看实现 ...................................................................................................................22
5.1.6 重点区域查看实现 ...................................................................................................................22
5.1.7 公园设备查看实现 ...................................................................................................................23
5.2 后台功能模块的实现
........................................................................................................................23
5.2.1 管理员登录界面 .......................................................................................................................23
5.2.3 城市公园管理界面 ...................................................................................................................24
5.2.4 城市公园导航管理界面 ...........................................................................................................25
5.2.5 咨询管理界面 ...........................................................................................................................26
5.2.6 会员管理界面............................................................................................................................26
第六章 系统测试................................................................................................................................28
6.1 测试目的
............................................................................................................................................28
6.2 测试用例
............................................................................................................................................28
6.3 测试分析
............................................................................................................................................30
总 结 ....................................................................................................................................................32
参考文献...............................................................................................................................................33
致 谢...................................................................................................................................................34