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

基于SSH的宠物商城网站设计与实现
摘 要
本系统是采用Java技术来构建的一个基于Web技术的B/S结构的宠物网站,该网站建立在Spring和Struts2框架之上,前台使用JSP作为开发语言,后台使用MySQL数据库管理系统对数据进行管理,开发环境选用MyEclipse,应用服务器采用Tomcat。
宠物网站系统为广大用户实现便捷的购买宠物的功能,实现宠物商店的网络化管理。网站前台系统主要负责与用户打交道,实现用户的注册、登录、宠物预览、提交订单等功能。网站后台系统主要实现管理员登录、会员中心、新闻动态、完成订单、系统维护等功能。结果表明,本系统能够实现所需的功能,并且运行状况良好。
本文分为六个部分。在绪论里首先分析了课题的研究背景与研究现状;第二章介绍了本系统开发采用的技术;第三章根据软件开发流程,对系统进行可行性分析和需求分析;第四章为系统概要设计,本章提出系统总体功能模块的设计,并对数据库的结构进行设计;第五章着重介绍各个功能模块的实现方案;最后,第六章介绍系统单元测试和性能测试的设计,以及对测试结果的分析。
关键词:宠物商店网站系统;JSP;Mysql数据库;Spring和Struts2框架
Design and Implementation of Pet Web site Based on Java
ABSTRACT
  This system is constructed by Java based on a B/S technology Web structure of the pet website, the website based on Spring and Struts2 framework, the use of JSP as a development language, the background using the MySQL database management system to manage the data, with the MyEclipse development environment, application server using Tomcat.
    Pet website system for the majority of users to facilitate the purchase of pet functions, pet shops to achieve network management. Website front desk system is mainly responsible for dealing with users, to achieve the user's registration, login, pet preview, submit orders and other functions. Website backstage system mainly realizes the administrator login, the member center, the news dynamics, completes the order, the system maintenance and so on. The results show that the system can achieve the required functions and run in good condition.
    This paper is divided into sex parts. In the preface, firstly analyzes the research background and research status of the topic; the second chapter introduces the development of the technology of this system; the third chapter according to the software development process, feasibility analysis and requirement analysis of the system; the fourth chapter is the system design, this chapter presents the design of the overall system function module, and the structure of the database design; the fiveth chapter emphatically introduces the realization scheme of each functional module; finally, the sixth chapter introduces the system design of the unit test and performance test, and the analysis of test results.
Keywords: Pet Web System; JSP; MySQL database; Spring and Struts2 Framework
目    录
摘 要 i
ABSTRACT ii
1绪论 1
1.1研究的背景和意义 1
1.2国内外研究现状 2
1.3研究内容和步骤 4
2基本技术方案 5
2.1系统采用的技术 5
2.1.1JSP技术 5
2.1.2 JavaScript技术 5
2.1.3Servlet技术 6
2.2基于B/S的WEB应用体系结构 7
2.3MyEclipse简介 9
2.4Tomcat简介 11
2.5Struts 2框架 11
2.6 Spring框架 14
3.系统需求分析 21
3.1功能需求分析 21
3.2系统设计规则 22
3.3系统的可行性分析 22
3.3.1技术可行性 22
3.3.2经济可行性 22
3.3.3操作可行性 22
3.3.4 技术可行性分析 23
3.3.5 运行可行性分析 23
3.3.6 经济可行性分析 23
3.4运行环境 23
4.宠物网站系统概要设计 24
4.1系统功能结构图 24
4.2系统交互图 25
4.3数据库设计 26
4.4系统概要设计 29
4.4.1系统的前台 29
4.4.2系统的后台 33
5.系统的详细设计与功能实现 35
5.1应用层配置 35
5.2登录功能的实现 36
5.3注册功能的实现 37
5.4商品管理功能的实现 38
5.5订单管理模块的实现 40
5.6会员管理模块的实现 40
6.测试与性能分析 41
6.1系统测试目的与意义 41
6.2测试环境 42
6.3测试过程 42
6.4测试的主要内容及结果 43
总结与展望 45
参考文献 46
致谢 47






























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

                 

打印本页 | 关闭窗口
本类最新文章
变压器声音信号抗环境噪声干扰技术 高压电网无功补偿装置电气设计 毕 基于微信小程序+JavaSSM+
基于Android+Java后端 基于微信小程序+JavaSSM+ 基于微信小程序+JavaSSM+
| 关于我们 | 友情链接 | 毕业设计招聘 |

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