基于B/S模式的宠物店管理系统毕业论文

 2021-04-14 01:04

摘 要

现在,国家的经济发展越来越迅速了,大家的生活也丰富了很多,不像以前局限在家里,而且大家的消费方式也更加的多了。精神上的消费在所有的消费类型中比重也越来越高了,它变成了人们平常消费的一个至关重要的组成部分。现如今,不管是年轻人还是老年人都喜欢去养宠物,而且他们在自己宠物身上花费的金钱也是很多的,尤其是现在电商盛行,大部分人也愿意在网上买东西,但是经过调查,虽然现在很多人家里都养了宠物,但是网上宠物消费并不成熟,所以网上宠物店也成为了较大商机之一,特作此网上系统网站。为了避免实体宠物店给大家带来的一些不方便,这个网站,是在网络上建立一个虚拟的宠物店,让一些消费者的购宠过程变得很方便和快捷,特别的适合现在人们的快节奏的生活方式;同时又能减少一些开宠物实体店的一些成本,开辟了一个新的销售渠道。本系统是一个中小型的电子商务系统,能够为各种用户提供方便的关于宠物方面的服务,这样就迎合了现在的电子商务模式。普通用户可以实现用户注册、用户登录、修改个人信息、添加宠物信息、购买宠物产品、查询网站新闻等功能。管理员通过系统的后台管理模块,它就可以实现后台管理,比如对会员、宠物、购物订单和系统的信息添加修改删除等功能。

本论文主要介绍了本课题的开发背景、后台系统分析、后台系统的设计与实现。

本课题利用的一些技术,如:JSP综合应用主流、Hibernate数据访问技术、SQL数据库技术、Struts Web框架技术、软件测试技术、网站部署与发布等技术,应用学习到一些软件工程相关工具,完成了网上宠物店系统的设计与开发。

关键词:宠物店管理系统;系统前台;系统后台

Pet Shop Management System Based on B/S Model

ABSTRACT

Now, the country's economic development is becoming more and more rapid, we have a lot of life, not only in the home, but also the consumption patterns are much more. Spirit of consumption in all types of consumption in the proportion of more and more high, it has become an important part of people's daily consumption. Now, whether young or old people like to keep a pet and is also a lot of money they spend on their pets, especially now popular business, most people are willing to buy things on the Internet, but after investigation, although now a lot of people raise pets, but online pet consumption is not mature, so online pet store has also become a one of the great business opportunities, especially for the online website system. In order to avoid physical pet stores to bring you some not convenient. The site is on the network establish a virtual pet shop, let some consumers buy pet process become very convenient and fast, special suitable for now the people quick rhythm life; at the same time, it can reduce the number of open some of the costs of the pet store, opened a new sales channels. This system is a small and medium-sized electronic commerce system, can provide convenient for all kinds of users about pet services, so that it can meet the present e-commerce model. Ordinary users can achieve user registration, user login, modify personal information, add pet information, buy pet products, check the website news and other functions. Administrators through the system background management module, it can achieve the background management, such as membership, pets, shopping orders and system information to add modify delete and other functions.

This paper mainly introduces the background of the development of the subject, the background system analysis, the design and implementation of the background system.

In this paper some techniques, such as: the mainstream of comprehensive application of JSP, hibernate data access technology and SQL database technology, struts web framework technology, software testing technology, web deployment and publication technology, applied learning to software engineering tools, completed the online pet store system design and development.

Keywords: Pet shop management system; System front desk; System background

目 录

1 绪论 - 1 -

2 网站开发使用的工具与技术 - 2 -

2.1 系统开发的工具 - 2 -

2.1.1 Eclipse - 2 -

2.1.2 SQL - 2 -

2.1.3 Tomcat - 2 -

2.1.4 JDK - 3 -

2.2 系统开发的技术 - 3 -

2.2.1 Java - 3 -

2.2.2 Struts - 3 -

2.2.3 Servlet - 4 -

2.2.4 JSP - 4 -

2.3 技术可行性 - 4 -

3 需求分析 - 5 -

3.1 任务概述 - 5 -

3.1.1 目标 - 5 -

3.1.2 用户的特点 - 5 -

3.2 对功能的规定和详细说明 - 5 -

4 系统的总体架构与数据库设计 - 9 -

4.1 系统的整体结构 - 9 -

4.2 系统的数据库设计 - 9 -

4.2.1 数据库的需求分析 - 9 -

4.2.2 数据库概念结构设计 - 10 -

4.2.3 数据库逻辑结构设计 - 12 -

5 系统设计 - 17 -

5.1系统设计应遵循的原则 - 17 -

5.2系统的实现环境 - 17 -

5.2.1硬件环境 - 18 -

5.2.2开发环境 - 18 -

5.3系统的功能实现 - 18 -

6 系统测试 - 25 -

6.1定义 - 25 -

6.2 简述 - 25 -

6.3 测试结果评价 - 26 -

6.4 评价及总结 - 26 -

结 论 - 27 -

致 谢 - 28 -

参考文献 - 29 -

1 绪论

现在计算机技术发展的越来越快了,并且不断的向着多元化,网络化的方向在不断的发展。现在带有支持很多信息数据的一些网络上的软件,已经在逐渐的取代我们之前的单机版的一些软件,这些先进的应用软件,一种是C/S结构,客服端——服务器结构应用系统,另外一种是B/S结构,浏览器——服务器结构应用系统。前者的特点是有严谨的结构,安全性高,运行效率很高,但是缺少通用性,局限性较大,而且对操作人员的技术专业要求比较高,一般用在局域网中;后者的,也就是本毕业设计中用的这个,它的特点是直接利用了浏览器作页面,这样客户端可以不受一些地点时间平台的一些限制,而且网络传输量少,不仅用于因特网,而且适合局域网,用户不但不需要什么大的投资或者不需要去买服务器,直接租用,并且这种模式投资很小,但是效果确很明显,所以它越来越受中小型企业单位的喜欢。

本文讨论的是宠物店管理系统,首先它是具有电子商城的一些基本功能。企业或者店铺通过互联网这个媒介,给养宠物的人们提供一个不一样的购物平台——网上商城,很大程度上方便了这些养宠物的消费者,因为这些消费者可以直接通过互联网直接在网上给宠物预约一些服务,并且可以购买自己喜欢的物品,进行网上购物,或者是直接进行宠物服务预约。这样的一种方式很方便快捷,很大程度上给客户节约了时间,并且提供了更好的服务。

2 网站开发使用的工具与技术

2.1 系统开发的工具

2.1.1 Eclipse

Eclipse是一个在Java上可以把它拓展的一个开放平台,它是用来开发源代码。利用这个eclipse,我们可以极度快的提高咱们的工作效率,在这个数据库的开发和发布,javaee的开发和发布,还有就是一些应用程序服务器的整合等一些方面有明显的体现。另外,eclipse它是用来构建这个开发环境的,它就是一个小的框架,还有一组服务,而且eclipse它本身就带有了一些很正规的一些插件集合,像有一些完整的编码,已经调试,测试还有发布的功能。

2.1.2 SQL

SQL的中文叫结构化查询语言,它是Structured Quevy Language的缩写。

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

课题毕业论文、开题报告、任务书、外文翻译、程序设计、图纸设计等资料可联系客服协助查找,优先添加企业微信。