嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 10 元微信扫码支付:10 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
asp.net简单的鲜花网站,删除和查询,里有数据库和完整项目
.
├── Net-大二机试题库-鲜花商城后台管理
│ ├── Net-大二机试题库-鲜花商城后台管理.pdf
│ └── 鲜花商城(框架 数据库)
│ ├── BLL
│ │ ├── BLL.csproj
│ │ ├── FlowersBLL.cs
│ │ ├── MaterialsBLL.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── BLL.dll
│ │ │ │ ├── BLL.pdb
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── BLL.csproj.AssemblyReference.cache
│ │ ├── BLL.csproj.CopyComplete
│ │ ├── BLL.csproj.CoreCompileInputs.cache
│ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ ├── BLL.csprojResolveAssemblyReference.cache
│ │ ├── BLL.dll
│ │ ├── BLL.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── DAL
│ │ ├── DAL.csproj
│ │ ├── DBHelper.cs
│ │ ├── FlowersDAL.cs
│ │ ├── MaterialsDAL.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DAL.csproj.AssemblyReference.cache
│ │ ├── DAL.csproj.CopyComplete
│ │ ├── DAL.csproj.CoreCompileInputs.cache
│ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ ├── DAL.csprojResolveAssemblyReference.cache
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── FlowersDB.mdf
│ ├── FlowersDB_log.ldf
│ ├── Model
│ │ ├── FlowersModel.cs
│ │ ├── MaterialsModel.cs
│ │ ├── Model.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Model.csproj.AssemblyReference.cache
│ │ ├── Model.csproj.CoreCompileInputs.cache
│ │ ├── Model.csproj.FileListAbsolute.txt
│ │ ├── Model.csprojResolveAssemblyReference.cache
│ │ ├── Model.dll
│ │ ├── Model.pdb
│ │ ├── TempPE
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── 鲜花商城
│ │ ├── Index.aspx
│ │ ├── Index.aspx.cs
│ │ ├── Index.aspx.designer.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Web.Debug.config
│ │ ├── Web.Release.config
│ │ ├── Web.config
│ │ ├── bin
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ ├── 鲜花商城.dll
│ │ │ ├── 鲜花商城.dll.config
│ │ │ └── 鲜花商城.pdb
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── 鲜花商城.csproj.AssemblyReference.cache
│ │ │ ├── 鲜花商城.csproj.CopyComplete
│ │ │ ├── 鲜花商城.csproj.CoreCompileInputs.cache
│ │ │ ├── 鲜花商城.csproj.FileListAbsolute.txt
│ │ │ ├── 鲜花商城.csprojResolveAssemblyReference.cache
│ │ │ ├── 鲜花商城.dll
│ │ │ └── 鲜花商城.pdb
│ │ ├── 鲜花商城.csproj
│ │ └── 鲜花商城.csproj.user
│ ├── 鲜花商城.sln
│ └── 鲜花商城.v11.suo
└── 好例子网_.Net-大二机试题库-鲜花商城后台管理.rar
32 directories, 92 files