摘 要
本系统作为一个不可否认技术的珍贵古籍线上交易系统的小型电子商务网站,实现了珍贵古籍资源的整合以及闲置物品的重复利用价值。本系统是在充分调查了解了用户的需求之后,实现了珍贵古籍交易的大部分需求,包括珍贵古籍商品发布、珍贵古籍商品浏览搜索、订单管理、评价管理等,本课题的前端主要使用html+css+jQuery进行实现、后端使用angularjs实现,使用MySql数据库,服务器采用tomcat,作为一个B/S结构的电商系统。不可否认技术的珍贵古籍线上交易系统希望可以给予同学们生活、学习带来便利,实现珍贵古籍的有益流通。
关键词:珍贵古籍商品交易平台;数据库;前后端分离;B/S模式
ABSTRACT
As a small electronic commerce website which can not deny the technology of precious ancient books online trading system, this system realizes the integration of precious ancient books resources and the reuse value of idle items. After fully investigating and understanding the needs of users, this system has realized most of the requirements of the transaction of precious ancient books, including the publication of precious ancient books, the browsing and searching of precious ancient books, the management of orders, the evaluation management, and so on. The front-end of this project is mainly implemented by html css jQuery, the back-end is implemented by angularjs, the MySql database is used, and the server is implemented by tomcat. A B / S structure of the electroquotient system. There is no denying that the online trading system of precious ancient books of technology can give students life, study convenience and realize the beneficial circulation of precious ancient books.
Key words: precious ancient books commodity trading platform; database; front and rear end separation; B / S model
目 录
摘 要 I
ABSTRACT I
引言 1
1 绪论 1
1.1 课题背景与意义 1
1.2 本文的总体结构 1
2 开发工具及技术 2
2.1 开发工具 2
2.1.1 前台使用技术 2
2.1.2 后台使用技术 2
2.1.3 后端使用技术 3
2.2 B/S架构 3
2.3 软硬件需求 3
3 系统的需求分析和概要设计 3
3.1 可行性分析 3
3.1.1 技术可行性 4
3.1.2 经济可行性 4
3.1.3 管理可行性 4
3.2 系统的需求分析 5
3.3 系统的概要设计 5
3.4 设计的基本思想 7
3.5 系统的安全性 7
3.6 数据的完整性 7
3.6 界面需求 7
4 系统的数据库设计 8
4.1 数据库的需求分析 8
4.2 数据库的概念设计 14
4.3 数据库的逻辑设计 25
4.4 数据库的物理设计 27
4.5 数据库的连接原理 36
4.6中文乱码问题处理 37
4.7 CSS文件处理 37
4.8 JS文件处理 37
5 系统功能模块的详细设计 38
5.1 前台用户注册登录模块详细设计 38
5.2 珍贵古籍商品发布模块详细设计 39
5.3 珍贵古籍商品搜索浏览模块详细设计 40
5.4 个人信息维护模块详细设计 41
5.5 购物车模块详细设计 42
5.6 订单管理模块详细设计 43
6 系统功能模块的实现与测试 44
6.1 前台用户注册登录模块实现 44
6.2 珍贵古籍商品发布模块实现 44
6.3 珍贵古籍商品搜索浏览模块实现 45
6.4 个人信息维护模块实现 45
6.5 购物车模块实现 46
6.6 订单管理模块实现 46
6.7 程序调试 46
6.8测试用例 47
结论 49
致 谢 50
参考文献 51