摘要汽车的快速发展方便了我们的生活。现如今,随着汽车行业的高歌猛进,汽车市场在急速的扩张,每家每户都少不了一辆汽车。市场的逐步扩大使得汽车配件供应商们产生了大量的业务,传统的业务流程和信息管理方式已经不能够满足他们的日常。因此设计一个界面友好、操作简易的汽车配件供销管理系统意义非凡。本文利用Java开发工具和Oracle后台数据库实现系统功能,利用JavaScript设计动态界面,整个系统是B/S结构。本文结合背景做出项目可行性分析,通过考察确立需求分析,运用知识完成系统主体设计以及数据库设计,依据设计要点实现了供应商、客户、产品、人事信息管理功能模块以及采购和销售的业务功能模块,并对其进行测试以完善系统的不足。通过本系统的开发,探讨信息管理系统的开发步骤和方法。本系统的开发将为汽车服务商们提高一个良好的,便于信息管理的工具。关键词:汽车配件供销管理系统;Java;B/S;Oracle;数据库ABSTRACTTherapiddevelopmentofautomobileshasmadeourlifeeasier.Now,withtheautomobileindustryoftheautomobilemarketinthestrideforwardsingingmilitantsongs,rapidexpansion,everyhouseholdhadacar.Thegradualexpansionofthemarkethasledtoalargenumberofsuppliersofautopartssuppliers,thetraditionalbusinessprocessesandinformationmanagementhasbeenunabletomeettheirdaily.Therefore,itisofgreatsignificancetodesignafriendlyinterface,easyoperationoftheautopartssupplyandmarketingmanagementsystem.Inthispaper,theuseofJavadevelopmenttoolsandOraclebackenddatabasesystemfunctions,theuseofJavaScriptdesigndynamicinterface,theentiresystemisB/Sstructure.Thispapercombinedwiththebackgroundtomakefeasibilityanalysis,throughtheinvestigationoftheestablishmentofdemandanalysis,usingtheknowledgetocompletethesystemmainbodydesignandthedatabasedesign,accordingtothedesignmainpoint,hasrealizedthesupplier,thecustomer,theproduct,thepersonnelinformationmanagementfunctionmodule,aswellaspurchasesandsellstheservicefunctionmodule,andcarriesonthetesttoimprovethedeficienciesofthesystem.Throughthedevelopmentofthesystem,thedevelopmentstepsandmethodsofinformationmanagementsystemarediscussed.Thedevelopmentofthissystemwillprovideagoodtoolforcarserviceproviderstofacilitateinformationmanagement.Keywords:Carpartsmanagementsystem;Java;B/S;Oracle;DataBase目录1.绪论...............................................11.1开发背景及选题意义....................................11.2可行性分析............................................21.3系统开发环境..........................................22.系统需求分析.......................................32.1权限的划分............................................32.2信息的管理............................................42.3核心业务..............................................53.相关技术介绍.......................................63.1Java基础.............................................63.1.1Java语言特点.......................................63.1.2JVM(Java虚拟机)..................................63.1.3面向对象............................................73.2JavaWeb...............................................73.2.1HTML................................................73.2.2表格与表单..........................................83.2.4CSS.................................................83.2.5Servlet............................................103.2.6JSP................................................113.2.7B/S结构...........................................123.3Oracle数据库........................................133.3.1Oracle概述....................................