本科毕业论文二手车网上拍卖平台 设计与开发2014 年 6 月毕业论文任务书学院:经济管理学院 系级教学单位:10 级电子商务学号学生姓名于亚洲专 业班 级电子商务 10 级题目名称二手车拍卖平台设计与开发题目性质管理类题目类型毕业设计题目题目来源自选题目主要内容通过分析二手车拍卖平台流程,然后根据需求与系统功能目标,结合实际情况设计系统功能本系统采用前台 JSP+后台 JAVA 的模式,前台与后台共用一个数据库本平台包括如下功能:会员注册登录,会员信息查看修改,拍卖商品的发布,搜索,拍卖管理,公告信息发布,会员的管理,拍卖订单管理等基本要求1、收集二手车拍卖相关的国内外相关资料;2、进行系统需求分析、系统分析,并对平台进行设计与开发;3、论文的结构合理、层次清晰;4、功能明确,有所创新参考资料[1]孙卫琴,李洪成.《Tomcat 与 Java Web 开发技术详解》.电子工业出版社,2003年 6 月:1-205[2]BruceEckel.《Java 编程思想》. 机械工业出版社,2003 年 10 月:1-378[3]FLANAGAN.《Java 技术手册》. 中国电力出版社,2002 年 6 月:1-465[4]Lee Anne Phillips.《巧学活用 HTML4》.电子工业出版社,2004 年 8 月:1-319周次第 1~1 周第 2~3 周第 4~5 周第 6~17 周第 18~19 周应完成的内容调研并确定题目查阅文献资料,完成开题报告、文献综述、任务书建立系统业务模型,功能模型,数据模型;功能设计,数据库设计,模块设计功能设计,数据库设计,模块设计;系统实现;系统调试撰写论文和答辩材料;准备答辩指导教师:王晗职 称:副教授2014 年 3 月 24 日系级教学单位审批:2014 年 3 月 31 日摘要I摘要未来 10 年二手车市场的交易总规模将进一步上升,新车与二手车交易比例将接近 1∶1。
但是二手车市场在发展过程中存在着很多问题,比如诚信问题,跨区域交易问题等而二手车网上拍卖平台可以有效的解决二手车市场遇到的这些问题二手车拍卖平台对二手车进行标准化的检测,保证交易的公平,既方便了买家,又减少了卖家的时间和成本本文的主要工作是对基于后台 C/S 模式及前台 B/S 模式的二手车网上拍卖系统进行了研究与设计本文首先介绍了网上拍卖系统的背景,分析比较了国内外相关网上拍卖系统的运行模式、系统特点与开发技术然后分析了目前热点的各种Web 应用开发技术中存在的优势和不足之处,选择并重点研究了 JSP 技术进行开发然后采用后台 C/S 模式及前台 B/S 模式进行系统需求分析其次,分析了二手车网上拍卖平台系统的业务流程,明确该系统的目标和主要功能需求根据系统要求,将该系统进行具体功能划分,主要实现了用户管理、二手车管理、公告管理、搜索、拍卖管理等功能最后,对系统进行相关实际应用操作,通过使用该系统可以在网上完成搜索竞拍活动,本系统基本上完成了预期的功能关键词关键词 二手车;网上拍卖平台;JAVA;JSP燕山大学本科生毕业论文IIAbstractIn the next 10 years, the total size of the used-car market will rise further, new and used-car trading ratio will be close to 1:1. But the used-car market there are many problems in the process of development, such as the issue of integrity, inter-regional trade issues. The used-car online auction platform can effectively solve these problems encountered in the used-car market. Used-car auction platform for standardized testing used car, to ensure that the transaction is fair, it is not only convenient for buyers, but also reduce sellers’ time and cost.The main work of this paper is based on a background C/S mode and Front B/S model used-car online auction system making the research and design.This paper describes the background of the online auction system first, analyzed and compared the mode of the domestic and foreign relevant online auction system,system characteristic and development technology. Then analyze the strengths and weaknesses of the current hot spots at various Web application development technology, select and focus on the JSP technology development. And then using the background C/S mode and B/S model to analyze system requirements at the front desk.Secondly, analyzed the business processes of used-car online auction platform, clear objectives and key functional requirements of the system. According to the system requirements, the system is divided into specific functions, the main achievement is the user management, used-car management, bulletin management, search, auction management and other functions.Finally, made the related practical application by system operation,through the use of the system can complete the search auction on the Internet,the system basically completed as expected.Keywords Network Auction System; Used cars ; JSP; JAVAIII目 录摘要..........................................................IAbstract.....................................................II第 1 章 绪论...................................................11.1 课题背景..............................................11.2 课题意义..............................................11.3 国内外二手车市场发展现状..............................21.3.1 国外二手车市场现状.................................21.3.2 国内二手车市场现状.................................3第 2 章 开发模式及相关技术介绍.................................52.1 开发模式介绍..........................................52.1.1 客户端/服务器(CLIENT/SERVER)模式 .................52.1.2 浏览器/服务器(BROWSER/SERVER)模式 ................62.1.3 C/S 模式与 B/S 模式的比较及系统构建模式的选择 .......72.2 服务器端技术..........................................72.3 本章小结.............................................10第 3 章 需求分析..............................................113.1 可行性分析...........................................113.1.1 技术上的可行性....................................113.1.2 经济上的可行性....................................113.1.3 运行上的可行性....................................123.1.4 用户使用上的可行性................................123.2 功能需求分析.........................................123.2.1 系统的目标........................................133.2.2 系统的性能需求 ....................................133.2.3 系统的功能分析....................................143.3 UML 用例图 ...........................................153.4 其他需求要求.........................................153.5 本章小结.............................................18IV第 4 章 系统设计..............................................194.1 系统功能模块设计 .....................................194.1.1 用户管理..........................................194.1.2 商品管理..........................................194.1.3 公告管理..........................................204.1.4 竞拍系统..........................................204.1.5 搜索模块........................................。