实例介绍
MyPetShop源码,适合学习研究,保证可运行
【实例截图】
【核心代码】
MyPetShop源码
└── MyPetShop
├── Admin
│ ├── AddPro.aspx
│ ├── AddPro.aspx.cs
│ ├── CategoryMaster.aspx
│ ├── CategoryMaster.aspx.cs
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── OrderMaster.aspx
│ ├── OrderMaster.aspx.cs
│ ├── OrderSub.aspx
│ ├── OrderSub.aspx.cs
│ ├── ProductMaster.aspx
│ ├── ProductMaster.aspx.cs
│ ├── ProductSub.aspx
│ ├── ProductSub.aspx.cs
│ ├── SupplierMaster.aspx
│ ├── SupplierMaster.aspx.cs
│ └── web.config
├── App_Code
│ ├── DataConn.dbml
│ ├── DataConn.dbml.layout
│ ├── DataConn.designer.cs
│ ├── WeatherClass.cs
│ └── WebService.cs
├── App_Data
│ ├── ASPNETDB.mdf
│ ├── ASPNETDB_log.LDF
│ ├── MyPetShop.mdf
│ └── MyPetShop_log.LDF
├── App_WebReferences
│ └── cn
│ └── com
│ └── webxml
│ ├── WeatherWebService.disco
│ ├── WeatherWebService.discomap
│ └── WeatherWebService.wsdl
├── Bin
│ ├── AjaxControlToolkit.dll
│ ├── AjaxControlToolkit.dll.refresh
│ ├── AjaxControlToolkit.pdb
│ ├── ar
│ │ └── AjaxControlToolkit.resources.dll
│ ├── cs
│ │ └── AjaxControlToolkit.resources.dll
│ ├── de
│ │ └── AjaxControlToolkit.resources.dll
│ ├── es
│ │ └── AjaxControlToolkit.resources.dll
│ ├── fr
│ │ └── AjaxControlToolkit.resources.dll
│ ├── he
│ │ └── AjaxControlToolkit.resources.dll
│ ├── hi
│ │ └── AjaxControlToolkit.resources.dll
│ ├── it
│ │ └── AjaxControlToolkit.resources.dll
│ ├── ja
│ │ └── AjaxControlToolkit.resources.dll
│ ├── ko
│ │ └── AjaxControlToolkit.resources.dll
│ ├── nl
│ │ └── AjaxControlToolkit.resources.dll
│ ├── pt
│ │ └── AjaxControlToolkit.resources.dll
│ ├── ru
│ │ └── AjaxControlToolkit.resources.dll
│ ├── tr-TR
│ │ └── AjaxControlToolkit.resources.dll
│ ├── zh-CHS
│ │ └── AjaxControlToolkit.resources.dll
│ └── zh-CHT
│ └── AjaxControlToolkit.resources.dll
├── ChangePwd.aspx
├── ChangePwd.aspx.cs
├── Default.aspx
├── Default.aspx.cs
├── GetPwd.aspx
├── GetPwd.aspx.cs
├── Global.asax
├── Login.aspx
├── Login.aspx.cs
├── Map.aspx
├── Map.aspx.cs
├── MasterPage.master
├── MasterPage.master.cs
├── NewUser.aspx
├── NewUser.aspx.cs
├── OrderList.aspx
├── OrderList.aspx.cs
├── PasswordMail.txt
├── ProShow.aspx
├── ProShow.aspx.cs
├── Prod_Images
│ ├── Backyard
│ │ ├── 200944162331icon-cat.gif
│ │ ├── cat.gif
│ │ └── zebra.gif
│ ├── Birds
│ │ ├── domestic.gif
│ │ └── flowerloving.gif
│ ├── Bugs
│ │ ├── ant.gif
│ │ └── butterfly.gif
│ ├── Endangered
│ │ ├── 200943105357icon-cat.gif
│ │ └── panda.gif
│ └── Fish
│ └── meno.gif
├── Search.aspx
├── Search.aspx.cs
├── ShopCart.aspx
├── ShopCart.aspx.cs
├── SubmitCart.aspx
├── SubmitCart.aspx.cs
├── ThankEmail.txt
├── UserControl
│ ├── Bodyuc3.ascx
│ ├── Bodyuc3.ascx.cs
│ ├── Bodyuc4.ascx
│ ├── Bodyuc4.ascx.cs
│ ├── Category.ascx
│ ├── Category.ascx.cs
│ ├── Navigation1.ascx
│ ├── Navigation1.ascx.cs
│ ├── Navigation2.ascx
│ ├── Navigation2.ascx.cs
│ ├── NewProduct.ascx
│ ├── NewProduct.ascx.cs
│ ├── PetTree.ascx
│ ├── PetTree.ascx.cs
│ ├── Weather.ascx
│ └── Weather.ascx.cs
├── Weather.aspx
├── Weather.aspx.cs
├── Web.sitemap
├── WebService.asmx
├── database
│ ├── CreateDatabase.sql
│ ├── CreateTable.sql
│ ├── InstallDatabases.cmd
│ └── LoadTable.sql
├── img
│ ├── arrow.gif
│ ├── close.gif
│ ├── google_logo.gif
│ ├── logo.gif
│ ├── maxsize.gif
│ ├── minsize.gif
│ ├── new_flash.gif
│ ├── searchbutton.gif
│ ├── spacer.gif
│ ├── style.css
│ ├── weather
│ │ ├── 0.gif
│ │ ├── 1.gif
│ │ ├── 10.gif
│ │ ├── 11.gif
│ │ ├── 12.gif
│ │ ├── 13.gif
│ │ ├── 14.gif
│ │ ├── 15.gif
│ │ ├── 16.gif
│ │ ├── 17.gif
│ │ ├── 18.gif
│ │ ├── 19.gif
│ │ ├── 2.gif
│ │ ├── 20.gif
│ │ ├── 21.gif
│ │ ├── 22.gif
│ │ ├── 23.gif
│ │ ├── 24.gif
│ │ ├── 25.gif
│ │ ├── 26.gif
│ │ ├── 27.gif
│ │ ├── 28.gif
│ │ ├── 29.gif
│ │ ├── 3.gif
│ │ ├── 30.gif
│ │ ├── 31.gif
│ │ ├── 4.gif
│ │ ├── 5.gif
│ │ ├── 6.gif
│ │ ├── 7.gif
│ │ ├── 8.gif
│ │ ├── 9.gif
│ │ ├── Read me.txt
│ │ ├── a_0.gif
│ │ ├── a_1.gif
│ │ ├── a_10.gif
│ │ ├── a_11.gif
│ │ ├── a_12.gif
│ │ ├── a_13.gif
│ │ ├── a_14.gif
│ │ ├── a_15.gif
│ │ ├── a_16.gif
│ │ ├── a_17.gif
│ │ ├── a_18.gif
│ │ ├── a_19.gif
│ │ ├── a_2.gif
│ │ ├── a_20.gif
│ │ ├── a_21.gif
│ │ ├── a_22.gif
│ │ ├── a_23.gif
│ │ ├── a_24.gif
│ │ ├── a_25.gif
│ │ ├── a_26.gif
│ │ ├── a_27.gif
│ │ ├── a_28.gif
│ │ ├── a_29.gif
│ │ ├── a_3.gif
│ │ ├── a_30.gif
│ │ ├── a_31.gif
│ │ ├── a_4.gif
│ │ ├── a_5.gif
│ │ ├── a_6.gif
│ │ ├── a_7.gif
│ │ ├── a_8.gif
│ │ ├── a_9.gif
│ │ ├── a_nothing.gif
│ │ ├── b_0.gif
│ │ ├── b_1.gif
│ │ ├── b_10.gif
│ │ ├── b_11.gif
│ │ ├── b_12.gif
│ │ ├── b_13.gif
│ │ ├── b_14.gif
│ │ ├── b_15.gif
│ │ ├── b_16.gif
│ │ ├── b_17.gif
│ │ ├── b_18.gif
│ │ ├── b_19.gif
│ │ ├── b_2.gif
│ │ ├── b_20.gif
│ │ ├── b_21.gif
│ │ ├── b_22.gif
│ │ ├── b_23.gif
│ │ ├── b_24.gif
│ │ ├── b_25.gif
│ │ ├── b_26.gif
│ │ ├── b_27.gif
│ │ ├── b_28.gif
│ │ ├── b_29.gif
│ │ ├── b_3.gif
│ │ ├── b_30.gif
│ │ ├── b_31.gif
│ │ ├── b_4.gif
│ │ ├── b_5.gif
│ │ ├── b_6.gif
│ │ ├── b_7.gif
│ │ ├── b_8.gif
│ │ ├── b_9.gif
│ │ ├── b_nothing.gif
│ │ ├── nothing.gif
│ │ ├── r_b.gif
│ │ ├── r_t1.gif
│ │ ├── tem1.gif
│ │ ├── tem2.gif
│ │ ├── tem3.gif
│ │ ├── tem4.gif
│ │ └── tem5.gif
│ ├── weather.css
│ └── xml.gif
├── vwd.webinfo
├── web.config
└── 备用素材
├── Backyard
│ ├── icon-cat.gif
│ ├── icon-crab.gif
│ ├── icon-goose.gif
│ ├── icon-raccoon.gif
│ ├── icon-sheep.gif
│ ├── icon-skunk.gif
│ ├── icon-zebra.gif
│ ├── item-cat-patterned.gif
│ ├── item-cat-transparent.gif
│ ├── item-cat-uncolored.gif
│ ├── item-crab-dotted.gif
│ ├── item-crab-orange.gif
│ ├── item-crab-red.gif
│ ├── item-goose-feathered.gif
│ ├── item-goose-plucked.gif
│ ├── item-raccoon-hairy-tongue.gif
│ ├── item-raccoon-long-tongue.gif
│ ├── item-raccoon-rough-tongue.gif
│ ├── item-sheep-fuzzy.gif
│ ├── item-sheep-ironed.gif
│ ├── item-skunk-bad-smell.gif
│ ├── item-skunk-really-bad-smell.gif
│ ├── item-skunk-worst-smell.gif
│ ├── item-zebra-large.gif
│ ├── item-zebra-medium.gif
│ ├── item-zebra-small.gif
│ └── item-zebra-tiny.gif
├── Birds
│ ├── icon-Duck.gif
│ ├── icon-Owl.gif
│ ├── icon-Pelican.gif
│ ├── icon-Penguin.gif
│ ├── icon-Pteranodon.gif
│ ├── item-duck-domestic.gif
│ ├── item-duck-wild.gif
│ ├── item-owl-day.gif
│ ├── item-owl-night.gif
│ ├── item-pelican-flowerloving.gif
│ ├── item-pelican-grassloving.gif
│ ├── item-penguine-adventurous.gif
│ ├── item-penguine-homey.gif
│ ├── item-pteranodon-ancient.gif
│ └── item-pteranodon-old.gif
├── Bugs
│ ├── icon-ant.gif
│ ├── icon-butterfly.gif
│ ├── icon-dragonfly.gif
│ ├── icon-frog.gif
│ ├── icon-slug.gif
│ ├── icon-spider.gif
│ ├── item-ant-queen.gif
│ ├── item-ant-soldier.gif
│ ├── item-ant-worker.gif
│ ├── item-butterfly-adult.gif
│ ├── item-butterfly-larva.gif
│ ├── item-butterfly-pupa.gif
│ ├── item-dragonfly-omnivore.gif
│ ├── item-dragonfly-vegan.gif
│ ├── item-dragonfly-vegetarian.gif
│ ├── item-frog-false.gif
│ ├── item-frog-true.gif
│ ├── item-slug-habitat.gif
│ ├── item-slug-naked.gif
│ ├── item-spider-Aranielladisplicata.gif
│ └── item-spider-Dysderacrocata.gif
├── Endangered
│ ├── icon-dino.gif
│ ├── icon-fish.gif
│ ├── icon-panda.gif
│ ├── icon-pet.gif
│ ├── icon-skeleton.gif
│ ├── item-dino-pointy.gif
│ ├── item-dino-shaved.gif
│ ├── item-dino-spiky.gif
│ ├── item-fish-caught.gif
│ ├── item-fish-drunk.gif
│ ├── item-fish-lost.gif
│ ├── item-panda-exclusive.gif
│ ├── item-pet-kitty.gif
│ ├── item-pet-rover.gif
│ ├── item-pet-thumper.gif
│ ├── item-skeleton-aphrodite.gif
│ ├── item-skeleton-female.gif
│ ├── item-skeleton-hermaphrodite.gif
│ └── item-skeleton-male.gif
└── Fish
├── icon-Ballonfish.gif
├── icon-Blindfish.gif
├── icon-crabfish.gif
├── icon-eucalyptus.gif
├── icon-meno.gif
├── icon-misterno.gif
├── icon-nosyfish.gif
├── icon-toothferry.gif
├── item-MisterNo-black.gif
├── item-MisterNo-sable.gif
├── item-MisterNo-sepia.gif
├── item-balloon-extra-stretch.gif
├── item-balloon-flammable.gif
├── item-balloon-natural.gif
├── item-blindfish-blind.gif
├── item-blindfish-farsighted.gif
├── item-blindfish-shortsighted.gif
├── item-crabfish-ballet.gif
├── item-crabfish-ballroom.gif
├── item-crabfish-tabdance.gif
├── item-eucalyptus-longarms.gif
├── item-eucalyptus-shortarms.gif
├── item-meno-camouflage.gif
├── item-meno-happy.gif
├── item-meno-worried.gif
├── item-nosyfish-beastly.gif
├── item-nosyfish-invidious.gif
├── item-nosyfish-mean.gif
├── item-nosyfish-sneaky.gif
├── item-toothferry-toothless.gif
└── item-toothferry-withteeth.gif
41 directories, 343 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论