摘要
本文讲述的是基于B/S模式的二手图书在线交易平台的设计与实现。所谓的在线交易平台是借助互联网在平台上完成购书交易,并使用户随时可以了解企业的商品,为用户提供在线服务和订单处理功能。二手图书在线交易平台提供了精确搜索途径,可以从关键字进行搜索,快捷准确。二手图书在线交易平台能够提供海量二手图书信息,这是传统销售方式不可达到的。二手图书在线交易平台核心优点有:用户可以随时随地选购图书,节约环境资源增加图书复用率,节约线下门店的租金成本。
关键词:二手图书,在线交易,订单处理
Abstract
This article is about the design and implementation of online trading platform for used books based on B/S model. The so-called online trading platform is through the Internet to complete the book trading on the platform, and allows users to understand the goods at any time, to provide users with online services and order processing functions. Second hand books online trading platform provides accurate search way, you can search from key words, fast and accurate. Secondary books online trading platform can provide massive second-hand books and information, which is the traditional way of sales can not be achieved. Secondary books online trading platform core advantages are: users can buy books anytime, anywhere, saving environmental resources, increasing the rate of book reuse, saving the rental costs of offline stores
Key Words: digital products, online sale, order processing
目 录
第1章 绪论 1
1.1 研究背景 1
1.2 研究意义 1
1.3 研究内容 2
1.4 论文组织 2
第2章 相关技术 3
2.1 Web技术 3
2.2 Jsp技术 3
2.3 MVC模式 4
2.4 Struts技术 5
第3章 系统需求分析与总体设计 7
3.1 可行性分析 7
3.1.1 技术可行性 7
3.1.2 经济可行性 7
3.1.3 操作可行性 7
3.2 系统角色描述 7
3.3 系统用例 8
3.3.1 系统用例概况 8
3.3.2 前台模块用例 9
3.3.3 后台模块用例 10
3.4 功能需求 11
3.4.1 前台模块功能需求 11
3.4.2 后台模块功能需求 12
3.5 总体设计原则 13
3.6 系统总体架构 13
3.7 运行环境 15
第4章 系统详细设计和数据库设计 16
4.1 软件系统结构 16
4.2 功能设计 17
4.3 关键数据结构和算法 18
4.4 数据库设计 20
4.4.1 数据分析 20
4.4.2 概念结构设计 21
4.4.3 逻辑结构设计 22
4.4.4 物理结构设计 22
4.5 本章小结 25
第5章 系统实现 26
5.1 系统实现概述 26
5.2 核心功能实现 26
5.2.1 用户登录功能实现 26
5.2.2 用户提交订单功能实现 28
5.2.3 用户管理订单功能实现 32
5.2.4 管理员删除用户功能实现 36
5.2.5 管理员删除订单功能实现 37
5.3 本章小结 39
第6章 系统测试 40
6.1 测试策略 40
6.2 测试用例 40
6.2.1 用户注册测试用例 40
6.2.2 用户登录测试用例 40
6.2.3 上传图书测试用例 41
6.3 测试结果 41
6.4 本章小结 43
总结展望 44
致 谢 45
参考文献 46