asp.net二手机动车辆交易信息管理系统设计+源代码

本系统较完整的实现了基于ASP.NET的二手车网上交易系统的基本功能,完成了最初系统设计中所有功能模块的实现。


摘 要:随着电子商务的快速发展,线上交易正在成为一种主流的交易手段,众多传统行业加入了“互联网+”的行列。二手机动车交易系统不但能提供新的商机,也为供求双方提供了更加快捷、高效的选择途径,节省交易成本。

本系统是将二手车辆信息、用户信息、交易信息等进行集中管理,通过信息的交流与共享,实现二手车辆交易的电子商务系统。系统主要包括用户注册登录、二手车交易、信息发布、信息管理、信息查询、消息推送等6个功能模块,以Visual Studio 2012为应用程序开发工具,以SQL Server 2012为数据库管理工具,以.NET Framework的Entity Framework为网站开发框架。

本文在介绍研究背景、现状、开发环境和技术的前提下,阐述了Browser/Server模式下二手车交易系统的设计思想和开发方法,简要研究了系统技术、经济、运行、使用等方面的可行性,分析了系统目标和性能要求,详细分析了系统用例和数据,并给出了具体的系统结构和数据库设计,阐述了开发过程,实现了系统的具体功能。针对基于网络的二手车交易系统,本文给出了从设计到开发较为完整的解决方案。

关键词:二手车;电子商务;ASP.NET ;SQL server数据库

Abstract:With the rapid development of e-commerce, online transactions are becoming a mainstream trading methods, many traditional industries joined the ranks of "Internet +". Second-hand motor vehicle trading system not only can provide new business opportunities, but also for the supply and demand sides to provide a more efficient and fast way to choose, save transaction costs.

The system is centrally managing the second-hand vehicle information, user information, transaction information, through exchanging and sharing information, to achieve second-hand vehicle transactions. The system mainly includes six function modules, such as logging and registering, buying or selling second-hand vehicle, releasing information, managing information, querying information and push message, using Visual Studio 2012 as application development tool, using SQL Server 2012 as database management tools, using Entity Framework of .NET Framework as the web development framework.

Based on the research background, current situation, development environment and technology, this paper expounds the design idea and development method of the second - hand vehicle trading system under Browser / Server mode, briefly studies the feasibility of system technology, economy, operation and using, analyzes the system objectives and performance requirements, analyzes the system user cases and data in detail, gives the specific system structure and database design, elaborates the development process, realizes the specific function of the system. For the network-based second-hand vehicle trading system, this paper gives a more complete solution from design to development.

Keywords: The second-hand vehicle ; The electronic commerce ; ASP.NET ; SQL Server

目  录

第一章  绪论 1

1.1 研究背景 1

1.2 研究目的和意义 1

1.3 国内外研究现状 2

1.4 主要研究内容 3

第二章  系统开发环境及相关技术介绍 5

2.1 系统开发模式 5

2.2 系统开发环境 5

2.2.1 开发工具的选择 6

2.2.2 数据库的选择 6

2.3 系统开发语言 6

2.4 JavaScript 7

2.5 CSS 7

2.6 小结 7

第三章  系统需求分析 8

3.1 可行性分析 8

3.1.1 技术可行性 8

3.1.2 经济可行性 8

3.1.3 运行可行性 9

3.1.4 用户使用可行性 9

3.2 功能需求分析 9

3.2.1 系统的目标 10

3.2.2 系统的性能 10

3.3 系统用例分析 10

3.3.1 识别角色 10

3.3.2 识别用例 11

3.3.3 系统用例视图 11

3.4 数据描述 13

第四章  系统设计 15