摘 要
通过对电子商务网站的发展的了解,结合目前国内外化妆品市场的趋势,构建迎合用户需求的化妆品网站的大致框架,从而对化妆品在线销售网站进行开发,其中系统的主要模块为:用户模块,会员管理模块,后台管理模块,订单管理模块,商品管理模块。
本课题就是在这种环境下应运而生的,课题主要是利用SSM技术实现男士化妆品购物系统的前台与后台系统。采用分布式与集群相配合的模式来开发和部署该系统,采用这种方法开发的男士化妆品购物系统系统不仅开发速度快,开发效率高,开发层次明确而且还能能够承载大数据量的访问,而且这套系统对当下想要进军男士化妆品购物系统网站的商家来说具有非常重要的参考价值。
关键词:化妆品购物;男士化妆品购物系统;SSM技术;设计与实现
Abstract
Through the understanding of the development of e-commerce websites and the trend of cosmetics market at home and abroad at present, the general framework of cosmetics websites catering to the needs of users is constructed, so as to develop the online cosmetics sales websites. The main modules of the system are: user module, member management module, background management module, order management module, commodity management module.
This topic is under this kind of environment arises at the historic moment, the topic is mainly uses the SSM technology to realize the men cosmetics shopping system foreground and the backstage system. The system is developed and deployed in a distributed and cluster mode. The men's cosmetics shopping system developed by this method is not only fast in development, but also highly efficient. The development level is clear and can carry large amount of data access, and this system has very important reference value for the merchants who want to enter the men's cosmetics shopping system website.
Keywords: cosmetics shopping; men's cosmetics shopping system; SSM technology; design and implementation
目 录
1. 绪论 1
1.1. 研究的背景和意义 1
1.1.1. 研究的背景 1
1.1.2. 研究的意义 1
1.2. 国内外研究现状 1
1.3. 研究内容 2
1.4. 论文组织结构 3
2. 男士化妆品购物系统系统开发技术及工具介绍 4
2.1. 男士化妆品购物系统开发的核心技术 4
2.1.1. Jsonp简介 4
2.1.2. HttpClient简介 5
2.1.3. Cookie简介 6
2.1.4. Session简介 7
2.1.5. Solr简介 8
2.2. SSM框架技术 8
2.2.1. 框架技术概述 8
2.2.2. SpringMVC框架 9
2.2.3. Mybatis框架 10
2.2.4. Spring框架 12
2.3. 男士化妆品购物系统开发工具 12
2.3.1. Ecplipse及其插件 12
2.3.2. Tomcat服务器 13
2.3.3. MySQL数据库 13
2.3.4. Redis数据库 13
3. 男士化妆品购物系统系统项目需求分析 14
3.1. 目标 14
3.2. 男士化妆品购物系统业务流程图 14
3.2.1. 男士化妆品购物系统后台业务流程图 14
3.2.2. 男士化妆品购物系统前台务流程图 15
4. 男士化妆品购物系统系统详细设计及实现 17
4.1. 男士化妆品购物系统总体开发架构 17
4.2. 男士化妆品购物系统框架实现 17
4.2.1. Spring整合SpringMVC 17
4.2.2. Spring整合Mybatis 18
4.2.3. Spring整合Jedis 20
4.3. 男士化妆品购物系统主要功能模块实现 21
4.3.1. 男士化妆品购物系统后台商品管理实现 21
4.3.2. 男士化妆品购物系统后台内容管理实现 23
4.3.3. 男士化妆品购物系统前台单点登录的实现 25
4.3.4. 男士化妆品购物系统前台solr全文搜索的实现 28
5. 男士化妆品购物系统系统运行结果 31
5.1. 男士化妆品购物系统后台运行结果 31
5.1.1. 男士化妆品购物系统前台新增产品 31
5.1.2. 男士化妆品购物系统前台商品内容管理 32
5.2. 男士化妆品购物系统前台运行结果 33
5.2.1. 男士化妆品购物系统前台用户搜索 33
5.2.2. 男士化妆品购物系统前台用户注册 34
5.2.3. 男士化妆品购物系统用户购物车 35
6. 总结以及展望 38
参考文献 39
致 谢 40