摘 要
本毕业设计的选题主要来源于当前电子商务领域对安全、高效、用户友好的购物系统的迫切需求。考虑到公钥基础设施(PKI)在保障信息安全方面的优势,本选题旨在将PKI技术应用于电子购物系统中,以提高系统的安全性和用户的购物体验。本选题来源于对电子商务领域技术发展趋势的深入理解和分析,以及对现有技术的综合应用和创新。通过本选题的研究和实现,旨在推动电子购物系统在安全性、用户体验和功能丰富性方面的进一步发展。
本文介绍了一个基于公钥基础设施(PKI)的电子购物系统的设计与实现。该系统以Django为后台框架,Vue.js为前端框架,采用Python 3.7.7作为开发语言,并使用MySQL 5.7作为数据库管理系统。系统采用网上购物模式,涵盖了用户、管理员和商家三类用户角色。用户可以浏览商品信息、进行购买、评价商品、收藏商品以及管理个人订单。管理员则负责管理商品、商品类型、订单信息,并对注册用户资料进行审核,以维护系统的健康与正向发展。商家则可以在系统中发布自己的商品信息。为了确保系统的安全性,PKI技术被广泛应用于数据加密、身份验证和数字签名等环节。本文详细阐述了系统的架构设计、功能实现以及所采用的关键技术,并通过Pycharm软件进行开发和运行。通过系统测试,验证了所设计系统的可行性和实用性。本文的研究不仅为电子购物领域提供了一种安全可靠的解决方案,也为PKI技术在电子商务领域的应用提供了有益的参考。
关键词:公钥基础设施(PKI);电子购物系统;Django;Vue.js;Python ;MySQL
Abstract
The topic of this graduation project mainly comes from the urgent need of a safe, efficient and user-friendly shopping system in the field of e-commerce. Considering the advantages of public key infrastructure (PKI) in ensuring information security, this topic aims to apply PKI technology to the electronic shopping system, so as to improve the security of the system and the shopping experience of users. This topic comes from the in-depth understanding and analysis of the technology development trend in the field of e-commerce, as well as the comprehensive application and innovation of existing technologies. Through the research and implementation of this topic, it aims to promote the further development of the electronic shopping system in terms of security, user experience and functional richness.
This paper introduces the design and implementation of an electronic shopping system based on the public key infrastructure (PKI). The system takes Django as the back-end framework, Vue.js as the front-end framework, adopts Python 3.7.7 as the development language, and uses MySQL 5.7 as the database management system. The system adopts the online shopping mode, covering the three user roles of users, administrators and merchants. Users can browse product information, purchase, evaluate goods, collect items, and manage individual orders. The administrator is responsible for managing the goods, product types, order information, and reviewing the registered user data to maintain the health and positive development of the system. Businesses can publish their own product information in the system. In order to ensure the security of the system, PKI technology is widely used in data encryption, authentication and digital signature. This paper details the architecture design, functional implementation and key technologies adopted, and develops and runs through Pycharm software. The feasibility and practicability of the designed system are verified through the system test. The research in this paper not only provides a safe and reliable solution for the e-shopping field, but also provides a useful reference for the application of PKI technology in the e-commerce field.
Key words: public key infrastructure (PKI); electronic shopping system; Django;Vue.js; Python; MySQL
目 录
摘 要
Abstract
目 录
第1章 绪论
1.1 选题背景及意义
1.1.1 选题背景
1.1.2 选题意义
1.2 国内外研究现状及发展趋势
1.2.1 国内研究现状
1.2.2 国外研究现状
1.2.3 发展趋势
1.3课题内容
1.4论文结构安排
第2章 系统分析
2.1系统使用相关技术分析
2.1.1Python语言介绍
2.1.2Mysql数据库介绍
2.1.3Django框架介绍
2.2系统可行性分析
2.2.1系统技术可行性分析
2.2.2系统经济可行性分析
2.2.3系统操作可行性分析
2.3系统需求分析
2.3.1传统销售系统优缺点分析
2.3.2本电子购物系统分析
2.4系统功能分析
2.5系统性能分析
2.6用例图
2.7系统业务流程
第3章 系统设计
3.1系统体系结构
3.2系统功能结构
3.3数据库设计
3.3.1ER图设计
3.3.2数据库表设计
第4章 系统实现
4.1系统登录功能的界面实现
4.2管理员个人中心功能的界面实现
4.3用户注册功能的界面实现
4.4用户信息管理功能的界面实现
4.5商家商品信息管理功能的界面实现
4.6订单管理功能的界面实现
4.7管理员商品类型管理功能的界面实现
4.8用户在线购买与订单管理功能的界面实现
4.9用户在线充值功能的实现界面
第5章 系统测试
5.1系统测试的方法
5.2测试环境与测试条件
5.3实例测试表格
第6章 总结与展望
6.1 总结
6.2 展望
参考文献
致 谢