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

摘  要

随着计算机网络技术的飞速发展和人们生活节奏的不断加快,电子商务技术已经逐渐融入了人们的日常生活当中,网上商城作为电子商务最普遍的一种形式,已被大众逐渐接受。因此开发一个网上商城系统,适合当今形势,更加方便人们在线购物。

本网上商城系统以MVC分层思想为原则,使用SSH框架进行整合开发。页面显示使用JSP和HTML,数据库使用MySQL,这些技术目前相对比较成熟,方便系统的维护与扩展。网上商城系统前台包括了用户注册、用户登录、商品查询、商品添加到购物车、删除商品等几大功能;后台管理功能则包括商品的修改、添加、删除、用户管理和订单管理等主要功能。本系统具有操作简单、页面友善、灵活性好、运行稳定等特点。

与其他使用ASP,PHP语言编写的网上商城系统相比,本系统使用的JSP语言更加方便快捷,开发更加效率。使用SSH框架和JSP相结合的方式,大大降低了系统的耦合度,增强了系统的可维护性、可移植性。本系统使用了数据库连接池技术,有效的防止了因连接数过大而引起系统崩溃局面的发生,并且使用了基于Annotation注解的方式进行开发,使网上商城系统的数据访问更加的快捷。

关键词:网上购物;MVC;SSH;MySQL

Design and Implementation of Web - based Online Shopping System

Abstract

With rapid development of computer network technology and theaccelerating of people lives rhythm,the electronic commerce technology has been gradually into people's daily life, as the most common form of the e-commerce,online shopping is easy to accept by public. Therefore to develop an online store system for today's situation,and more convenient for people to shop online.

This system of online shopping to MVC hierarchical thought principle,using the SSH framework for integrated development.The front display using JSP and HTML page, background database using MySQL,the technology is relatively mature,the system is convenient to maintenance and expansion.Online shopping mall in front of the system including the user registration,user login,commodity information,add commodity to cart, delete commodities,user messages and other major function;the backstage management function includes commodity modification,add,delete,user management,order management and other functions.;The backstage management function includes commodity modification, add,delete,user management,order management and other functions.This system has the advantages of simple operation,friendly interface,good flexibility,the characteristics of stable operation.

Compared with other online shop to use ASP, PHP language system, the system uses the JSP language more convenient, develop more efficiency.SSH framework and JSP combination of greatly reduced the degree of coupling of the system,and enhance the system's maintainability,portability.This system uses a database connection pool technique is effective to prevent the occurrence of the number of connections is too large to cause a system crash situation, and use the Annotation annotation-based development, online store system data access is fast.

Key words:Online Store; MVC; SSH; MySQL

目 录

摘  要

Abstract

1  绪论

1.1 系统开发背景

1.2 开发意义

1.3 国内外现状

1.4 本系统设计的内容

1.5 设计的步骤

2  系统开发技术

2.1 动态网页技术JSP

2.2 框架SSH

2.3 系统开发工具

2.4 系统配置过程

2.5 配置关键性问题的解决

2.5.1 系统性能调整

2.5.2 数据库编码

2.5.3 页面字符集

3  系统分析

3.1 可行性分析

3.1.1 技术可行性

3.1.2 经济可行性

3.1.3 可行性分析结论

3.2 需求分析

3.2.1 开发意图

3.2.2 功能需求

3.2.3 数据流图

3.2.4 数据字典

4  系统设计

4.1 系统的功能模块设计

4.2 系统的工作流程

4.3 系统模块详细设计

5  数据库设计

5.1 数据库概念设计

5.1.1 实体属性的定义

5.2 数据库逻辑设计

6  系统实现

6.1 系统主页面

6.2 非登录用户操作

6.2.1 用户注册

6.2.2 用户登录

6.2.3 找回密码

6.2.4 查看商品信息

6.2.5 搜索商品

6.3 登录用户操作

6.3.1 购物车

6.3.2 付款

6.3.3 更新个人信息

6.4 后台管理

6.4.1 后台登录

6.4.2 后台主页面

6.4.3 新增商品种类

6.4.4 商品种类列表

6.4.5 新增商品

6.4.6 商品列表

6.4.7 订单列表

6.4.8 订单条件查询

6.4.9 用户列表

7  系统压力测试

7.1 系统压力测试工具及环境

7.2 录制测试过程

7.2.1 建立线程组

7.2.2 建立HTTP请求默认值

7.2.3 设置代理服务器

7.3 测试设置及启动

7.3.1 设置登录参数

 7.3.2 启动测试

7.4 测试结果

7.4.1 系统压力测试聚合报告

7.4.2 系统压力测试图形结果

结  论

参考文献

致   谢


















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

                 

打印本页 | 关闭窗口
本类最新文章
基于微信小程序+JavaSSM+ 基于Spring Boot+区块 基于微信小程序+JavaSSM+
Linux下文件管理与文件传送的 基于JSP+Maven+MySQ 高校毕业信息毕业生去向跟踪系统(
| 关于我们 | 友情链接 | 毕业设计招聘 |

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