基于JAVA药品管理系统的设计和实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
毕业论文
题目:基于JAVA药品管理系统的设计和实现
专业:
班级:
姓名:
学号:
指导教师:
日期:
摘要
药品管理系统是现代化在线医药管理必不可少的基础设施与技术支撑环境。本系统前台采用MyEclipse开发,后台采用MySql 作为数据库开发工具,这些技术目前相对比较成熟,方便产品的维护。本系统可以实现用户在线注册、登录、修改密码,用户进行药品添加和管理、供应商的添加和管理,还可查询供应商提供的药品清单。
JSP(Java Server Pages)是由Sun Micrososystems公司倡导的、许多公司参与的一起建立的一种动态网页技术标准,JSP技术是在Servlet技术基础上发展起来的,它在飞速发展过程中,现在已经成为Java服务器编程的重要组成部分。虽然它未成型,但是它必然将和J2EE一起发展。
MySql是一种高效的关系数据库系统,它与Windows NT/2000及Windows 9x等操作系统紧密集成。这种安排使MySql能充分利用操作系统所提供的特性。对于今天复杂的客户/服务器系统来说,MySql是一个很好的选择。
关键字:药品管理系统;Java;MySql;
Abstract
The medical administrative system is the modernized online medicine management system, which is the essential infrastructure and technological back-up environment. This systematic front desk adopts DreamWeaver development, and the backstage supporter adopts MySql as the database developing instrument. These technologies are relative mature at present, facilitate the maintenance of the products. This system can realize user's online registration , log-in , revision of personal information , selection and order of medicines, examination of the detailed information of medicines , submittal of the order information, maintenance and management of medicines, classification of the medicines ,user’s information and order information online.
JSP (Java Server Pages ) is advocated by Sun Micrososystems Company, a kind of dynamic webpage technical standard of setting-up together which a lot of companies participate in. JSP technology is developed on Servlet technological foundation. In the course of developing at full speed, it have already become the important component of server programming of Java now. Though it does’t shape, it must develop with J2EE.
MySql is an efficient relation database system. It is close integrated with Windows 2000/NT and Windows 9X OS. MySql can utilize fully the characteristics provided by OS .MySql is a good choice for the complicated Cilent/Server systems nowaday.
Key Word: Medical Administrative System;JSP;MySql
目录
摘要 (1)
ABSTRACT (3)
目录 (4)
第1章开发的目的和意义 (4)
第2章需求分析 (4)
2.1系统工作流程分析 (4)
2.2系统实现目标 (4)
第3章总体设计 (5)
3.1系统设计的总体思想 (5)
3.2系统设计的体系和结构 (5)
3.2.1 系统的设计体系 (5)
3.2.2 系统的结构架构 (6)
3.3系统的功能和结构框图 (6)
3.3.1 系统功能模块 (6)
3.3.2 系统结构框图: (7)
3.4开发平台和开发工具 (7)
第4章开发平台和工具的简介 (7)
4.1JSP的简要说明 (7)
4.2M Y S QL的简要说明 (8)
4.3系统配置过程 (8)
4.4配置关键性问题的解决 (9)
4.4.1 Servlet和JSP 性能调整 (11)
4.4.2 Mysql与JSP网页中文乱码问题 (11)
第5章系统的详细设计 (12)
5.1数据库的实现 (12)
5.1.1 数据库关系模式的设计 (12)
5.1.2 数据库的具体实现(表结构) (12)
5.2数据库的连接 (13)
5.3功能模块的详细设计 (14)
5.3.1 注册功能模块 (14)
5.3.2 登录功能模块 (15)
5.3.3 添加药品功能模块 (16)
5.3.4 药品管理功能模块 (17)
5.3.5 添加供应商功能模块 (19)
5.3.6 供应商管理功能模块 (20)
5.3.7 修改密码功能模块 (21)
5.3.8 查询供应商提供的药品功能模块 (22)
5.3.9 主界面 (24)
第6章总结 (26)
致谢 (27)
参考文献 (28)