资源简介
附加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个文件信息
相关资源
- ASP.NET MVC5考试_管理系统源码
- .netc#新手菜鸟mvc5的仓库管理系统 so
- 基于ASP.NET的课程管理系统
- Asp.net学生信息管理系统最新源码201
- .net 美萍超市管理系统源码C#
- C# KTV 点歌系统,C#项目源码带数据库
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- asp.net mvc 网上书店系统
- 一种开源业务系统框架winform源码
- C#人事管理系统/人力资源管理系统
- 学生社团信息管理系统MVC三层架构
- C# 数据采集系统 智能采集 数据分析
- 毕业设计,基于winform的酒店管理系统
- ASP.NET图书管理系统源码.zip
- 基于遗传算法的排程系统
- C#购物系统课程设计
- 业务管理系统源码 asp.net业务管理系统
- 考勤管理系统ASP.NET
- 基于.net的医院信息管理系统C#
- ASP.NET城市公交管理系统
- 企业人事管理系统C#源代码
- 基于asp.net学生成绩管理系统课程设计
- 北大青鸟accp7.0 使用C#开发数据库应用
- c#人力资源管理系统源代码
- C#学生信息管理系统含全部源码,详细
- STC12C5A60S2-基于pt100的远程网络温度检
- 最强大的Asp.Net图书销售系统源代码保
- c#开发报价系统
- ASP.NET新闻发布系统.rar
- ASP.NET-三层架构-花店系统网站
评论
共有 条评论