ICode9

精准搜索请尝试: 精确搜索
首页 > 编程语言> 文章详细

基于SSM框架的网上服饰商城购物系统源码+毕业论文

2021-06-05 23:32:22  阅读:738  来源: 互联网

标签:commerce management 系统 system 时序 SSM 源码 毕业论文 member


下载地址:https://download.csdn.net/download/qq_31293575/18340399

摘    要
伴随着如今计算机技术在各行各业日益广泛和深入的应用,电子商务的概念早已深入人心,电子商务的应用也越来越广泛,对企业的影响也越来越大。现在,电子商务的应用几乎渗透到各行各业。企业可以通过电子商务寻找客源、推广产品、销售商品、产品采购,寻求战略合作伙伴等等。电子商务与传统企业在生产、流通、消费等环节的深度融合,改变了传统企业的经营模式和营销模式,让企业在清楚地了解每个客户的个性化需求,作出相应的企业利润最大化的策略,同时也可以改善客户关系,改善企业的形象,提高了企业的资源配置和运营管理水平。
其中网上商城就是电子商务应用的一个发展的潮流。网上商城不但让消费者购物更加方便,而且能为企业带来很多好处。
本论文研究一种基于springmvc、spring、mabatis简称ssm三大框架设计的javaee网上服饰商城系统。系统的前台显示效果采用了jquery,bootstrap技术,前后台交互使用了ajax和json。本系统采用的是B/S软件架构,使用的开发工具是eclipse,使用的数据库是mysql。其开发流程经历了开发背景,目的和意义的分析以及系统的分析和设计。该系统重点分析了用户的需求以及实现方式,使用rose设计了面向对象分析的用例图,时序图和活动图。本系统主要分为前台会员顾客管理模块和后台管理员模块。前台会员顾客操作主要有:商品浏览,会员注册,会员登录,会员信息修改,购物车管理,购买商品等功能模块。后台管理主要有:订单管理,商品管理,会员管理,系统设置四个功能模块。因为系统采用MVC模式设计思想,使得系统的可移植性非常强,只需修改配置文件就能在在不同服务器上运行。
关键字:电子商务、javaee、jQuery、ssm、B/s、mvc、mysql、服饰商城系统
Abstract
With today's computer technology in all walks of life increasingly extensive and in-depth application, the concept of e-commerce has long been popular, the application of e-commerce is more and more widely, the impact on the enterprise is also growing.Now, the application of E - commerce almost penetrated into all walks of life.Companies can find customers through e-commerce, promotion of products, sales of goods, product sourcing, seeking strategic partners and so on. E-commerce and traditional enterprises in production, circulation, consumption and other aspects of the depth of fusion, change the traditional enterprise management mode and marketing mode, allow enterprises to clearly understand the individual needs of each customer, make corresponding to maximize the profit of the enterprise's strategy, but also to improve customer relationships, improve the corporate image, improve enterprise resource allocation and operation management level. Online shopping mall is one of the development trend of e-commerce applications. Online shopping mall not only allows consumers to shop more convenient, but also bring a lot of benefits for the enterprise.
This paper studies a JavaEE based on springmvc, spring, mabatis three framework design of the online shopping mall system. The foreground of the system uses the jQuery technology, bootstrap technology, and the front and back interactive use of Ajax and json. This system uses the B/S software architecture, the use of the development tool is eclipse, the use of the database is mysql. Its development process has experienced the development background, purpose and significance of the analysis and system analysis and design. The system focuses on the analysis of the needs of users and the way to achieve the use of rose design of object-oriented analysis of the use case diagram, timing diagram and activity diagram. This system mainly divides into the onstage member customer management module and the backstage manager module. Front desk member customer operation mainly has: commodity browsing, member registration, member login, member information modification, shopping cart management, purchase goods and other functional modules. Background management mainly includes: order management, commodity management, member management, system set four function modules. Because the system uses the MVC mode design idea, makes the system portability is very strong, only need to modify the configuration file can be run on different servers.
Key words:Electronic commerce, JavaEE, jQuery, SSM, B/S, MVC, mysql, clothing store system
目       录
1绪论 1
1.1选题背景 1
1.1.1网上购物的发展 4
1.1.2网上购物的现状 5
1.2研究目标 6
1.3研究的意义 7
2相关技术理论基础 8
2.1 jsp技术的优势 8
2.2 MySQL数据库的介绍 11
2.3 Apache和tomcat服务器整合 13
2.4 ajax和json 13
2.5 spring+springmvc+mabatis框架的优势 13
2.6 B/S架构 13
3系统分析 14
3.1可行性分析 18
3.2需求分析 22
3.3系统功能分析 26
3.3.1顾客功能分析 26
3.3.2管理员(店户)功能分析 26
3.3.3商城系统的功能结构图 26
3.4业务建模 27
3.4.1用例图 27
3.4.2用例规约 29
3.4.3状态图 31
3.4.4顾客查询商品时序图 32
3.4.5顾客反馈信息时序图 33
3.4.6顾客查询商品时序图 34
3.4.7管理员添加商品时序图 26
3.4.8 管理员删除商品时序图 35
3.4.9顾客在线支付时序图 35
3.4.10管理员活动图 36
4数据库设计 37
4.1 E-R图设计 37
4.2实体属性 39
4.3数据库逻辑结构设计 41
4.3.1数据库结构图 45
4.3.2数据字典 46
5系统详细设计 47
5.1 MVC模式设计 47
5.2系统业务应用层设计 47
5.2.1数据访问层设计 48
5.2.2业务逻辑层设计 48
5.2.3用户表示层设计 49
5.3系统功能设计 50
5.3.1顾客子模块功能设计 50
5.3.2管理员(店户)子模块功能设计 51
参考文献 52
致 谢 53

标签:commerce,management,系统,system,时序,SSM,源码,毕业论文,member
来源: https://www.cnblogs.com/daizuo/p/14854194.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有