基于ssm框架的公司网站建设

 2023-03-08 03:03

论文总字数:15006字

摘 要

现在可以在网上找到自己需求的任何东西,对于企业来说业务来源不仅仅来源于现实社会,更多的业务机会来源于网上,故这对于企业来说也是一种机遇,如果一个公司想要做大,做强,都会为自己建设一个官方网站,这也是拓宽业务渠道的方式之一。相较于传统的宣传方式,互联网有着不可替代的优势(高速性、即时性、成本低的特点)。据有关数据显示,我国旅游业进入迅速发展时期,越来越多出游的需求,促进旅游业的高速发展,加上计算机网络技术的快速发展,为了迎接和更好的服务大众旅游需求。旅游业也需要新平台来发布旅游信息,游客可以在官网实时与旅游公司沟通,以此来增进与游客的距离;同时也可以促进旅游业的发展,提升各个旅游公司的服务质量,增进同行业的交流学习。本网站是以一个小型的旅游网站进行建设的,是集路线推荐、签证办理、旅游出行办理、公司新闻、关于我们等为一体的旅游网站;在控制合适的成本下,建设一个用于宣传和推销公司产品的商业网站。

根据自己及对旅游网站的理解和调查,设计和实现了可以为游客推荐旅游路线,办理签证、旅游出行的系统,本文是基于SSM(Spring、SpringMVC、MyBaits)框架的旅游网站系统的设计与实现,先调查同类网站的市场需求,参考一下专业的旅游网站,分析其布局、配色、视觉效果等等,再逐步挖掘此类网站的主要功能,设计出符合自己风格以及在自己能力范围内的旅游网站。在本网站上可以了解各地不同的风土人情和自然景色。

本论文从网站的实际需求出发,参考一些大型的旅游网站,从不同角度剖析知名网站,做到由点到线,由线即面发掘各项功能;本网站考虑到规模,只有两种角色,后台管理员和顾客,管理员可以处理订单和发布新的旅游信息、查看留言信息,游客可以在本网站上进行预定出游和取消订单、留言的功能。通过这些功能模块的实现了旅游信息的推广与共享,为游客提供效率、可靠、详细的服务,也提升公司在同行业间的竞争力。本网站主要采用了java、html、JavaScript、MySQL数据库等相关技术构成的本系统;本网站有着简单易于操作的界面。也存在一些不足。

关键词:java、html、JavaScript、MySQL、旅游、ssm

Abstract

Can now find their own needs on the Internet anything, for business sources of business not only from the real world, more business opportunities from the Internet, so it is also an opportunity for enterprises, if a company wants to do Big, strong, will build an official website for their own, which is one way to broaden the business channel.Compared with the traditional way of propaganda, the Internet has an irreplaceable advantage (high speed, immediacy, low cost).According to the data show that China"s tourism industry has entered a period of rapid development, More and more tourism demand, to promote the rapid development of tourism, coupled with the rapid development of computer network technology, in order to meet and better serve the public travel needs,Tourism industry also need a new platform to publish tourism information, visitors can communicate in real time with the travel company in order to enhance the distance with the tourists; also can promote the development of tourism, tourism companies to enhance the quality of service, Exchange learning. This site is built on a small travel site; under the control of the appropriate cost, the construction of a business website for the promotion and marketing of the company"s products.

According to their own and the understanding and investigation of the travel site, design and implementation can be recommended for tourists travel routes, visa, travel travel system,This article is based on SSM (Spring, SpringMVC, MyBaits) framework of the tourism website system design and implementation,First analyze the functional requirements of the site, First investigate the market demand of similar sites, refer to the professional travel site, analyze its layout, color, visual effects, etc., and then gradually tap the main function of such sites,Designed to meet their own style and within their own capacity within the travel site.In this site can understand the different local customs and natural scenery.

