web的周边游信息平台的实现
摘要:为了满足对南京及其周边地区旅游信息高效管理和信息发布的需求,设计并实现了一个基于B/S架构的周边游信息平台。采用面向对象的软件开发方法,综合运用PHP语言、Apache服务器以及MySQL数据库等开发技术,在Thinkphp框架下实现了基于MVC设计模式的管理系统。系统前台主要展示了旅游线路、景点等模块的列表页面和详情页面,为用户提供登陆注册、线路发布和自组团旅游的版块,并提供留言通道。后台则主要为管理员提供对注册用户、线路、景点内容的管理和维护功能。
目录
摘要 1
关键词 1
Abstract 1
引言
1 选题背景 1
1.1 问题的提出 1
1.2 国内外研究状况 1
1.3 研究的目的和内容 2
1.3.1 研究目的 2
1.3.2 研究的内容 2
2 应用工具及技术 2
2.1 应用工具 2
2.1.1 开发工具Dreamweaver 2
2.1.2 平台环境工具XAMPP 3
2.2 应用技术 3
2.2.1 PHP开发技术 3
2.2.2 Apache服务器 3
2.2.3 MySQL数据库 4
2.2.4 MVC设计模式 4
2.2.5 ThinkPHP框架 4
3 系统需求分析 5
3.1 功能业务分析及用例图 5
3.1.1 注册用户功能需求分析 5
3.1.2 管理员功能需求分析 6
3.2 系统活动图设计 7
3.2.1 用户注册活动图 7
3.2.2 用户登录活动图 8
3.2.3 修改个人信息活动图 9
3.2.4 发布线路活动图 10
3.2.5 页面浏览活动图 11
3.2.6 自组团功能模块活动图 12
3.2.7 留言板功能模块活动图 13
4 系统的设计 14
4.1 系统功能设计 14
4.2 数据库设计 15
4
*好棒文|www.hbsrm.com +Q: *351916072*
.2.1 数据库概念结构设计 15
4.2.2 数据库逻辑结构设计 18
5 系统实现 19
5.1 界面展示模块 19
5.2 留言板模块 21
5.3 自组团功能设置 22
5.4 草稿箱功能 23
5.5 分类管理功能 23
6 系统测试 24
6.1 用户登录用例 24
6.2 用户注册用例 24
6.3 修改登录密码用例 25
6.4 修改用户昵称 26
6.5 查看文章用例 26
6.6 编辑文章用例 27
6.7 留言板模块用例 27
6.8 自组团模块用例 28
6.9 回收站模块用例 29
6.10 文档的禁用、启用用例 29
6.11 草稿箱功能用例 30
7 总结与展望 30
7.1 总结 30
7.2 展望 30
致谢 30
参考文献 30
基于Web的南京周边游信息平台的实现
Design and Implementation of Tourist Information Platform about Nanjing Based on Web
Student majoring in computer science and technology You Jia
Tutor XIONG Yingjun
Abstract:To satisfy the desperate need of efficient management and announcement for the information of both Nanjing and cities nearby, an information platform on surrounding tourism was developed under B/S structure.An MVC based administration system was realized under Thinkphp framework.Besides,object oriented method was adopted while PHP language, Apache server and MySQL database development technique were applied in the design of the system.Tour routes and scenery were displayed on operation interface via list and context pages. The front desk of our system provides users with a place to login/register,as well as to publish their traveling routes and groupforming demands via message function. While at the backstage, administrators would be able to supervise and maintain contents on registered users, traveling routes and scenery spots.
Key words:Tourist information;MVC mode ;Thinkphp framework
选题背景
问题的提出
随着生活水平的提高,在物质追求之外,人们更加注重精神生活的追求,旅游即是人们追求精神愉快的一种方式。伴随着互联网的迅速的发展,计算机已经渗透到我们生活的方方面面中来,人们也愿意并已渐渐习惯通过计算机来获取信息资源,人们可以在最短的时间内获取旅游信息,然后拟定适合自己的旅游方案,大大的节省自己的时间、精力,获得最大限度的身心满足。随着旅游业的迅速发展,规模不断扩大,维护南京城各旅游景点路线信息以及对开展的人文活动的全方位统一宣传成为难题。传统的管理发布办法,有着查询更新速度慢、消耗大量的人力和办公用品的缺点,造成人力物力的浪费和信息更新不及时、发布不到位的问题,效率比较低下。因此本课题提出了关于南京周边旅游信息管理平台的设计,用以实现线路信息、景点信息的共享。
目录
摘要 1
关键词 1
Abstract 1
引言
1 选题背景 1
1.1 问题的提出 1
1.2 国内外研究状况 1
1.3 研究的目的和内容 2
1.3.1 研究目的 2
1.3.2 研究的内容 2
2 应用工具及技术 2
2.1 应用工具 2
2.1.1 开发工具Dreamweaver 2
2.1.2 平台环境工具XAMPP 3
2.2 应用技术 3
2.2.1 PHP开发技术 3
2.2.2 Apache服务器 3
2.2.3 MySQL数据库 4
2.2.4 MVC设计模式 4
2.2.5 ThinkPHP框架 4
3 系统需求分析 5
3.1 功能业务分析及用例图 5
3.1.1 注册用户功能需求分析 5
3.1.2 管理员功能需求分析 6
3.2 系统活动图设计 7
3.2.1 用户注册活动图 7
3.2.2 用户登录活动图 8
3.2.3 修改个人信息活动图 9
3.2.4 发布线路活动图 10
3.2.5 页面浏览活动图 11
3.2.6 自组团功能模块活动图 12
3.2.7 留言板功能模块活动图 13
4 系统的设计 14
4.1 系统功能设计 14
4.2 数据库设计 15
4
*好棒文|www.hbsrm.com +Q: *351916072*
.2.1 数据库概念结构设计 15
4.2.2 数据库逻辑结构设计 18
5 系统实现 19
5.1 界面展示模块 19
5.2 留言板模块 21
5.3 自组团功能设置 22
5.4 草稿箱功能 23
5.5 分类管理功能 23
6 系统测试 24
6.1 用户登录用例 24
6.2 用户注册用例 24
6.3 修改登录密码用例 25
6.4 修改用户昵称 26
6.5 查看文章用例 26
6.6 编辑文章用例 27
6.7 留言板模块用例 27
6.8 自组团模块用例 28
6.9 回收站模块用例 29
6.10 文档的禁用、启用用例 29
6.11 草稿箱功能用例 30
7 总结与展望 30
7.1 总结 30
7.2 展望 30
致谢 30
参考文献 30
基于Web的南京周边游信息平台的实现
Design and Implementation of Tourist Information Platform about Nanjing Based on Web
Student majoring in computer science and technology You Jia
Tutor XIONG Yingjun
Abstract:To satisfy the desperate need of efficient management and announcement for the information of both Nanjing and cities nearby, an information platform on surrounding tourism was developed under B/S structure.An MVC based administration system was realized under Thinkphp framework.Besides,object oriented method was adopted while PHP language, Apache server and MySQL database development technique were applied in the design of the system.Tour routes and scenery were displayed on operation interface via list and context pages. The front desk of our system provides users with a place to login/register,as well as to publish their traveling routes and groupforming demands via message function. While at the backstage, administrators would be able to supervise and maintain contents on registered users, traveling routes and scenery spots.
Key words:Tourist information;MVC mode ;Thinkphp framework
选题背景
问题的提出
随着生活水平的提高,在物质追求之外,人们更加注重精神生活的追求,旅游即是人们追求精神愉快的一种方式。伴随着互联网的迅速的发展,计算机已经渗透到我们生活的方方面面中来,人们也愿意并已渐渐习惯通过计算机来获取信息资源,人们可以在最短的时间内获取旅游信息,然后拟定适合自己的旅游方案,大大的节省自己的时间、精力,获得最大限度的身心满足。随着旅游业的迅速发展,规模不断扩大,维护南京城各旅游景点路线信息以及对开展的人文活动的全方位统一宣传成为难题。传统的管理发布办法,有着查询更新速度慢、消耗大量的人力和办公用品的缺点,造成人力物力的浪费和信息更新不及时、发布不到位的问题,效率比较低下。因此本课题提出了关于南京周边旅游信息管理平台的设计,用以实现线路信息、景点信息的共享。
版权保护: 本文由 hbsrm.com编辑,转载请保留链接: www.hbsrm.com/jsj/jsjkxyjs/2220.html