在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 酒店管理系统(VS2008 + C# + SQLServer2000)

酒店管理系统(VS2008 + C# + SQLServer2000)

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:7.77M
  • 下载次数:16
  • 浏览次数:131
  • 发布时间:2023-07-27
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】酒店管理系统(VS2008 C# SQLServer2000)
软件名称: 酒店管理系统 ( VS2008 C# SQLServer2000 ) 软件语言: 简体中文 软件授权: 免费软件 软件类型: 国产软件 运行环境: C# MSSQL

【实例截图】

from clipboard

from clipboard

from clipboard

【核心代码】

.
├── WindowsFormsApplication1.suo
├── 酒店管理系统
│   ├── DB
│   │   ├── GinShop.mdf
│   │   └── GinShop_log.LDF
│   ├── 酒店管理系统
│   │   ├── BinBal
│   │   │   ├── BinDal.csproj
│   │   │   ├── CustomBookServices.cs
│   │   │   ├── CustomersServices.cs
│   │   │   ├── Dals.cs
│   │   │   ├── DeleteEmloyeeSalary.cs
│   │   │   ├── EmpStateServices.cs
│   │   │   ├── EmployeeSalaryBinDal.cs
│   │   │   ├── EmployeeSalaryServer.cs
│   │   │   ├── EmployeeServices.cs
│   │   │   ├── Everyserver.cs
│   │   │   ├── GoodsServices.cs
│   │   │   ├── GroupRegisServices.cs
│   │   │   ├── JobServices.cs
│   │   │   ├── PopedomsServices.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ProvincesServices.cs
│   │   │   ├── RP_compareServices.cs
│   │   │   ├── RolesServices.cs
│   │   │   ├── RoomLevelServices.cs
│   │   │   ├── RoomServices.cs
│   │   │   ├── SearchIdServer.cs
│   │   │   ├── UR_compareServices.cs
│   │   │   ├── UsersServices.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── BinBal.dll
│   │   │   │       ├── BinBal.pdb
│   │   │   │       ├── BinModel.dll
│   │   │   │       └── BinModel.pdb
│   │   │   └── obj
│   │   │       ├── BinBal.csproj.FileList.txt
│   │   │       ├── BinDal.csproj.FileList.txt
│   │   │       └── Debug
│   │   │           ├── BinBal.dll
│   │   │           ├── BinBal.pdb
│   │   │           ├── BinDal.csproj.FileListAbsolute.txt
│   │   │           ├── Refactor
│   │   │           │   └── BinBal.dll
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── BinBll
│   │   │   ├── BinBll.csproj
│   │   │   ├── Blls.cs
│   │   │   ├── CustomerManager.cs
│   │   │   ├── DeleteManager.cs
│   │   │   ├── EmpStateManager.cs
│   │   │   ├── EmployeeManager.cs
│   │   │   ├── EmployeeSalaryBinBllBll.cs
│   │   │   ├── EmployeeSalaryManage.cs
│   │   │   ├── Everymanager.cs
│   │   │   ├── GoodsManager.cs
│   │   │   ├── GroupManager.cs
│   │   │   ├── JobManager.cs
│   │   │   ├── PopedomsManager.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ProvinceManager.cs
│   │   │   ├── RP_compareManager.cs
│   │   │   ├── RoleManager.cs
│   │   │   ├── RoomLevelManager.cs
│   │   │   ├── RoomsManager.cs
│   │   │   ├── SearchIdManager.cs
│   │   │   ├── UR_compareManager.cs
│   │   │   ├── UsersManager.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── BinBal.dll
│   │   │   │       ├── BinBal.pdb
│   │   │   │       ├── BinBll.dll
│   │   │   │       ├── BinBll.pdb
│   │   │   │       ├── BinModel.dll
│   │   │   │       └── BinModel.pdb
│   │   │   └── obj
│   │   │       ├── BinBll.csproj.FileList.txt
│   │   │       └── Debug
│   │   │           ├── BinBll.csproj.FileListAbsolute.txt
│   │   │           ├── BinBll.dll
│   │   │           ├── BinBll.pdb
│   │   │           ├── Refactor
│   │   │           │   └── BinBll.dll
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           └── TempPE
│   │   ├── BinModel
│   │   │   ├── BinModel.csproj
│   │   │   ├── CustomBooks.cs
│   │   │   ├── Customers.cs
│   │   │   ├── EmpState.cs
│   │   │   ├── Employee.cs
│   │   │   ├── EmployeeSalaryBinModel.cs
│   │   │   ├── Goods.cs
│   │   │   ├── GroupBook.cs
│   │   │   ├── GroupRegis.cs
│   │   │   ├── JobPosition.cs
│   │   │   ├── Popedoms.cs
│   │   │   ├── ProductPerDay.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Provinces.cs
│   │   │   ├── RP_compare.cs
│   │   │   ├── Roles.cs
│   │   │   ├── RoomLevel.cs
│   │   │   ├── Rooms.cs
│   │   │   ├── UR_compare.cs
│   │   │   ├── Users.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── BinModel.dll
│   │   │   │       └── BinModel.pdb
│   │   │   └── obj
│   │   │       ├── BinModel.csproj.FileList.txt
│   │   │       └── Debug
│   │   │           ├── BinModel.csproj.FileListAbsolute.txt
│   │   │           ├── BinModel.dll
│   │   │           ├── BinModel.pdb
│   │   │           ├── Refactor
│   │   │           │   └── BinModel.dll
│   │   │           └── TempPE
│   │   ├── BinTools
│   │   │   ├── BinTools.csproj
│   │   │   ├── Log.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Tools.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── BinTools.dll
│   │   │   │       └── BinTools.pdb
│   │   │   └── obj
│   │   │       ├── BinTools.csproj.FileList.txt
│   │   │       └── Debug
│   │   │           ├── BinTools.csproj.FileListAbsolute.txt
│   │   │           ├── BinTools.dll
│   │   │           ├── BinTools.pdb
│   │   │           ├── Refactor
│   │   │           │   └── BinTools.dll
│   │   │           └── TempPE
│   │   ├── FiveStarGinShopManager
│   │   │   ├── App.config
│   │   │   ├── FiveStarGinShopManager.csproj
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   ├── add.bmp
│   │   │   │   ├── del.bmp
│   │   │   │   ├── edit.bmp
│   │   │   │   ├── exit.bmp
│   │   │   │   ├── exit1.bmp
│   │   │   │   ├── find.bmp
│   │   │   │   └── flush.bmp
│   │   │   ├── UI
│   │   │   │   ├── Advices.cs
│   │   │   │   ├── Advices.designer.cs
│   │   │   │   ├── Advices.resx
│   │   │   │   ├── BackGroundImage.Designer.cs
│   │   │   │   ├── BackGroundImage.cs
│   │   │   │   ├── BackGroundImage.resx
│   │   │   │   ├── CustomerBook.Designer.cs
│   │   │   │   ├── CustomerBook.resx
│   │   │   │   ├── CustomerBooks.cs
│   │   │   │   ├── CustomerBooks.designer.cs
│   │   │   │   ├── CustomerBooks.resx
│   │   │   │   ├── CustomerRegister.Designer.cs
│   │   │   │   ├── CustomerRegister.cs
│   │   │   │   ├── CustomerRegister.resx
│   │   │   │   ├── DataShow
│   │   │   │   │   ├── CustomerList.Designer.cs
│   │   │   │   │   ├── CustomerList.cs
│   │   │   │   │   ├── CustomerList.resx
│   │   │   │   │   ├── Customertest.Designer.cs
│   │   │   │   │   ├── Customertest.cs
│   │   │   │   │   ├── Customertest.resx
│   │   │   │   │   ├── GoodsList.Designer.cs
│   │   │   │   │   ├── GoodsList.cs
│   │   │   │   │   ├── GoodsList.resx
│   │   │   │   │   ├── GroupList.Designer.cs
│   │   │   │   │   ├── GroupList.cs
│   │   │   │   │   ├── GroupList.resx
│   │   │   │   │   ├── RoomList.Designer.cs
│   │   │   │   │   ├── RoomList.cs
│   │   │   │   │   └── RoomList.resx
│   │   │   │   ├── Dictionary
│   │   │   │   │   ├── DictionaryForm.Designer.cs
│   │   │   │   │   ├── DictionaryForm.cs
│   │   │   │   │   ├── DictionaryForm.resx
│   │   │   │   │   ├── TableCity.Designer.cs
│   │   │   │   │   ├── TableCity.cs
│   │   │   │   │   ├── TableCity.resx
│   │   │   │   │   ├── TableJobPosition.Designer.cs
│   │   │   │   │   ├── TableJobPosition.cs
│   │   │   │   │   ├── TableJobPosition.resx
│   │   │   │   │   ├── TableProvince.Designer.cs
│   │   │   │   │   ├── TableProvince.cs
│   │   │   │   │   └── TableProvince.resx
│   │   │   │   ├── EmpLoginRegis.Designer.cs
│   │   │   │   ├── EmpLoginRegis.cs
│   │   │   │   ├── EmpLoginRegis.resx
│   │   │   │   ├── EmployeeDel.Designer.cs
│   │   │   │   ├── EmployeeDel.cs
│   │   │   │   ├── EmployeeDel.resx
│   │   │   │   ├── EmployeeManage.Designer.cs
│   │   │   │   ├── EmployeeManage.cs
│   │   │   │   ├── EmployeeManage.resx
│   │   │   │   ├── EmployeeRegis.Designer.cs
│   │   │   │   ├── EmployeeRegis.cs
│   │   │   │   ├── EmployeeRegis.resx
│   │   │   │   ├── EmployeeTrainManage.cs
│   │   │   │   ├── EmployeeTrainManage.designer.cs
│   │   │   │   ├── EmployeeTrainManage.resx
│   │   │   │   ├── EveryDay
│   │   │   │   │   ├── AddEmployeeSalary.cs
│   │   │   │   │   ├── AddEmployeeSalary.designer.cs
│   │   │   │   │   ├── AddEmployeeSalary.resx
│   │   │   │   │   ├── EmployeeSalary.cs
│   │   │   │   │   ├── EmployeeSalary.designer.cs
│   │   │   │   │   ├── EmployeeSalary.resx
│   │   │   │   │   ├── Every.cs
│   │   │   │   │   ├── Every.designer.cs
│   │   │   │   │   ├── Every.resx
│   │   │   │   │   ├── EveryMoney.cs
│   │   │   │   │   ├── EveryMoney.designer.cs
│   │   │   │   │   ├── UpdateEmployeeSalary.cs
│   │   │   │   │   ├── UpdateEmployeeSalary.designer.cs
│   │   │   │   │   ├── UpdateEmployeeSalary.resx
│   │   │   │   │   ├── bianji.cs
│   │   │   │   │   ├── bianji.designer.cs
│   │   │   │   │   └── bianji.resx
│   │   │   │   ├── GinPlan.Designer.cs
│   │   │   │   ├── GinPlan.cs
│   │   │   │   ├── GinPlan.resx
│   │   │   │   ├── GoodsServer.Designer.cs
│   │   │   │   ├── GoodsServer.cs
│   │   │   │   ├── GoodsServer.resx
│   │   │   │   ├── JobConfig.Designer.cs
│   │   │   │   ├── JobConfig.cs
│   │   │   │   ├── JobConfig.resx
│   │   │   │   ├── Leave.Designer.cs
│   │   │   │   ├── Leave.cs
│   │   │   │   ├── Leave.resx
│   │   │   │   ├── LeaveMenu.Designer.cs
│   │   │   │   ├── LeaveMenu.cs
│   │   │   │   ├── LeaveMenu.resx
│   │   │   │   ├── Login.Designer.cs
│   │   │   │   ├── Login.cs
│   │   │   │   ├── Login.resx
│   │   │   │   ├── OpacityManager.Designer.cs
│   │   │   │   ├── OpacityManager.cs
│   │   │   │   ├── OpacityManager.resx
│   │   │   │   ├── PlanterInfo.cs
│   │   │   │   ├── PlanterInfo.designer.cs
│   │   │   │   ├── PlanterInfo.resx
│   │   │   │   ├── PopedomsRoles
│   │   │   │   │   ├── CurrentRoles.Designer.cs
│   │   │   │   │   ├── CurrentRoles.cs
│   │   │   │   │   ├── CurrentRoles.resx
│   │   │   │   │   ├── Popedom.Designer.cs
│   │   │   │   │   ├── Popedom.cs
│   │   │   │   │   └── Popedom.resx
│   │   │   │   ├── PwdModify.Designer.cs
│   │   │   │   ├── PwdModify.cs
│   │   │   │   ├── PwdModify.resx
│   │   │   │   ├── RolePopedom.Designer.cs
│   │   │   │   ├── RolePopedom.cs
│   │   │   │   ├── RolePopedom.resx
│   │   │   │   ├── RolesForm.Designer.cs
│   │   │   │   ├── RolesForm.cs
│   │   │   │   ├── RolesForm.resx
│   │   │   │   ├── RoomManage.Designer.cs
│   │   │   │   ├── RoomManage.cs
│   │   │   │   ├── RoomManage.resx
│   │   │   │   ├── StartImage.Designer.cs
│   │   │   │   ├── StartImage.cs
│   │   │   │   ├── StartImage.resx
│   │   │   │   ├── SysDictionary.Designer.cs
│   │   │   │   ├── SysDictionary.cs
│   │   │   │   ├── SysDictionary.resx
│   │   │   │   ├── SysMain.Designer.cs
│   │   │   │   ├── SysMain.cs
│   │   │   │   ├── SysMain.resx
│   │   │   │   ├── TrainProject.Designer.cs
│   │   │   │   ├── TrainProject.cs
│   │   │   │   ├── TrainProject.resx
│   │   │   │   ├── UserSwitch.Designer.cs
│   │   │   │   ├── UserSwitch.cs
│   │   │   │   ├── UserSwitch.resx
│   │   │   │   ├── UsersForm.Designer.cs
│   │   │   │   ├── UsersForm.cs
│   │   │   │   ├── UsersForm.resx
│   │   │   │   ├── UsersRegis.Designer.cs
│   │   │   │   ├── UsersRegis.cs
│   │   │   │   └── UsersRegis.resx
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── BinBal.dll
│   │   │   │       ├── BinBal.pdb
│   │   │   │       ├── BinBll.dll
│   │   │   │       ├── BinBll.pdb
│   │   │   │       ├── BinModel.dll
│   │   │   │       ├── BinModel.pdb
│   │   │   │       ├── BinTools.dll
│   │   │   │       ├── BinTools.pdb
│   │   │   │       ├── FiveStarGinShopManager.exe
│   │   │   │       ├── FiveStarGinShopManager.exe.config
│   │   │   │       ├── FiveStarGinShopManager.pdb
│   │   │   │       ├── FiveStarGinShopManager.vshost.exe
│   │   │   │       ├── FiveStarGinShopManager.vshost.exe.config
│   │   │   │       ├── FiveStarGinShopManager.vshost.exe.manifest
│   │   │   │       └── image
│   │   │   │           ├── BackImage
│   │   │   │           │   └── back.jpg
│   │   │   │           ├── Login.bmp
│   │   │   │           ├── butterfly
│   │   │   │           │   ├── Thumbs.db
│   │   │   │           │   ├── png-0361.ico
│   │   │   │           │   ├── png-0362.ico
│   │   │   │           │   ├── png-0363.ico
│   │   │   │           │   ├── png-0364.ico
│   │   │   │           │   ├── png-0365.ico
│   │   │   │           │   ├── png-0366.ico
│   │   │   │           │   ├── png-0367.ico
│   │   │   │           │   ├── png-0368.ico
│   │   │   │           │   ├── png-0369.ico
│   │   │   │           │   ├── png-0370.ico
│   │   │   │           │   ├── png-0371.ico
│   │   │   │           │   ├── png-0372.ico
│   │   │   │           │   ├── png-0373.ico
│   │   │   │           │   ├── png-0374.ico
│   │   │   │           │   ├── png-0375.ico
│   │   │   │           │   ├── png-0376.ico
│   │   │   │           │   ├── png-0377.ico
│   │   │   │           │   ├── png-0378.ico
│   │   │   │           │   ├── png-0379.ico
│   │   │   │           │   ├── png-0380.ico
│   │   │   │           │   ├── png-0381.ico
│   │   │   │           │   ├── png-0382.ico
│   │   │   │           │   ├── png-0383.ico
│   │   │   │           │   ├── png-0384.ico
│   │   │   │           │   ├── png-0385.ico
│   │   │   │           │   ├── png-0386.ico
│   │   │   │           │   ├── png-0387.ico
│   │   │   │           │   ├── png-0388.ico
│   │   │   │           │   ├── png-0389.ico
│   │   │   │           │   ├── png-0390.ico
│   │   │   │           │   ├── png-0391.ico
│   │   │   │           │   ├── png-0392.ico
│   │   │   │           │   ├── png-0393.ico
│   │   │   │           │   ├── png-0394.ico
│   │   │   │           │   ├── png-0395.ico
│   │   │   │           │   ├── png-0396.ico
│   │   │   │           │   ├── png-0397.ico
│   │   │   │           │   ├── png-0398.ico
│   │   │   │           │   ├── png-0399.ico
│   │   │   │           │   └── png-0400.ico
│   │   │   │           └── start.jpg
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── FiveStarGinShopManager.EmpLoginRegis.resources
│   │   │       │   ├── FiveStarGinShopManager.Properties.Resources.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.Advices.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.BackGroundImage.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.CustomerBook.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.CustomerBooks.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.CustomerRegister.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.DataShow.CustomerList.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.DataShow.Customertest.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.DataShow.GoodsList.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.DataShow.GroupList.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.DataShow.RoomList.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.Dictionary.DictionaryForm.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.Dictionary.TableCity.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.Dictionary.TableJobPosition.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.Dictionary.TableProvince.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.EmployeeDel.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.EmployeeManage.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.EmployeeRegis.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.EmployeeTrainManage.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.EveryDay.AddEmployeeSalary.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.EveryDay.EmployeeSalary.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.EveryDay.Every.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.EveryDay.UpdateEmployeeSalary.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.EveryDay.bianji.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.GinPlan.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.GoodsServer.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.JobConfig.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.Leave.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.LeaveMenu.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.Login.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.OpacityManager.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.PlanterInfo.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.Popedom.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.PopedomsRoles.CurrentRoles.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.PwdModify.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.RolePopedom.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.RolesForm.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.StartImage.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.SysDictionary.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.SysMain.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.TrainProject.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.UserSwitch.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.UsersForm.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.UsersRegis.resources
│   │   │       │   ├── FiveStarGinShopManager.UI.lblRoomList.resources
│   │   │       │   ├── FiveStarGinShopManager.csproj.FileListAbsolute.txt
│   │   │       │   ├── FiveStarGinShopManager.csproj.GenerateResource.Cache
│   │   │       │   ├── FiveStarGinShopManager.exe
│   │   │       │   ├── FiveStarGinShopManager.pdb
│   │   │       │   ├── Refactor
│   │   │       │   ├── ResolveAssemblyReference.cache
│   │   │       │   └── TempPE
│   │   │       │       ├── Properties.Resources.Designer.cs.dll
│   │   │       │       └── UI.CustomerBook.Designer.cs.dll
│   │   │       └── FiveStarGinShopManager.csproj.FileList.txt
│   │   ├── FiveStarGinShopManager.sln
│   │   ├── FiveStarGinShopManager.suo
│   │   ├── GinShopModels
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── GinShopModels.csproj
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── GinShopModels.exe
│   │   │   │       ├── GinShopModels.pdb
│   │   │   │       └── GinShopModels.vshost.exe
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── GinShopModels.Properties.Resources.resources
│   │   │       │   ├── GinShopModels.csproj.GenerateResource.Cache
│   │   │       │   ├── GinShopModels.exe
│   │   │       │   ├── GinShopModels.pdb
│   │   │       │   └── TempPE
│   │   │       └── GinShopModels.csproj.FileList.txt
│   │   ├── GinShopSetUp
│   │   │   ├── GinShopSetUp
│   │   │   │   ├── Debug
│   │   │   │   │   ├── GinShopSetUp.msi
│   │   │   │   │   └── setup.exe
│   │   │   │   ├── GinShopSetUp.vdproj
│   │   │   │   └── Release
│   │   │   ├── GinShopSetUp.sln
│   │   │   └── GinShopSetUp.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │       ├── UpgradeReport.css
│   │       ├── UpgradeReport.xslt
│   │       ├── UpgradeReport_Minus.gif
│   │       └── UpgradeReport_Plus.gif
│   └── 软件安装说明(不要删除).txt
└── 酒店管理系统(VS2008 C# SQLServer2000).rar

64 directories, 403 files


实例下载地址

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警