This paper from the actual needs of the site, with reference to some large-scale travel sites, from different angles analysis of well-known sites, so that from point to line, from the line that surface to explore the various functions;This site takes into account the size, only two roles, background managers and customers, the administrator can handle orders and publish new travel information, view the message, visitors can book on this site and cancel the order, message function.Through these functional modules to achieve the promotion and sharing of tourism information for tourists to provide efficient, reliable and detailed services, but also enhance the competitiveness of the company in the same industry.This site is mainly used java, html, JavaScript, MySQL database and other related technologies constitute the system; this site has a simple and easy to operate interface. There are some shortcomings.

Keywords: java, html, javascript, mysql,tourism,ssm

目 录

摘 要 I

Abstract II

第一章 概述 1

1.1 课题背景与意义 1

1.2 发展趋势以及市场 1

1.3本论文体系结构 2

第二章 开发技术及环境 3

2.1软件环境 3

2.2 主要开发技术 3

第三章 需求分析 4

3.1 调查各大旅游网站基础结构: 4

3.2 细化各个模块功能: 4

3.3 用例分析: 4

第四章 系统概要设计和数据库设计 6

4.1 网站功能结构设计 6

4.2 网站模块设计: 6

4.3 网站数据库设计: 7

第五章 系统详细设计 13

5.1 前台界面实现 13

5.1.1首页 13

5.1.2 注册界面 15

5.1.3 顾客预定旅游路线页面: 16

5.1.4顾客办理签证页面: 17

5.1.5 商家查看签证办理页面: 18

5.1.6 商家查看留言内容页面: 18

5.2 后台功能模块实现 19

5.2.1 连接数据库: 20

5.2.2注册模块: 20

5.2.3登陆模块: 22

5.2.4留言模块: 24

5.2.5订单模块: 26

5.2.6签证模块: 29

第六章 系统测试 31

6.1 功能模块测试: 31

6.2 系统测试: 33

第七章 课题总结 34

致谢 35

参考文献 36

第一章 概述

1.1 课题背景与意义

在互联网快速发展的今天,我们已经离不离开互联网了,所以可以足不出户尽知天下事,针对于这一发展趋势,在电子商务空前发展的今天,许多公司都有自己的官方网站。(1)网站可以作为对外沟通的桥梁,作为一种新型的宣传手段,比起传统的宣传有着无法替代的优势,主要表现于传播范围广,即时性强,成本低廉,故就算产品再好,服务再完美,没人知晓又有什么用呢;(2)现在很多公司都会有自己网站,用来向外界介绍公司的概况以及发展,让感兴趣的潜在客户注意到,无形之间开拓了新的商机;(3)公司把自己的把产品放在网上,将其推广出去,将一些有针对性的产品放到网站上,让感兴趣的客户能够全面了解产品的性能,价格、作用等等,打通全球化市场;同时可以和客户保持密切的联系,切实了解客户的想法,而作出相应的调整,同时简化了办事流程,可以提升办事效率,对于客户来说,可以少走不必要的弯路;(4)还可以降低通讯费用,对于任何一个企业来说,必要的通讯是必不可少的,尤其是跨国公司,每年的通讯费用都是一笔巨大的费用;(5)建设网站相较于传统宣传方式费用较低,更有着无国界,24小时,传播广的优势;所以一个网站对于公司来说,是不可或缺的一部分。

本网站是针对做一个小型旅游公司的官网,参考了国内一些大的旅游网站,设计出符合小型公司的网站,本网站主要有两大部分组成,一是介绍公司的概况,让客户更好的了解公司;二是产品的推广以及销售,因为本网站是一个旅游网站,所以官网主打旅游产品,对旅游产品有着详尽的描述,以及简明扼要的引导可以浏览和购买产品;当然本网站简化了一部分功能,只针对主要功能进行详细描述,如旅游路线的预定,签证的办理。

1.2 发展趋势以及市场

本网站是基于B/S模式下(Browser/Server,浏览器/服务器模式)的应用程序,是当今比较常用的应用程序模式,B/S模式有以下优势:修改网页便可实现用户的同步,增加网页就可以增加其功能,同时还有共享性强的特点。

剩余内容已隐藏,请支付后下载全文,论文总字数:15006字

您需要先支付 80元 才能查看全部内容!立即支付

该课题毕业论文、开题报告、外文翻译、程序设计、图纸设计等资料可联系客服协助查找;