摘 要

随着信息技术的发展,基于web模式的购物系统逐渐普及,网上购物是一种新型的商务模式,其工作流程和经营模式受到了欢迎。电子商务可以适应现代化快节奏的生活方式,满足各类人群足不出户的在线购物,利用商城使得买卖双方完成线上交易,提高了购买效率。因此,开发一个适合药品在线选购的商城系统可以帮助药品企业提高销售效率,具有非常重要的意义。

药品销售系统使用Java技术,MySQL数据库进行开发,系统后台使用springboot框架进行开发,具有低耦合、高内聚的特点,前台使用JavaScript技术进行页面布局。最后对药品销售系统进行测试,查看系统的功能、负载能力和系统的兼容性,结果表明本系统符合实际要求,完成了即定要求。本文从需求分析、系统设计、系统实现和系统测试方面进行阐述。系统的开发,帮助企业有效的对药品进行管理,提高了药品销售的效率。


关键词:药品销售,电子商务,springboot,JavaScript


 

Abstract

With the development of information technology, shopping systems based on web models are gradually becoming popular. Online shopping is a new business model, and its workflow and business model have been welcomed. E-commerce can adapt to modern and fast-paced lifestyles, meet the needs of various groups of people for online shopping without leaving their homes, and utilize shopping malls to enable buyers and sellers to complete online transactions, improving purchasing efficiency. Therefore, developing a shopping mall system suitable for online drug purchase can help drug companies improve sales efficiency, which is of great significance.

The drug sales system is developed using Java technology and MySQL database, and the system backend is developed using the springboot framework, which has the characteristics of low coupling and high cohesion. The frontend uses JavaScript technology for page layout. Finally, the drug sales system was tested to check its functionality, load capacity, and compatibility. The results showed that the system met the actual requirements and met the predetermined requirements. This article elaborates on requirements analysis, system design, system implementation, and system testing. The development of the system helps enterprises effectively manage drugs and improves the efficiency of drug sales.


Keywords: drug sales, e-commerce, springboot, JavaScript

 

本系统使用了MySQL数据库进行管理,MySQL数据库是目前流行的关系型数据库,之所以是一种关系型数据库,它是通过创建表与表之间的关系以及表的主键和外键进行组合。将不同的数据存储在不同的表中,可以提高操作的方便性,也加提高了查询的效率。MySQL软件体积小,安装快捷,成本低,并且开源免费,所以是目前开发项目的首选。虽然MySQL是一个小型数据库,但是却具有非常强大的功能,并为管理系统提供必要的数据支持。在本药品销售系统中,对数据安全要求较高,而MySQL就具有非常搞的数据安全性特征。通过设置数据库的登录权限,实现用户权限的控制,包括访问数据库的用户,设置对应的密码,也可以详细的进行设置数据操作权限,另外还可以设置数据库表内的信息加密。同时在项目运行后也可以通过函数实现数据库的自动备份。

 

药品销售系统功能包括前台和后台。药品销售系统包括了前后台两大功能板块,功能涉及注册与登录模块、管理员功能模块、个人用户模块、药品浏览模块、药品检索模块、药品信息模块、订单管理模块、购物车管理模块。

药品销售系统后台管理系统是一个结合现代计算机编程技术而开发的一个管理系统,是为了使网上后台管理者能够在管理后台药品的过程中运用系统软件来对药品,订单,管理人员等方面进行一个有效,系统,方便,快捷的管理过程。


药品销售系统的设计-计算机毕业设计源码+LW文档_数据库

药品销售系统的设计-计算机毕业设计源码+LW文档_MySQL_02