嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
│ PPT6-11.rar
│ 第一章.ppt
│ 第三章.ppt
│ 第二章 需求分析文档示例.doc
│ 第二章.ppt
│ 第五章.ppt
│ 第四章.ppt
│ 课程介绍.ppt
│
└─教学项目
└─eBuy
│ eBuyShop.sln
│ UpgradeLog.htm
│ 说明.txt
│
├─Backup
│ │ eBuyShop.sln
│ │
│ ├─eBuyShopBLL
│ │ │ BrandManager.cs
│ │ │ CategoryManager.cs
│ │ │ eBuyShopBLL.csproj
│ │ │ eBuyShopBLL.csproj.user
│ │ │ ItemManager.cs
│ │ │ OrderItemManager.cs
│ │ │ OrderManager.cs
│ │ │ SearchKeywordManager.cs
│ │ │ UserManager.cs
│ │ │ UserRoleManager.cs
│ │ │ UserStateManager.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │
│ ├─eBuyShopDAL
│ │ │ BrandService.cs
│ │ │ CategoryService.cs
│ │ │ DBHelper.cs
│ │ │ eBuyShopDAL.csproj
│ │ │ eBuyShopDAL.csproj.user
│ │ │ ItemService.cs
│ │ │ OrderItemService.cs
│ │ │ OrderService.cs
│ │ │ SearchKeywordService.cs
│ │ │ UserRoleService.cs
│ │ │ UserService.cs
│ │ │ UserStateService.cs
│ │ │
│ │ └─Properties
│ │ AssemblyInfo.cs
│ │
│ └─eBuyShopModels
│ │ Brand.cs
│ │ Category.cs
│ │ eBuyShopModels.csproj
│ │ eBuyShopModels.csproj.user
│ │ Item.cs
│ │ Order.cs
│ │ OrderItem.cs
│ │ SearchKeyword.cs
│ │ User.cs
│ │ UserRole.cs
│ │ UserState.cs
│ │
│ └─Properties
│ AssemblyInfo.cs
│
├─Bin
│ FreeTextBox.dll
│ WebValidates.dll
│
├─eBuyShopBLL
│ │ BrandManager.cs
│ │ CategoryManager.cs
│ │ eBuyShopBLL.csproj
│ │ eBuyShopBLL.csproj.user
│ │ ItemManager.cs
│ │ OrderItemManager.cs
│ │ OrderManager.cs
│ │ OrdersManager.cs
│ │ SearchKeywordManager.cs
│ │ UserManager.cs
│ │ UserRoleManager.cs
│ │ UserStateManager.cs
│ │
│ ├─Auto Generated Code
│ ├─bin
│ │ ├─Debug
│ │ │ MyBookShopBLL.dll
│ │ │ MyBookShopBLL.pdb
│ │ │ MyBookShopDAL.dll
│ │ │ MyBookShopDAL.pdb
│ │ │ MyBookShopModels.dll
│ │ │ MyBookShopModels.pdb
│ │ │
│ │ └─Release
│ ├─obj
│ │ │ eBuyShopBLL.csproj.FileList.txt
│ │ │ eBuyShopBLL.csproj.FileListAbsolute.txt
│ │ │ MyBookShopBLL.csproj.FileList.txt
│ │ │
│ │ └─Debug
│ │ │ DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ eBuyShopBLL.csproj.CopyComplete
│ │ │ eBuyShopBLL.csproj.FileListAbsolute.txt
│ │ │ eBuyShopBLL.csprojAssemblyReference.cache
│ │ │ MyBookShopBLL.dll
│ │ │ MyBookShopBLL.pdb
│ │ │ ResolveAssemblyReference.cache
│ │ │
│ │ ├─Refactor
│ │ │ MyBookShopBLL.dll
│ │ │
│ │ └─TempPE
│ └─Properties
│ AssemblyInfo.cs
│
├─eBuyShopDAL
│ │ BrandService.cs
│ │ CategoryService.cs
│ │ DBHelper.cs
│ │ eBuyShopDAL.csproj
│ │ eBuyShopDAL.csproj.user
│ │ ItemService.cs
│ │ OrderItemService.cs
│ │ OrderService.cs
│ │ SearchKeywordService.cs
│ │ UserRoleService.cs
│ │ UserService.cs
│ │ UserStateService.cs
│ │
│ ├─bin
│ │ ├─Debug
│ │ │ MyBookShopDAL.dll
│ │ │ MyBookShopDAL.pdb
│ │ │ MyBookShopModels.dll
│ │ │ MyBookShopModels.pdb
│ │ │
│ │ └─Release
│ ├─obj
│ │ │ eBuyShopDAL.csproj.FileList.txt
│ │ │ eBuyShopDAL.csproj.FileListAbsolute.txt
│ │ │
│ │ └─Debug
│ │ │ DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ eBuyShopDAL.csproj.CopyComplete
│ │ │ eBuyShopDAL.csproj.FileListAbsolute.txt
│ │ │ eBuyShopDAL.csprojAssemblyReference.cache
│ │ │ MyBookShopDAL.dll
│ │ │ MyBookShopDAL.pdb
│ │ │ ResolveAssemblyReference.cache
│ │ │
│ │ ├─Refactor
│ │ │ MyBookShopDAL.dll
│ │ │
│ │ └─TempPE
│ └─Properties
│ AssemblyInfo.cs
│
├─eBuyShopModels
│ │ Brand.cs
│ │ Category.cs
│ │ eBuyShopModels.csproj
│ │ eBuyShopModels.csproj.user
│ │ Item.cs
│ │ Order.cs
│ │ OrderItem.cs
│ │ SearchKeyword.cs
│ │ User.cs
│ │ UserRole.cs
│ │ UserState.cs
│ │
│ ├─bin
│ │ ├─Debug
│ │ │ MyBookShopModels.dll
│ │ │ MyBookShopModels.pdb
│ │ │
│ │ └─Release
│ ├─obj
│ │ │ eBuyShopModels.csproj.FileList.txt
│ │ │ eBuyShopModels.csproj.FileListAbsolute.txt
│ │ │ MyBookShopModels.csproj.FileList.txt
│ │ │
│ │ └─Debug
│ │ │ DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ eBuyShopModels.csproj.FileListAbsolute.txt
│ │ │ MyBookShopModels.dll
│ │ │ MyBookShopModels.pdb
│ │ │
│ │ ├─Refactor
│ │ │ MyBookShopModels.dll
│ │ │
│ │ └─TempPE
│ └─Properties
│ AssemblyInfo.cs
│
├─publish
│ │ Cart.aspx
│ │ common.master
│ │ Default.aspx
│ │ ErrorPage.htm
│ │ FileNotFound.htm
│ │ ftb.imagegallery.aspx
│ │ ItemDetail.aspx
│ │ ItemImage.ashx
│ │ ItemList.aspx
│ │ PrecompiledApp.config
│ │ Rss.aspx
│ │ Search.aspx
│ │ TreeView.xml
│ │ web.config
│ │ web.sitemap
│ │
│ ├─Admin
│ │ AddItemsCategory.aspx
│ │ admin.master
│ │ AdminLogin.aspx
│ │ admin_menu.xml
│ │ CheckOrders.aspx
│ │ Default.aspx
│ │ ItemDetail.aspx
│ │ ListAllUsers.aspx
│ │ ListItemsByCategory.aspx
│ │ ListOfItems.aspx
│ │ LoginOut.aspx
│ │ OrderDetail.aspx
│ │ UserDetails.aspx
│ │ UserStatue.aspx
│ │ web.config
│ │
│ ├─App_Data
│ │ eBuyShop.mdf
│ │ eBuyShop_log.ldf
│ │
│ ├─bin
│ │ App_Code.compiled
│ │ App_Code.dll
│ │ App_global.asax.compiled
│ │ App_global.asax.dll
│ │ App_Web_aisoon5_.dll
│ │ App_Web_axup8jzm.dll
│ │ App_Web_c9zgek8f.dll
│ │ App_Web_eosv3h7j.dll
│ │ App_Web_nz08uxei.dll
│ │ App_Web_w56f2vuf.dll
│ │ App_Web_z5zomhmr.dll
│ │ FreeTextBox.dll
│ │ MyBookShopBLL.dll
│ │ MyBookShopBLL.pdb
│ │ MyBookShopDAL.dll
│ │ MyBookShopDAL.pdb
│ │ MyBookShopModels.dll
│ │ MyBookShopModels.pdb
│ │ WebValidates.dll
│ │
│ ├─Css
│ │ page_bottom_new.css
│ │
│ ├─Images
│ │ │ adminlogin.gif
│ │ │ az-finish.gif
│ │ │ az-login-gold-3d.gif
│ │ │ az-newuser-gold-3d.gif
│ │ │ az-tabs-middle-off.gif
│ │ │ az-tabs-right-off.gif
│ │ │ az-tan-top-left-round-corner.gif
│ │ │ az-tan-top-right-round-corner.gif
│ │ │ balance.gif
│ │ │ bg-admin.jpg
│ │ │ bg-bottom.gif
│ │ │ bg-top.jpg
│ │ │ bg-user-top.jpg
│ │ │ bj_blue.gif
│ │ │ bj_gray.gif
│ │ │ cart.gif
│ │ │ cz.gif
│ │ │ default.jpg
│ │ │ error.gif
│ │ │ hf_lhj070717.gif
│ │ │ hot.gif
│ │ │ Line.gif
│ │ │ menu-bottom.gif
│ │ │ menu-top.gif
│ │ │ miss.gif
│ │ │ new.gif
│ │ │ product_left_top.jpg
│ │ │ qd.gif
│ │ │ sale.gif
│ │ │ souye-1.gif
│ │ │ suggest.gif
│ │ │ touming.gif
│ │ │ WaterMark.gif
│ │ │ zoom .gif
│ │ │ z_save.gif
│ │ │
│ │ ├─Items
│ │ │ 6089.jpg
│ │ │ 6090.jpg
│ │ │ 6092.jpg
│ │ │ 6094.jpg
│ │ │ 6096.jpg
│ │ │
│ │ └─PNG
│ │ admin.png
│ │ adminlogin.png
│ │ bg-bottom.png
│ │ bg-top.png
│ │ cart.png
│ │ error.png
│ │ list.png
│ │ menu-top.png
│ │ MinIcons_016.png
│ │ MinIcons_019.png
│ │ shutterstock_empty_shopping_cart.jpg
│ │ Speech_Bubbles_001.png
│ │
│ ├─Membership
│ │ Member.master
│ │ UserExit.aspx
│ │ UserLogin.aspx
│ │ UserModify.aspx
│ │ UserRegister.aspx
│ │
│ ├─My97DatePicker
│ │ │ calendar.js
│ │ │ config.js
│ │ │ My97DatePicker.htm
│ │ │ WdatePicker.js
│ │ │
│ │ ├─lang
│ │ │ en.js
│ │ │ zh-cn.js
│ │ │ zh-tw.js
│ │ │
│ │ ├─skin
│ │ │ │ datePicker.gif
│ │ │ │ WdatePicker.css
│ │ │ │
│ │ │ ├─default
│ │ │ │ datepicker.css
│ │ │ │ down.jpg
│ │ │ │ left.gif
│ │ │ │ navLeft.gif
│ │ │ │ navRight.gif
│ │ │ │ right.gif
│ │ │ │ up.jpg
│ │ │ │
│ │ │ └─whyGreen
│ │ │ │ bg.jpg
│ │ │ │ datepicker.css
│ │ │ │ down.jpg
│ │ │ │ left.gif
│ │ │ │ navLeft.gif
│ │ │ │ navRight.gif
│ │ │ │ right.gif
│ │ │ │ up.jpg
│ │ │ │ ymbg.jpg
│ │ │ │
│ │ │ └─other
│ │ │ bg2.jpg
│ │ │ interface.jpg
│ │ │
│ │ └─使用说明(必读)
│ │ demo_iframe.htm
│ │ demo_iframe2.htm
│ │ left.htm
│ │ main.htm
│ │ 使用说明(必读).htm
│ │
│ └─_Controls
│ UserLoginControl.ascx
│ UserRegisterControl.ascx
│
└─Web
│ Cart.aspx
│ Cart.aspx.cs
│ common.master
│ Default.aspx
│ Default.aspx.cs
│ ErrorPage.htm
│ FileNotFound.htm
│ ftb.imagegallery.aspx
│ Global.asax
│ ItemDetail.aspx
│ ItemDetail.aspx.cs
│ ItemImage.ashx
│ ItemList.aspx
│ ItemList.aspx.cs
│ licenses.licx
│ Rss.aspx
│ Rss.aspx.cs
│ Search.aspx
│ Search.aspx.cs
│ TreeView.xml
│ web.config
│ web.sitemap
│
├─Admin
│ AddItemsCategory.aspx
│ AddItemsCategory.aspx.cs
│ admin.master
│ AdminLogin.aspx
│ AdminLogin.aspx.cs
│ admin_menu.xml
│ CheckOrders.aspx
│ CheckOrders.aspx.cs
│ Default.aspx
│ Default.aspx.cs
│ ItemDetail.aspx
│ ItemDetail.aspx.cs
│ ListAllUsers.aspx
│ ListAllUsers.aspx.cs
│ ListItemsByCategory.aspx
│ ListItemsByCategory.aspx.cs
│ ListOfItems.aspx
│ ListOfItems.aspx.cs
│ LoginOut.aspx
│ LoginOut.aspx.cs
│ OrderDetail.aspx
│ OrderDetail.aspx.cs
│ UserDetails.aspx
│ UserDetails.aspx.cs
│ UserStatue.aspx
│ UserStatue.aspx.cs
│ web.config
│
├─App_Code
│ CoverHandler.cs
│ LoginOut.cs
│ StringHandler.cs
│ URLRewrite.cs
│
├─App_Data
│ eBuyShop.mdf
│ eBuyShop_log.ldf
│
├─Bin
│ App_Licenses.dll
│ FreeTextBox.dll
│ MyBookShopBLL.dll
│ MyBookShopBLL.pdb
│ MyBookShopDAL.dll
│ MyBookShopDAL.pdb
│ MyBookShopModels.dll
│ MyBookShopModels.pdb
│ WebValidates.dll
│
├─Css
│ page_bottom_new.css
│
├─Images
│ │ adminlogin.gif
│ │ az-finish.gif
│ │ az-login-gold-3d.gif
│ │ az-newuser-gold-3d.gif
│ │ az-tabs-middle-off.gif
│ │ az-tabs-right-off.gif
│ │ az-tan-top-left-round-corner.gif
│ │ az-tan-top-right-round-corner.gif
│ │ balance.gif
│ │ bg-admin.jpg
│ │ bg-bottom.gif
│ │ bg-top.jpg
│ │ bg-user-top.jpg
│ │ bj_blue.gif
│ │ bj_gray.gif
│ │ cart.gif
│ │ cz.gif
│ │ default.jpg
│ │ error.gif
│ │ hf_lhj070717.gif
│ │ hot.gif
│ │ Line.gif
│ │ menu-bottom.gif
│ │ menu-top.gif
│ │ miss.gif
│ │ new.gif
│ │ product_left_top.jpg
│ │ qd.gif
│ │ sale.gif
│ │ souye-1.gif
│ │ suggest.gif
│ │ touming.gif
│ │ WaterMark.gif
│ │ zoom .gif
│ │ z_save.gif
│ │
│ ├─Items
│ │ 6089.jpg
│ │ 6090.jpg
│ │ 6092.jpg
│ │ 6094.jpg
│ │ 6096.jpg
│ │
│ └─PNG
│ admin.png
│ adminlogin.png
│ bg-bottom.png
│ bg-top.png
│ cart.png
│ error.png
│ list.png
│ menu-top.png
│ MinIcons_016.png
│ MinIcons_019.png
│ shutterstock_empty_shopping_cart.jpg
│ Speech_Bubbles_001.png
│
├─Membership
│ Member.master
│ Member.master.cs
│ UserExit.aspx
│ UserExit.aspx.cs
│ UserLogin.aspx
│ UserLogin.aspx.cs
│ UserModify.aspx
│ UserModify.aspx.cs
│ UserRegister.aspx
│ UserRegister.aspx.cs
│
├─My97DatePicker
│ │ calendar.js
│ │ config.js
│ │ My97DatePicker.htm
│ │ WdatePicker.js
│ │
│ ├─lang
│ │ en.js
│ │ zh-cn.js
│ │ zh-tw.js
│ │
│ ├─skin
│ │ │ datePicker.gif
│ │ │ WdatePicker.css
│ │ │
│ │ ├─default
│ │ │ datepicker.css
│ │ │ down.jpg
│ │ │ left.gif
│ │ │ navLeft.gif
│ │ │ navRight.gif
│ │ │ right.gif
│ │ │ up.jpg
│ │ │
│ │ └─whyGreen
│ │ │ bg.jpg
│ │ │ datepicker.css
│ │ │ down.jpg
│ │ │ left.gif
│ │ │ navLeft.gif
│ │ │ navRight.gif
│ │ │ right.gif
│ │ │ up.jpg
│ │ │ ymbg.jpg
│ │ │
│ │ └─other
│ │ bg2.jpg
│ │ interface.jpg
│ │
│ └─使用说明(必读)
│ demo_iframe.htm
│ demo_iframe2.htm
│ left.htm
│ main.htm
│ 使用说明(必读).htm
│
└─_Controls
UserLoginControl.ascx
UserLoginControl.ascx.cs
UserRegisterControl.ascx
UserRegisterControl.ascx.cs