论文无忧网提供:计算机毕业论文范文|计算机毕业设计|计算机毕业论文
栏目导航 ASP Java Web .NET VB6.0 JAVA VC VF DELPHI PB 计算机网络 计算机科学与技术 PHP 安卓APP 其他 C# 代写论文
当前位置: > 计算机 > .NET >

ASP.NET出租车管理系统

摘 要
随着Internet技术的发展,人们的日常生活已经离不开网络。未来社会人们的生活和工作将越来越依赖于数字技术的发展,越来越数字化、网络化、电子化、虚拟化。Internet的发展历程以及目前的应用状况和发展趋势,可以充分地相信网络技术将极大的改变我们的生活和工作方式,甚至社会的价值观也会发生某种变化。
本设计尝试用ASP.NET在网络上架构一个网上出租车管理系统,以推进出租车管理过程无纸化、电子化、智能化的发展。本文从理论和实践两个角度出发,对一个具有数据分析功能的出租车管理系统进行设计与实现分析。论文首先较为详尽地介绍了面向对象分析与设计的有关概念与技术,特别深入介绍了在本系统中运用到的知识,如:面向对象的分析设计流程;系统中所用到的开发技术ASP.NET以及ADO.NET的特点、结构框架以及使用方法。接着对出租车管理系统的可行性进行了分析,然后对系统的设计思想、设计目标与系统的整体结构进行了明确的规划。最后对系统的主要页面、数据库、应用程序的设计与实现作了较为详细的讲解。
本出租车管理系统是在Visual Studio.Net 平台上运用ASP.NET技术来实现的。其主要功能有:用户管理,车辆管理,新闻管理,费用管理,违章记录管理等。论文在撰写过程中,力求将理论与实践应用相结合,对各种理论进行阐述的同时配合系统从实际应用和操作技巧上加以说明,希望能够更充分地体现到这些知识与技术在本系统中的应用与实现。 http://www.paper51.com
【关键词】面向对象分析与设计,ASP.NET,ADO.NET

内容来自www.paper51.com

  内容来自www.paper51.com

 

http://www.paper51.com

  内容来自www.paper51.com

  内容来自论文无忧网 www.paper51.com

 

内容来自www.paper51.com

Abstract
Along with the development of Internet technology, daily life can not already do without the network. The life and work of the social people of future will depend on the development of digital technology more and more ,Digitize more and more, the networking, electronic, virtual. Development course and present application state and development trend of Internet, can believe network technology great change life and working way of us fully, Even a certain change will take place in the values of the society.
This procedure tries to build up a bookshop in the network with ASP.NET, So that every customer needn't go out and can do shopping easily through surfing the Net at home .this article is analyzing the design and realization of an online bookshop with Data Mining function, from the views of theory and practice. Starting with introducing concepts and techniques of OOA and OOP in detail, especially introducing the knowledge which apply for this system, such as: the feature and flow of OOA and OOP; analyzing the feature、structure and using method of developing techniques ASP.NET and ADO.NET which using in my system. And then, this article analyses the feasibility of the system, then minutely layouts the design thoughts, goals and the system holistic framework. At last, this article minutely explains the design and realization of Web page layout, data base and application program of our system.

内容来自www.paper51.com


This online bookstore system uses ASP.NET technology to realize on Visual Studio.Net platform. Its main function has: manage users, new books on sale, look for classified books, search books, collect favorite book, process of purchase, sales list, the comment of the books, website's management, etc.
During the course of writing this article, I strive to integrate theory and practice. While expatiating the different kind of theories, I illuminate the application and operation skill combining the system so as to fully incarnate the application of these theories and techniques to this system. copyright paper51.com

[KEYWORD]:OOA,OOD,ASP.NET,ADO.NET

copyright paper51.com

 

paper51.com

 

paper51.com

 

内容来自www.paper51.com


目 录
第1章 选题背景 1
1.1计算机管理信息系统的发展情况 1
1.2出租车管理系统的现状 2
1.3出租车管理系统的优势 3
1.4 任务概述 3
1.4.1目标:建立完善的出租车管理系统系统 3
1.4.2出租车管理系统特点 3
第2章 解决方案的选择 5
2.1 系统说明 5
2.1.1.硬.软件环境 5
2.2 开发计划 6
2.3可行性分析 6
2.3.1 风险分析 6
2.3.2 技术可行性 6
2.3.3 操作可行性 7
2.4 设计方案:对涉及工具和技术的相关说明 7
2.4.1 B/S体系结构 7
2.4.3 SQL Server 8
2.4.4 HTML(Hyper Text Markup Language) 8
2.4.5 Visual Studio 2005 9
第3章 需求分析 10
3.1系统分析的任务与步骤 10
3.1.1 系统分析的任务 10
3.1.2 系统分析的步骤 10
3.2网站项目范围 10
3.3 功能需求 11
3.3.1 司机部分 11
3.3.2 管理员部分 11
3.4网站实体分析 11
3.5网站的数据库设计 12
3.5.1 概念设计 12
第4章 总体设计 16
4.1 网站系统功能说明 16
4.1.1总体功能 16 copyright paper51.com
4.1.2非功能性需求 16
4.2 建立数据库模型 17
第5章 详细设计 20
5.1 用户登录 20
5.2 后台管理 21
5.3车辆信息管理界面 22
5.4相关费用管理界面 23
5.5违规记录管理界面 23
第6章  系统测试 25
6.1系统测试的目的 25
6.2面向对象系统测试方案 25
第7章 软件布署 26
7.1安装环境要求 26
7.2系统使用说明 26
总结 27
致 谢 28
参考文献 29

第1章 选题背景
1.1计算机管理信息系统的发展情况
1958年美国首先提出了“管理信息系统”(即MIS:Management Information Systems),从而也引出了另外一个概念——“管理信息系统”。综合其多种定义以及根据在实际中的应用,管理信息系统可以定义为是一个由人、计算机系统等组成的,能进行信息处理的人机系统,它反映企业的生产经营情况,利用过去、当前的数据预测未来,从企业全局出发辅助企业进行管理与决策。它具有以下特征:
1. 现代管理信息系统是一个以计算机为基础的一个人机系统。
2. 管理信息系统是一个集成化的系统。
3. 管理信息系统是一个以数据库为中心的系统。 http://www.paper51.com
4. 管理信息系统是一个网络化的系统。
5. 管理信息系统不同于一般的数据处理系统。
由于企业类型不同,企业的战略计划不同,企业的管理模式不径相同等因素,实际的管理信息系统的动能会不同。但是从抽象意义上来说,无论什么企业,其管理信息系统的功能相同。一般分为数据处理、辅助管理决策两大功能。管理信息系统的数据处理功能以完成企业相关数据的收集、存储、加工、传输和输出,提供信息服务。它是管理信息系统的基本功能;辅助管理决策功能即指对企业生产经营中的结构化决策问题,采用管理信息系统相关学科中提出的定量方法,建立问题的模型,求解问题,获得解决问题的方法。
  内容来自论文无忧网 www.paper51.com


 

 

内容来自论文无忧网 www.paper51.com

------分隔线----------------------------
联系方式