摘 要
本文论述了药店药品销售管理系统的设计和实现,该网站从实际运用的角度出发,运用了计算机网站设计、数据库等相关知识,基于JSP技术、SSM框架和Mysql数据库设计来实现的,系统主要包括工作人员注册、工作人员登录,并且可以修改个人信息、修改密码,管理员对工作人员、客户信息、供应商、仓库信息、药品信息、药品采购、药品销售、药品退货、药品盘点、报损报溢等功能。网站界面进行了人性化的设计,操作简单具有一定的使用价值。本文主要从该网站的设计思想、功能的架构,运用的技术、数据库的设计、具体的实现等方面来进行论述。在详细设计部分主要论述了系统功能设计和数据库的设计。在本文的最后对网站的调试结果进行了说明和总结。
关键词:药店药品销售管理系统;Mysql数据库;jsp技术;SSM框架
Abstract
This paper discusses the design and implementation of pharmacy drug sales management system. From the perspective of practical application, the website uses the relevant knowledge such as computer website design and database, which is realized based on JSP technology, SSM framework and MySQL database design. The system mainly includes staff registration, staff login, and can modify personal information and password. The administrator is responsible for staff, customer information, suppliers Warehouse information, drug information, drug purchase, drug sales, drug return, drug inventory, loss and overflow reporting and other functions. The website interface is humanized, easy to operate and has certain use value. This paper mainly discusses the design idea, functional architecture, applied technology, database design and specific implementation of the website. In the detailed design part, it mainly discusses the system function design and database design. At the end of this paper, the debugging results of the website are explained and summarized.
Key words: pharmacy drug sales management system; Mysql database; JSP technology; SSM framework
目 录
第一章 绪论 I
1.1 本课题研究背景 1
1.2 研究现状 2
1.3 本课题研究的意义 3
1.4 论文所做的主要工作 4
第二章 系统实现的技术支持 5
2.1 JSP技术介绍 6
2.2 Mysql数据库介绍 7
2.3 MySQL环境配置 8
2.4 B/S架构 9
2.5 SSM框架 10
第三章