摘 要
随着计算机网络技术的飞速发展和人们生活节奏的不断加快,电子商务技术已经逐渐融入了人们的日常生活当中,网上商城作为电子商务最普遍的一种形式,已被大众逐渐接受。因此开发一个网上商城系统,适合当今形势,更加方便人们在线购物。
本网上商城系统以MVC分层思想为原则,使用SSH框架进行整合开发。页面显示使用JSP和HTML,数据库使用MySQL,这些技术目前相对比较成熟,方便系统的维护与扩展。网上商城系统前台包括了用户注册、用户登录、商品查询、商品添加到购物车、删除商品等几大功能;后台管理功能则包括商品的修改、添加、删除、用户管理和订单管理等主要功能。本系统具有操作简单、页面友善、灵活性好、运行稳定等特点。
与其他使用ASP,PHP语言编写的网上商城系统相比,本系统使用的JSP语言更加方便快捷,开发更加效率。使用SSH框架和JSP相结合的方式,大大降低了系统的耦合度,增强了系统的可维护性、可移植性。本系统使用了数据库连接池技术,有效的防止了因连接数过大而引起系统崩溃局面的发生,并且使用了基于Annotation注解的方式进行开发,使网上商城系统的数据访问更加的快捷。
关键词:网上购物;MVC;SSH;MySQL
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
目 录
摘 要i
Abstractii
1 绪论1
1.1 系统开发背景1
1.2 开发意义1
1.3 国内外现状1
1.4 本系统设计的内容2
1.5 设计的步骤2
2 系统开发技术2
2.1 动态网页技术JSP2
2.2 框架SSH2
2.3 系统开发工具3
2.4 系统配置过程3
2.5 配置关键性问题的解决3
2.5.1 系统性能调整4
2.5.2 数据库编码4
2.5.3 页面字符集4
3 系统分析4
3.1 可行性分析4
3.1.1 技术可行性4
3.1.2 经济可行性5
3.1.3 可行性分析结论5
3.2 需求分析5
3.2.1 开发意图5
3.2.2 功能需求5
3.2.3 数据流图5
3.2.4 数据字典8
4 系统设计11
4.1 系统的功能模块设计11
4.2 系统的工作流程12
4.3 系统模块详细设计14
5 数据库设计20
5.1 数据库概念设计20
5.1.1 实体属性的定义20
5.2 数据库逻辑设计22
6 系统实现25
6.1 系统主页面25
6.2 非登录用户操作25
6.2.1 用户注册25
6.2.2 用户登录26
6.2.3 找回密码27
6.2.4 查看商品信息28
6.2.5 搜索商品29
6.3 登录用户操作29
6.3.1 购物车29
6.3.2 付款30
6.3.3 更新个人信息31
6.4 后台管理31
6.4.1 后台登录31
6.4.2 后台主页面32
6.4.3 新增商品种类32
6.4.4 商品种类列表33
6.4.5 新增商品33
6.4.6 商品列表34
6.4.7 订单列表34
6.4.8 订单条件查询34
6.4.9 用户列表35
7 系统压力测试35
7.1 系统压力测试工具及环境35
7.2 录制测试过程36
7.2.1 建立线程组36
7.2.2 建立HTTP请求默认值36
7.2.3 设置代理服务器37
7.3 测试设置及启动38
7.3.1 设置登录参数38
7.3.2 启动测试39
7.4 测试结果39
7.4.1 系统压力测试聚合报告39
7.4.2 系统压力测试图形结果40
结 论41
参考文献42
致 谢43