摘要药品管理系统是现代化在线医药管理必不可少的基础设施与技术支撑环境。本系统前台采用MyEclipse开发,后台采用MySql作为数据库开发工具,这些技术目前相对比较成熟,方便产品的维护。本系统可以实现用户在线注册、登录、修改密码,用户进行药品添加和管理、供应商的添加和管理,还可查询供应商提供的药品清单。JSP(JavaServerPages)是由SunMicrososystems公司倡导的、许多公司参与的一起建立的一种动态网页技术标准,JSP技术是在Servlet技术基础上发展起来的,它在飞速发展过程中,现在已经成为Java服务器编程的重要组成部分。虽然它未成型,但是它必然将和J2EE一起发展。MySql是一种高效的关系数据库系统,它与WindowsNT/2000及Windows9x等操作系统紧密集成。这种安排使MySql能充分利用操作系统所提供的特性。对于今天复杂的客户/服务器系统来说,MySql是一个很好的选择。关键字:药品管理系统;Java;MySql;AbstractThemedicaladministrativesystemisthemodernizedonlinemedicinemanagementsystem,whichistheessentialinfrastructureandtechnologicalback-upenvironment.ThissystematicfrontdeskadoptsDreamWeaverdevelopment,andthebackstagesupporteradoptsMySqlasthedatabasedevelopinginstrument.Thesetechnologiesarerelativematureatpresent,facilitatethemaintenanceoftheproducts.Thissystemcanrealizeuser'sonlineregistration,log-in,revisionofpersonalinformation,selectionandorderofmedicines,examinationofthedetailedinformationofmedicines,submittaloftheorderinformation,maintenanceandmanagementofmedicines,classificationofthemedicines,user’sinformationandorderinformationonline.JSP(JavaServerPages)isadvocatedbySunMicrososystemsCompany,akindofdynamicwebpagetechnicalstandardofsetting-uptogetherwhichalotofcompaniesparticipatein.JSPtechnologyisdevelopedonServlettechnologicalfoundation.Inthecourseofdevelopingatfullspeed,ithavealreadybecometheimportantcomponentofserverprogrammingofJavanow.Thoughitdoes’tshape,itmustdevelopwithJ2EE.MySqlisanefficientrelationdatabasesystem.ItiscloseintegratedwithWindows2000/NTandWindows9XOS.MySqlcanutilizefullythecharacteristicsprovidedbyOS.MySqlisagoodchoiceforthecomplicatedCilent/Serversystemsnowaday.KeyWord:MedicalAdministrativeSystem;JSP;MySql目录摘要..............................................................1ABSTRACT............................................................2目录............................................................3第1章开发的目的和意义............................................4第2章需求分析....................................................42.1系统工作流程分析..............................................42.2系统实现目标..................................................4第3章总体设计....................................................53.1系统设计的总体思想............................................53.2系统设计的体系和结构..........................................53.2.1系统的设计体系............................................53.2.2系统的结构架构............................................63.3系统的功能和结构框图..........................................63.3.1系统功能模块..............................................63.3.2系统结构框图:............................................73.4开发平台和开发工具............................................7第4章开发平台和工具的简介........................................74.1JSP的简要说明................................................74.2MYSQL的简要说明...............................................84.3系统配置过程................................................