资源简介

附加DB目录下的数据库后,需将 app.config中的 连接串改为 如下:


<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<connectionStrings>
		<add name="conn" connectionString="Data Source=.;Initial Catalog=Hotel;Integrated Security=True"/>
	</connectionStrings>
</configuration>


代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;

namespace HotelManager
{
    class Boxcs
    {
        int id;
        public int Id
        {
            get { return id; }
            set { id = value; }
        }

        string name;
        public string Name
        {
            get { return name; }
            set { name = value; }
        }

        double money;
        public double Money
        {
            get { return money; }
            set { money = value; }
        }
     

        string phone;
        public string Phone
        {
            get { return phone; }
            set { phone = value; }
        }

        string cardid;
        public string Cardid
        {
            get { return cardid; }
   

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        232  2010-09-16 10:23  kyscHotelManageSystem1.0\App.config

     文件     700416  2010-09-16 10:28  kyscHotelManageSystem1.0\bin\Debug\HotelManager.exe

     文件        232  2010-09-16 10:23  kyscHotelManageSystem1.0\bin\Debug\HotelManager.exe.config

     文件     370176  2010-09-16 10:28  kyscHotelManageSystem1.0\bin\Debug\HotelManager.pdb

     文件       5632  2010-09-10 14:07  kyscHotelManageSystem1.0\bin\Debug\HotelManager.vshost.exe

     文件        232  2010-09-16 10:23  kyscHotelManageSystem1.0\bin\Debug\HotelManager.vshost.exe.config

     文件     516096  2010-09-10 14:07  kyscHotelManageSystem1.0\bin\Debug\IrisSkin2.dll

     文件      16292  2010-09-10 14:07  kyscHotelManageSystem1.0\bin\Debug\MSN.ssk

     文件       1929  2010-09-10 14:06  kyscHotelManageSystem1.0\BLL\b_bll.cs

     文件       4831  2010-09-10 14:07  kyscHotelManageSystem1.0\BLL\CustomerBLL.cs

     文件       1643  2010-09-10 14:06  kyscHotelManageSystem1.0\Boxcs.cs

     文件       1744  2010-09-10 14:06  kyscHotelManageSystem1.0\CustomerInf.cs

     文件      11513  2010-09-10 14:06  kyscHotelManageSystem1.0\DAL\b_dal.cs

     文件      17150  2010-09-10 14:06  kyscHotelManageSystem1.0\DAL\CustomerDAL.cs

     文件    2293760  2013-11-16 12:12  kyscHotelManageSystem1.0\DB\Hotel.mdf

     文件       6381  2010-09-10 14:07  kyscHotelManageSystem1.0\DB\Hotel.sql

     文件    1114112  2013-11-16 12:12  kyscHotelManageSystem1.0\DB\Hotel_log.LDF

     文件       8431  2010-09-10 14:06  kyscHotelManageSystem1.0\HotelManager.csproj

     文件        168  2010-09-10 14:06  kyscHotelManageSystem1.0\HotelManager.csproj.user

     文件        912  2010-09-16 10:51  kyscHotelManageSystem1.0\HotelManager.sln

    ..A..H.     43008  2010-09-16 10:51  kyscHotelManageSystem1.0\HotelManager.suo

     文件       8044  2010-09-10 14:06  kyscHotelManageSystem1.0\images\huanfang.png

     文件       6979  2010-09-10 14:06  kyscHotelManageSystem1.0\images\kefang.png

     文件       8926  2010-09-10 14:06  kyscHotelManageSystem1.0\images\kongroom.png

     文件     270179  2010-09-10 14:06  kyscHotelManageSystem1.0\images\Login (2).png

     文件     110407  2010-09-10 14:06  kyscHotelManageSystem1.0\images\Login.png

     文件      13245  2010-09-10 14:06  kyscHotelManageSystem1.0\images\NOroom.png

     文件       9072  2010-09-10 14:06  kyscHotelManageSystem1.0\images\notroom.png

     文件       9459  2010-09-10 14:06  kyscHotelManageSystem1.0\images\OUTroom.png

     文件       7122  2010-09-10 14:06  kyscHotelManageSystem1.0\images\ruzhu.png

............此处省略86个文件信息

评论

共有 条评论