基于JavaWeb的汽车销售交易网站设计与实现 毕业论文+开题报告+开题答辩+项目源码
基于JAVAWEB的汽车交易网站的设计与实现目录1 绪论 52 系统需求分析 62.1可行性分析 62.1.1 技术可行性 62.1.2 经济可行性 62.1.3 运行可行性 62.2功能需求 63 系统的开发环境及技术简介 83.1 系统开发环境 83.1.1 Eclipse 83.1.2 Mysql简介 83.1.3 Tomcat简介 83.2系统开发的思想与技术 93.2.1 JSP+Servlet+JDBC 94 系统总体设计 104.1总体功能模块 104.2销售模块 104.3管理模块 105 系统详细设计与实现 115.1系统和数据库的配置 115.2概念模型设计 115.3数据库逻辑模型 125.4平台数据表的设计 135.5数据库表结构 146 系统功能实现 156.1程序的类图 156.1.1商品信息类图 156.1.2会员信息类图 176.1.3小分类类图 186.1.4大分类类图 196.2程序的流程图 206.2.1商品信息管理流程图 206.2.2会员注册/登陆程序流程图 216.2.3订单生成管理流程图 216.3系统功能实现的主要框架 226.3.1 jsp+servlet+JDBC代码框架 226.3.2 JDBC连接数据库 231 JDBC连接数据库 236.4系统功能实现的主要模块 246.4.1 登录、注册页面 246.4.2 销售界面 276.4.3 商品管理界面 286.4.4 商品添加界面 296.4.5 会员管理界面 296.4.6 订单管理页面 307 系统的调试与测试 307.1主要测试内容 307.2软件测试的目的 307.3软件测试的任务 317.4测试方法 317.5 测试环境 317.6 系统具体测试 317.6.1 登录测试 328 总结 339 致 谢 34摘 要基于javaweb的汽车交易网站是采用B/S的设计结构。这个系统包括两个主要模块,第一部分是销售界面,利用jsp技术将商品展示给消费者,帮助消费者更好地消费,更对的消费,挑选自己真正需要的东西,一个好的界面对于整个交易网站是非常重要的。系统可以通过消费者在销售界面的界面交互,将信息传入管理者界面。第二部分是管理者界面,在管理者界面中可以接收销售界面的信息,并对其进行管理。数据通过jsp中的from表单利用post请求传入servlet当中,在servlet处理数据,判断数据是否为空,将数据传入dao层,在dao层中通过sql语句将数据存入数据库,这个系统,用的是mysql数据库,这个数据库有简单、实用、易操作等特点。基于javaweb的汽车交易网站的主要功能是为人们的生活消费提供了方便,提供了车辆的市场价格,销量等信息。关键词:汽车交易网站、javaweb、mysql、javaDesign and Implementation of Automobile Trading WebsiteBased on JAVAWEBAbstractThe automobile trading website based on JavaWeb is designed with B/S structure. This system consists of two main modules. The first part is the sales interface. It uses JSP technology to display goods to consumers, help consumers consume better, consume more correctly, and select what they really need. A good interface is very important for the whole trading website. The system can communicate information to the manager interface through the interface of the consumer in the sales interface. The second part is the manager's interface, in which the information of the sales interface can be received and managed.The data is sent to the servlet through the form of from in jsp. The data is processed in the servlet to judge whether the data is empty. The data is transferred to the Dao layer. The data is stored in the database through SQL statements in the Dao layer. This system uses MySQL database, which is simple, practical and easy to operate.The main function of the automobile trading website based on JavaWeb is to provide convenience for people's daily consumption, market price, sales and other information of vehicles.KeyWords:automobile trading website, javaweb, mysql, Java