基于ASP.NET小区车辆管理系统

来源:本站原创 作者:管理员 添加时间:2011-07-13 点击数:4262

一、开发工具:VS2005+SQL2000

二、开发期限:2011年

三、相关介绍:

1、计算机毕业论文介绍
摘要:随着近几年来微机技术、网络技术及相应软件技术的迅猛发展,小区的物业管理等工作已越来越离不开计算机了。本系统—小区车库车辆进出入管理系统是针对现今小区车辆多,管理复杂的情况下,为物业管理员简化车辆管理,使车辆管理能够更加快捷方便而研制出来的。本系统基本遵循软件工程方法论进行系统分析、总体设计、详细设计和软件测试。采用ASP.NET 技术作为创建应用程序的方式,以C#.NET作为编程语言,采用SQL Server 数据库作为后台数据库。它是基于Browser/Server结构下形成的数据驱动的Web应用程序。
实现了小区住户管理 小区固定车位管理以及小区临时车管理等功能。
关键词: ASP.NET  C#.NET  SQL Server  车位管理  收费

〖资料来源:计算机毕业论文 www.xiaoniu168.com

Abstract:With the recent years computer technology, network technology and the corresponding rapid development of software technology, several property management work has become increasingly inseparable from the computer. The system - the garage area into the vehicle access control system is the current plot against vehicles, manage complex circumstances, the property administrator simplify vehicle management, so that vehicles can be more convenient management and development of people. The system follows the basic software engineering methodology for systems analysis, design, detailed design and software testing. Using ASP.NET technology as a way to create applications to C #. NET as a programming language, using SQL Server database as a background database. It is based on the Browser / Server formed under the structure of data-driven Web applications.
Household Management District has fixed parking area management and district management features such as temporary car.
Key  words: ASP.NET  C#.NET  SQL Server  Parking management  Charges

目录
1 概述 4
1.1 计算机管理系统发展的概况 4
1.2 管理信息系统的特点 5
1.2.1  管理信息系统的组成 5
1.2.2  管理信息系统的界面特点 5
1.3 管理信息系统的开发 6
1.4 课题的主要任务 8
2. 需求分析 8
2.1 可行性分析 8
2.2 开发平台和技术简介 9
2.2.1 IIS简介 9
2.2.2 ASP.net简介 9
2.2.3 C#简介 11
2.2.4 数据库SQL Server简介 11
2.3 系统需要解决的主要问题 12
3 系统分析 12
3.1系统简介 12
3.2 主要模块流程图: 13
3.3 数据字典: 15
4 系统实现 18
4.1 login(系统主界面) 18
4.2 物业信息管理 19
4.3 RyList(人员列表页面) 20
4.4 GdclList(固定车列表模块) 22
4.5(分配车位模块) 23
4.6(临时收费信息) 25
5、软件测试 26
6、结束语 26
参考文献 27

2、计算机毕业设计功能介绍

2.3 系统需要解决的主要问题
小区车辆管理系统共分成两大层次模块:管理员模块和操作员模块。两大模块又包含各自的子模块。管理员模块包括物业信息管理、车辆信息管理、临时车和固定车的收费信息等模块。操作员模块包括所管辖区域的固定车收费和临时车收费等模块。

计算机毕业论文

相关代码:

protected void Page_Load(object sender, EventArgs e)

    {

        if (!Page.IsPostBack)

        {

            //显示物业公司信息

            DataTable dt = new DataTable();

            dt = DataControl.GetData("select * from 物业公司信息");

            if (dt.Rows.Count > 0)

            {

                TextBox1.Text = dt.Rows[0]["公司名称"].ToString();

                Textbox2.Text = dt.Rows[0]["公司地址"].ToString();

                TextBox3.Text = dt.Rows[0]["公司规模"].ToString();

                Textbox4.Text = dt.Rows[0]["联系电话"].ToString();

                Textbox5.Text = dt.Rows[0]["负责人"].ToString();

                TextBox6.Text = dt.Rows[0]["物业公司介绍"].ToString();

            }

        }

    }

<责任编辑:计算机毕业设计网(http://www.xiaoniu168.com)>

第1页

【联系方式】

【本站信誉】

用心做计算机毕业设计论文网