在好例子网,分享、交流、成长!
您当前所在位置:首页ASP 开发实例ASP网页编程 → 手机端舞蹈评分

手机端舞蹈评分

ASP网页编程

下载此实例
  • 开发语言:ASP
  • 实例大小:31.49M
  • 下载次数:9
  • 浏览次数:126
  • 发布时间:2023-03-17
  • 实例类别:ASP网页编程
  • 发 布 人:august38
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 手机端 评分 手机

实例介绍

【实例简介】手机端舞蹈评分

【实例截图】

from clipboard

【核心代码】

.
├── WuDaoWeb
│   ├── 1.mp3
│   ├── App_Data
│   ├── Commom
│   │   └── SqlHelper.cs
│   ├── Content
│   │   ├── Images
│   │   │   ├── ajax-loader.png
│   │   │   ├── icon-search-black.png
│   │   │   ├── icons-18-black.png
│   │   │   ├── icons-18-white.png
│   │   │   ├── icons-36-black.png
│   │   │   └── icons-36-white.png
│   │   ├── Site.css
│   │   ├── jquery.mobile-1.0b2.css
│   │   ├── jquery.mobile-1.0b2.min.css
│   │   └── themes
│   │       └── base
│   │           ├── images
│   │           │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │           │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │           │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │           │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │           │   ├── ui-bg_glass_75_dadada_1x400.png
│   │           │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │           │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │           │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │           │   ├── ui-icons_222222_256x240.png
│   │           │   ├── ui-icons_2e83ff_256x240.png
│   │           │   ├── ui-icons_454545_256x240.png
│   │           │   ├── ui-icons_888888_256x240.png
│   │           │   └── ui-icons_cd0a0a_256x240.png
│   │           ├── jquery.ui.accordion.css
│   │           ├── jquery.ui.all.css
│   │           ├── jquery.ui.autocomplete.css
│   │           ├── jquery.ui.base.css
│   │           ├── jquery.ui.button.css
│   │           ├── jquery.ui.core.css
│   │           ├── jquery.ui.datepicker.css
│   │           ├── jquery.ui.dialog.css
│   │           ├── jquery.ui.progressbar.css
│   │           ├── jquery.ui.resizable.css
│   │           ├── jquery.ui.selectable.css
│   │           ├── jquery.ui.slider.css
│   │           ├── jquery.ui.tabs.css
│   │           └── jquery.ui.theme.css
│   ├── Controllers
│   │   ├── AgainLoginFilter.cs
│   │   ├── LoginFilter.cs
│   │   └── WuDaoController.cs
│   ├── Global.asax
│   ├── Global.asax.cs
│   ├── JS
│   │   ├── common.js
│   │   ├── html2canvas.js
│   │   ├── jquery-1.9.1.min.js
│   │   ├── jquery.js
│   │   ├── jquery.progress.js
│   │   ├── jswudao.js
│   │   ├── jswudao_Ex.js
│   │   ├── loading.js
│   │   └── owl.carousel.js
│   ├── Models
│   │   ├── AccountModels.cs
│   │   ├── ErrorModel.cs
│   │   ├── ProgramModel.cs
│   │   ├── ProgramPlayerModel.cs
│   │   ├── ProgramPlayerModels.cs
│   │   ├── ProgramProject.cs
│   │   ├── SaiChengModel.cs
│   │   └── UserModel.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   └── PublishProfiles
│   │       ├── FolderProfile.pubxml
│   │       └── FolderProfile.pubxml.user
│   ├── Scripts
│   │   ├── jquery-1.6.2-vsdoc.js
│   │   ├── jquery-1.6.2.js
│   │   ├── jquery-1.6.2.min.js
│   │   ├── jquery-ui-1.8.11.js
│   │   ├── jquery-ui-1.8.11.min.js
│   │   ├── jquery.mobile-1.0b2.js
│   │   ├── jquery.mobile-1.0b2.min.js
│   │   ├── jquery.unobtrusive-ajax.js
│   │   ├── jquery.unobtrusive-ajax.min.js
│   │   ├── jquery.validate-vsdoc.js
│   │   ├── jquery.validate.js
│   │   ├── jquery.validate.min.js
│   │   ├── jquery.validate.unobtrusive.js
│   │   ├── jquery.validate.unobtrusive.min.js
│   │   ├── knockout-1.3.0beta.debug.js
│   │   ├── knockout-1.3.0beta.js
│   │   └── modernizr-2.0.6-development-only.js
│   ├── Views
│   │   ├── Shared
│   │   │   ├── Error.cshtml
│   │   │   ├── _Layout.cshtml
│   │   │   └── _LogOnPartial.cshtml
│   │   ├── Web.config
│   │   ├── WuDao
│   │   │   ├── ChengJiIndex.cshtml
│   │   │   ├── Index.cshtml
│   │   │   ├── Index1.cshtml
│   │   │   ├── Index2.cshtml
│   │   │   ├── Index3.cshtml
│   │   │   ├── Index4.cshtml
│   │   │   ├── Index5.cshtml
│   │   │   ├── Index6.cshtml
│   │   │   ├── Index7.cshtml
│   │   │   ├── Index8.cshtml
│   │   │   ├── Index9.cshtml
│   │   │   ├── PaiMingIndex.cshtml
│   │   │   ├── PinShenIndex - 复制.cshtml
│   │   │   ├── PinShenIndex.cshtml
│   │   │   ├── PinShenIndex0.cshtml
│   │   │   ├── PinShenIndex1.cshtml
│   │   │   ├── PinShenIndex2.cshtml
│   │   │   ├── PinShenIndex3.cshtml
│   │   │   ├── PinShenIndex4.cshtml
│   │   │   ├── PinShenIndex5.cshtml
│   │   │   ├── PinShenIndex6.cshtml
│   │   │   ├── PinShenIndex7.cshtml
│   │   │   ├── PinShenIndex8.cshtml
│   │   │   ├── PinShenIndex9.cshtml
│   │   │   ├── PinShenJueSaiIndex.cshtml
│   │   │   ├── TaoTaiChengJiIndex.cshtml
│   │   │   ├── TaoTaiChengJiIndexAB.cshtml
│   │   │   ├── TaoTaiChengJiIndexABC.cshtml
│   │   │   ├── TaoTaiChengJiIndexABCD.cshtml
│   │   │   ├── TaoTaiChengJiIndexABCDE.cshtml
│   │   │   ├── TaoTaiChengJiIndexABCDEF.cshtml
│   │   │   ├── TaoTaiChengJiIndexABCDEFG.cshtml
│   │   │   ├── TaoTaiChengJiIndexABCDEFGH.cshtml
│   │   │   ├── TaoTaiChengJiIndexBing.cshtml
│   │   │   ├── TaoTaiIndex.cshtml
│   │   │   ├── Views-WuDao.rar
│   │   │   ├── XuanShouLieBiaoIndex - 复制(2).cshtml
│   │   │   ├── XuanShouLieBiaoIndex.cshtml
│   │   │   ├── XuanShouLieBiaoIndex5.cshtml
│   │   │   ├── XuanShouLieBiaoIndexAB.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABC.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCD - 复制(2).cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCD.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCDE.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCDEF.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCDEFG.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCDEFGH.cshtml
│   │   │   ├── XuanShouLieBiaoIndexBing.cshtml
│   │   │   ├── ZhiChiRenIndex.cshtml
│   │   │   ├── ZhiChiRenIndex1.cshtml
│   │   │   ├── ZhiChiRenIndex2.cshtml
│   │   │   ├── ZhiChiRenIndex3.cshtml
│   │   │   ├── ZhiChiRenIndex4.cshtml
│   │   │   ├── ZhiChiRenIndex5.cshtml
│   │   │   ├── ZhiChiRenIndex6.cshtml
│   │   │   ├── ZhiChiRenIndex7.cshtml
│   │   │   ├── ZhiChiRenIndex8.cshtml
│   │   │   └── ZhiChiRenIndex9.cshtml
│   │   └── _ViewStart.cshtml
│   ├── Views - 副本
│   │   ├── Shared
│   │   │   ├── Error.cshtml
│   │   │   ├── _Layout.cshtml
│   │   │   └── _LogOnPartial.cshtml
│   │   ├── Web.config
│   │   ├── WuDao
│   │   │   ├── ChengJiIndex.cshtml
│   │   │   ├── Index.cshtml
│   │   │   ├── Index1.cshtml
│   │   │   ├── Index2.cshtml
│   │   │   ├── Index3.cshtml
│   │   │   ├── Index4.cshtml
│   │   │   ├── Index5.cshtml
│   │   │   ├── Index6.cshtml
│   │   │   ├── Index7.cshtml
│   │   │   ├── Index8.cshtml
│   │   │   ├── Index9.cshtml
│   │   │   ├── PaiMingIndex.cshtml
│   │   │   ├── PinShenIndex - 复制.cshtml
│   │   │   ├── PinShenIndex.cshtml
│   │   │   ├── PinShenIndex0.cshtml
│   │   │   ├── PinShenIndex1.cshtml
│   │   │   ├── PinShenIndex2.cshtml
│   │   │   ├── PinShenIndex3.cshtml
│   │   │   ├── PinShenIndex4.cshtml
│   │   │   ├── PinShenIndex5.cshtml
│   │   │   ├── PinShenIndex6.cshtml
│   │   │   ├── PinShenIndex7.cshtml
│   │   │   ├── PinShenIndex8.cshtml
│   │   │   ├── PinShenIndex9.cshtml
│   │   │   ├── PinShenJueSaiIndex.cshtml
│   │   │   ├── TaoTaiIndex.cshtml
│   │   │   ├── Views-WuDao.rar
│   │   │   ├── XuanShouLieBiaoIndex - 复制.cshtml
│   │   │   ├── XuanShouLieBiaoIndex.cshtml
│   │   │   ├── XuanShouLieBiaoIndexAB.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABC.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCD - 复制.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCD.cshtml
│   │   │   ├── XuanShouLieBiaoIndexBing.cshtml
│   │   │   ├── ZhiChiRenIndex.cshtml
│   │   │   ├── ZhiChiRenIndex1.cshtml
│   │   │   ├── ZhiChiRenIndex2.cshtml
│   │   │   ├── ZhiChiRenIndex3.cshtml
│   │   │   ├── ZhiChiRenIndex4.cshtml
│   │   │   ├── ZhiChiRenIndex5.cshtml
│   │   │   ├── ZhiChiRenIndex6.cshtml
│   │   │   ├── ZhiChiRenIndex7.cshtml
│   │   │   ├── ZhiChiRenIndex8.cshtml
│   │   │   └── ZhiChiRenIndex9.cshtml
│   │   └── _ViewStart.cshtml
│   ├── Views - 副本 (2)
│   │   ├── Shared
│   │   │   ├── Error.cshtml
│   │   │   ├── _Layout.cshtml
│   │   │   └── _LogOnPartial.cshtml
│   │   ├── Web.config
│   │   ├── WuDao
│   │   │   ├── ChengJiIndex.cshtml
│   │   │   ├── Index.cshtml
│   │   │   ├── Index1.cshtml
│   │   │   ├── Index2.cshtml
│   │   │   ├── Index3.cshtml
│   │   │   ├── Index4.cshtml
│   │   │   ├── Index5.cshtml
│   │   │   ├── Index6.cshtml
│   │   │   ├── Index7.cshtml
│   │   │   ├── Index8.cshtml
│   │   │   ├── Index9.cshtml
│   │   │   ├── PaiMingIndex.cshtml
│   │   │   ├── PinShenIndex - 复制.cshtml
│   │   │   ├── PinShenIndex.cshtml
│   │   │   ├── PinShenIndex0.cshtml
│   │   │   ├── PinShenIndex1.cshtml
│   │   │   ├── PinShenIndex2.cshtml
│   │   │   ├── PinShenIndex3.cshtml
│   │   │   ├── PinShenIndex4.cshtml
│   │   │   ├── PinShenIndex5.cshtml
│   │   │   ├── PinShenIndex6.cshtml
│   │   │   ├── PinShenIndex7.cshtml
│   │   │   ├── PinShenIndex8.cshtml
│   │   │   ├── PinShenIndex9.cshtml
│   │   │   ├── PinShenJueSaiIndex.cshtml
│   │   │   ├── TaoTaiIndex.cshtml
│   │   │   ├── Views-WuDao.rar
│   │   │   ├── XuanShouLieBiaoIndex - 复制.cshtml
│   │   │   ├── XuanShouLieBiaoIndex.cshtml
│   │   │   ├── XuanShouLieBiaoIndexAB.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABC.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCD - 复制.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCD.cshtml
│   │   │   ├── XuanShouLieBiaoIndexBing.cshtml
│   │   │   ├── ZhiChiRenIndex.cshtml
│   │   │   ├── ZhiChiRenIndex1.cshtml
│   │   │   ├── ZhiChiRenIndex2.cshtml
│   │   │   ├── ZhiChiRenIndex3.cshtml
│   │   │   ├── ZhiChiRenIndex4.cshtml
│   │   │   ├── ZhiChiRenIndex5.cshtml
│   │   │   ├── ZhiChiRenIndex6.cshtml
│   │   │   ├── ZhiChiRenIndex7.cshtml
│   │   │   ├── ZhiChiRenIndex8.cshtml
│   │   │   └── ZhiChiRenIndex9.cshtml
│   │   └── _ViewStart.cshtml
│   ├── Views - 副本 (3)
│   │   ├── Shared
│   │   │   ├── Error.cshtml
│   │   │   ├── _Layout.cshtml
│   │   │   └── _LogOnPartial.cshtml
│   │   ├── Web.config
│   │   ├── WuDao
│   │   │   ├── ChengJiIndex.cshtml
│   │   │   ├── Index.cshtml
│   │   │   ├── Index1.cshtml
│   │   │   ├── Index2.cshtml
│   │   │   ├── Index3.cshtml
│   │   │   ├── Index4.cshtml
│   │   │   ├── Index5.cshtml
│   │   │   ├── Index6.cshtml
│   │   │   ├── Index7.cshtml
│   │   │   ├── Index8.cshtml
│   │   │   ├── Index9.cshtml
│   │   │   ├── PaiMingIndex.cshtml
│   │   │   ├── PinShenIndex - 复制.cshtml
│   │   │   ├── PinShenIndex.cshtml
│   │   │   ├── PinShenIndex0.cshtml
│   │   │   ├── PinShenIndex1.cshtml
│   │   │   ├── PinShenIndex2.cshtml
│   │   │   ├── PinShenIndex3.cshtml
│   │   │   ├── PinShenIndex4.cshtml
│   │   │   ├── PinShenIndex5.cshtml
│   │   │   ├── PinShenIndex6.cshtml
│   │   │   ├── PinShenIndex7.cshtml
│   │   │   ├── PinShenIndex8.cshtml
│   │   │   ├── PinShenIndex9.cshtml
│   │   │   ├── PinShenJueSaiIndex.cshtml
│   │   │   ├── TaoTaiChengJiIndex.cshtml
│   │   │   ├── TaoTaiChengJiIndexAB.cshtml
│   │   │   ├── TaoTaiChengJiIndexABC.cshtml
│   │   │   ├── TaoTaiChengJiIndexABCD.cshtml
│   │   │   ├── TaoTaiChengJiIndexABCDE.cshtml
│   │   │   ├── TaoTaiChengJiIndexABCDEF.cshtml
│   │   │   ├── TaoTaiChengJiIndexABCDEFG.cshtml
│   │   │   ├── TaoTaiChengJiIndexABCDEFGH.cshtml
│   │   │   ├── TaoTaiChengJiIndexBing.cshtml
│   │   │   ├── TaoTaiIndex.cshtml
│   │   │   ├── Views-WuDao.rar
│   │   │   ├── XuanShouLieBiaoIndex - 复制(2).cshtml
│   │   │   ├── XuanShouLieBiaoIndex.cshtml
│   │   │   ├── XuanShouLieBiaoIndex5.cshtml
│   │   │   ├── XuanShouLieBiaoIndexAB.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABC.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCD - 复制(2).cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCD.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCDE.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCDEF.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCDEFG.cshtml
│   │   │   ├── XuanShouLieBiaoIndexABCDEFGH.cshtml
│   │   │   ├── XuanShouLieBiaoIndexBing.cshtml
│   │   │   ├── ZhiChiRenIndex.cshtml
│   │   │   ├── ZhiChiRenIndex1.cshtml
│   │   │   ├── ZhiChiRenIndex2.cshtml
│   │   │   ├── ZhiChiRenIndex3.cshtml
│   │   │   ├── ZhiChiRenIndex4.cshtml
│   │   │   ├── ZhiChiRenIndex5.cshtml
│   │   │   ├── ZhiChiRenIndex6.cshtml
│   │   │   ├── ZhiChiRenIndex7.cshtml
│   │   │   ├── ZhiChiRenIndex8.cshtml
│   │   │   └── ZhiChiRenIndex9.cshtml
│   │   └── _ViewStart.cshtml
│   ├── Web.Debug.config
│   ├── Web.Release.config
│   ├── Web.config
│   ├── WuDaoWeb.csproj
│   ├── WuDaoWeb.csproj.user
│   ├── aspnet_client
│   │   └── system_web
│   │       ├── 2_0_50727
│   │       └── 4_0_30319
│   ├── bin
│   │   ├── EntityFramework.dll
│   │   ├── EntityFramework.xml
│   │   ├── Microsoft.Web.Infrastructure.dll
│   │   ├── Microsoft.Web.Optimization.dll
│   │   ├── Release
│   │   │   └── Publish
│   │   │       ├── 1.mp3
│   │   │       ├── Content
│   │   │       │   ├── Images
│   │   │       │   │   ├── ajax-loader.png
│   │   │       │   │   ├── icon-search-black.png
│   │   │       │   │   ├── icons-18-black.png
│   │   │       │   │   ├── icons-18-white.png
│   │   │       │   │   ├── icons-36-black.png
│   │   │       │   │   └── icons-36-white.png
│   │   │       │   ├── Site.css
│   │   │       │   ├── jquery.mobile-1.0b2.css
│   │   │       │   ├── jquery.mobile-1.0b2.min.css
│   │   │       │   └── themes
│   │   │       │       └── base
│   │   │       │           ├── images
│   │   │       │           │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │       │           │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │       │           │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │       │           │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │       │           │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │       │           │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │       │           │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │       │           │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │       │           │   ├── ui-icons_222222_256x240.png
│   │   │       │           │   ├── ui-icons_2e83ff_256x240.png
│   │   │       │           │   ├── ui-icons_454545_256x240.png
│   │   │       │           │   ├── ui-icons_888888_256x240.png
│   │   │       │           │   └── ui-icons_cd0a0a_256x240.png
│   │   │       │           ├── jquery.ui.accordion.css
│   │   │       │           ├── jquery.ui.all.css
│   │   │       │           ├── jquery.ui.autocomplete.css
│   │   │       │           ├── jquery.ui.base.css
│   │   │       │           ├── jquery.ui.button.css
│   │   │       │           ├── jquery.ui.core.css
│   │   │       │           ├── jquery.ui.datepicker.css
│   │   │       │           ├── jquery.ui.dialog.css
│   │   │       │           ├── jquery.ui.progressbar.css
│   │   │       │           ├── jquery.ui.resizable.css
│   │   │       │           ├── jquery.ui.selectable.css
│   │   │       │           ├── jquery.ui.slider.css
│   │   │       │           ├── jquery.ui.tabs.css
│   │   │       │           └── jquery.ui.theme.css
│   │   │       ├── Global.asax
│   │   │       ├── JS
│   │   │       │   ├── common.js
│   │   │       │   ├── html2canvas.js
│   │   │       │   ├── jquery-1.9.1.min.js
│   │   │       │   ├── jquery.js
│   │   │       │   ├── jquery.progress.js
│   │   │       │   ├── jswudao.js
│   │   │       │   ├── jswudao_Ex.js
│   │   │       │   ├── loading.js
│   │   │       │   └── owl.carousel.js
│   │   │       ├── Publish0507.rar
│   │   │       ├── Scripts
│   │   │       │   ├── jquery-1.6.2-vsdoc.js
│   │   │       │   ├── jquery-1.6.2.js
│   │   │       │   ├── jquery-1.6.2.min.js
│   │   │       │   ├── jquery-ui-1.8.11.js
│   │   │       │   ├── jquery-ui-1.8.11.min.js
│   │   │       │   ├── jquery.mobile-1.0b2.js
│   │   │       │   ├── jquery.mobile-1.0b2.min.js
│   │   │       │   ├── jquery.unobtrusive-ajax.js
│   │   │       │   ├── jquery.unobtrusive-ajax.min.js
│   │   │       │   ├── jquery.validate-vsdoc.js
│   │   │       │   ├── jquery.validate.js
│   │   │       │   ├── jquery.validate.min.js
│   │   │       │   ├── jquery.validate.unobtrusive.js
│   │   │       │   ├── jquery.validate.unobtrusive.min.js
│   │   │       │   ├── knockout-1.3.0beta.debug.js
│   │   │       │   ├── knockout-1.3.0beta.js
│   │   │       │   └── modernizr-2.0.6-development-only.js
│   │   │       ├── Views
│   │   │       │   ├── Shared
│   │   │       │   │   ├── Error.cshtml
│   │   │       │   │   ├── _Layout.cshtml
│   │   │       │   │   └── _LogOnPartial.cshtml
│   │   │       │   ├── Web.config
│   │   │       │   ├── WuDao
│   │   │       │   │   ├── ChengJiIndex.cshtml
│   │   │       │   │   ├── Index.cshtml
│   │   │       │   │   ├── Index1.cshtml
│   │   │       │   │   ├── Index2.cshtml
│   │   │       │   │   ├── Index3.cshtml
│   │   │       │   │   ├── Index4.cshtml
│   │   │       │   │   ├── Index5.cshtml
│   │   │       │   │   ├── Index6.cshtml
│   │   │       │   │   ├── Index7.cshtml
│   │   │       │   │   ├── Index8.cshtml
│   │   │       │   │   ├── Index9.cshtml
│   │   │       │   │   ├── PaiMingIndex.cshtml
│   │   │       │   │   ├── PinShenIndex - 复制.cshtml
│   │   │       │   │   ├── PinShenIndex.cshtml
│   │   │       │   │   ├── PinShenIndex0.cshtml
│   │   │       │   │   ├── PinShenIndex1.cshtml
│   │   │       │   │   ├── PinShenIndex2.cshtml
│   │   │       │   │   ├── PinShenIndex3.cshtml
│   │   │       │   │   ├── PinShenIndex4.cshtml
│   │   │       │   │   ├── PinShenIndex5.cshtml
│   │   │       │   │   ├── PinShenIndex6.cshtml
│   │   │       │   │   ├── PinShenIndex7.cshtml
│   │   │       │   │   ├── PinShenIndex8.cshtml
│   │   │       │   │   ├── PinShenIndex9.cshtml
│   │   │       │   │   ├── PinShenJueSaiIndex.cshtml
│   │   │       │   │   ├── TaoTaiChengJiIndex.cshtml
│   │   │       │   │   ├── TaoTaiChengJiIndexAB.cshtml
│   │   │       │   │   ├── TaoTaiChengJiIndexABC.cshtml
│   │   │       │   │   ├── TaoTaiChengJiIndexABCD.cshtml
│   │   │       │   │   ├── TaoTaiChengJiIndexABCDE.cshtml
│   │   │       │   │   ├── TaoTaiChengJiIndexABCDEF.cshtml
│   │   │       │   │   ├── TaoTaiChengJiIndexABCDEFG.cshtml
│   │   │       │   │   ├── TaoTaiChengJiIndexABCDEFGH.cshtml
│   │   │       │   │   ├── TaoTaiChengJiIndexBing.cshtml
│   │   │       │   │   ├── TaoTaiIndex.cshtml
│   │   │       │   │   ├── XuanShouLieBiaoIndex - 复制(2).cshtml
│   │   │       │   │   ├── XuanShouLieBiaoIndex.cshtml
│   │   │       │   │   ├── XuanShouLieBiaoIndex5.cshtml
│   │   │       │   │   ├── XuanShouLieBiaoIndexAB.cshtml
│   │   │       │   │   ├── XuanShouLieBiaoIndexABC.cshtml
│   │   │       │   │   ├── XuanShouLieBiaoIndexABCD - 复制(2).cshtml
│   │   │       │   │   ├── XuanShouLieBiaoIndexABCD - 复制.cshtml
│   │   │       │   │   ├── XuanShouLieBiaoIndexABCD.cshtml
│   │   │       │   │   ├── XuanShouLieBiaoIndexABCDE.cshtml
│   │   │       │   │   ├── XuanShouLieBiaoIndexABCDEF.cshtml
│   │   │       │   │   ├── XuanShouLieBiaoIndexABCDEFG.cshtml
│   │   │       │   │   ├── XuanShouLieBiaoIndexABCDEFGH.cshtml
│   │   │       │   │   ├── XuanShouLieBiaoIndexBing.cshtml
│   │   │       │   │   ├── ZhiChiRenIndex.cshtml
│   │   │       │   │   ├── ZhiChiRenIndex1.cshtml
│   │   │       │   │   ├── ZhiChiRenIndex2.cshtml
│   │   │       │   │   ├── ZhiChiRenIndex3.cshtml
│   │   │       │   │   ├── ZhiChiRenIndex4.cshtml
│   │   │       │   │   ├── ZhiChiRenIndex5.cshtml
│   │   │       │   │   ├── ZhiChiRenIndex6.cshtml
│   │   │       │   │   ├── ZhiChiRenIndex7.cshtml
│   │   │       │   │   ├── ZhiChiRenIndex8.cshtml
│   │   │       │   │   └── ZhiChiRenIndex9.cshtml
│   │   │       │   └── _ViewStart.cshtml
│   │   │       ├── Web.config
│   │   │       ├── bin
│   │   │       │   ├── EntityFramework.dll
│   │   │       │   ├── Microsoft.Web.Infrastructure.dll
│   │   │       │   ├── Microsoft.Web.Optimization.dll
│   │   │       │   ├── System.Web.Helpers.dll
│   │   │       │   ├── System.Web.Mvc.dll
│   │   │       │   ├── System.Web.Providers.dll
│   │   │       │   ├── System.Web.Razor.dll
│   │   │       │   ├── System.Web.WebPages.Deployment.dll
│   │   │       │   ├── System.Web.WebPages.Razor.dll
│   │   │       │   ├── System.Web.WebPages.dll
│   │   │       │   ├── WuDaoWeb.dll
│   │   │       │   └── WuDaoWeb.pdb
│   │   │       ├── css
│   │   │       │   ├── animate.css
│   │   │       │   ├── bootstrap.min.css
│   │   │       │   ├── common.css
│   │   │       │   ├── default.css
│   │   │       │   ├── featureCarousel.css
│   │   │       │   ├── global.css
│   │   │       │   ├── header.css
│   │   │       │   ├── ie.css
│   │   │       │   ├── liMarquee.css
│   │   │       │   ├── loading.css
│   │   │       │   ├── normalize.css
│   │   │       │   ├── owl.css
│   │   │       │   ├── owlEx.css
│   │   │       │   ├── print.css
│   │   │       │   ├── style.css
│   │   │       │   └── style1.css
│   │   │       ├── images
│   │   │       │   ├── A - 副本.png
│   │   │       │   ├── A.png
│   │   │       │   ├── B - 副本.png
│   │   │       │   ├── B.png
│   │   │       │   ├── C - 副本.png
│   │   │       │   ├── C.png
│   │   │       │   ├── D - 副本.png
│   │   │       │   ├── D.png
│   │   │       │   ├── E.png
│   │   │       │   ├── F.png
│   │   │       │   ├── G.png
│   │   │       │   ├── H.png
│   │   │       │   ├── a_1.png
│   │   │       │   ├── a_2.png
│   │   │       │   ├── an_1.png
│   │   │       │   ├── an_2.png
│   │   │       │   ├── beijing.jpg
│   │   │       │   ├── bj_0.png
│   │   │       │   ├── bj_02.png
│   │   │       │   ├── bj_03 - 副本.png
│   │   │       │   ├── bj_03.png
│   │   │       │   ├── bj_041.png
│   │   │       │   ├── bj_042.png
│   │   │       │   ├── bj_0426.png
│   │   │       │   ├── bj_2.png
│   │   │       │   ├── bj_banner_01.jpg
│   │   │       │   ├── bj_bt_1 - 副本.png
│   │   │       │   ├── bj_bt_1.png
│   │   │       │   ├── bj_bt_2.png
│   │   │       │   ├── bj_top_01.png
│   │   │       │   ├── bj_top_02.png
│   │   │       │   ├── bj_top_03.png
│   │   │       │   ├── c_02.png
│   │   │       │   ├── c_03.png
│   │   │       │   ├── dw.png
│   │   │       │   ├── login
│   │   │       │   │   ├── login_01.png
│   │   │       │   │   ├── login_02.png
│   │   │       │   │   ├── login_04.png
│   │   │       │   │   ├── login_05.png
│   │   │       │   │   ├── login_06.png
│   │   │       │   │   ├── login_08.png
│   │   │       │   │   ├── login_09.png
│   │   │       │   │   ├── login_10.png
│   │   │       │   │   ├── login_11.png
│   │   │       │   │   ├── login_12.png
│   │   │       │   │   └── login_13.png
│   │   │       │   ├── login_01.png
│   │   │       │   ├── login_02.png
│   │   │       │   ├── login_03.png
│   │   │       │   ├── login_bj.png
│   │   │       │   ├── login_logo - 副本.png
│   │   │       │   ├── login_logo.jpg
│   │   │       │   ├── login_logo.png
│   │   │       │   ├── login_logo1.png
│   │   │       │   ├── pm_0.png
│   │   │       │   ├── pm_1.png
│   │   │       │   ├── pm_2.png
│   │   │       │   ├── pm_3.png
│   │   │       │   ├── pm_bj.png
│   │   │       │   ├── ps_1.png
│   │   │       │   ├── ps_2.png
│   │   │       │   ├── tx_1.png
│   │   │       │   ├── 排行榜11.png
│   │   │       │   └── 排行榜2.png
│   │   │       ├── packages.config
│   │   │       ├── plus
│   │   │       │   ├── barcode.html
│   │   │       │   ├── barcode_scan.html
│   │   │       │   ├── index.html
│   │   │       │   └── login.html
│   │   │       └── sass
│   │   │           ├── ie.scss
│   │   │           ├── loading.scss
│   │   │           └── print.scss
│   │   ├── System.Web.Helpers.dll
│   │   ├── System.Web.Mvc.dll
│   │   ├── System.Web.Providers.dll
│   │   ├── System.Web.Razor.dll
│   │   ├── System.Web.WebPages.Deployment.dll
│   │   ├── System.Web.WebPages.Razor.dll
│   │   ├── System.Web.WebPages.dll
│   │   ├── WuDaoWeb.dll
│   │   ├── WuDaoWeb.dll.config
│   │   ├── WuDaoWeb.pdb
│   │   └── zh-Hans
│   ├── csore
│   ├── css
│   │   ├── animate.css
│   │   ├── bootstrap.min.css
│   │   ├── common.css
│   │   ├── default.css
│   │   ├── featureCarousel.css
│   │   ├── global.css
│   │   ├── header.css
│   │   ├── ie.css
│   │   ├── liMarquee.css
│   │   ├── loading.css
│   │   ├── normalize.css
│   │   ├── owl.css
│   │   ├── owlEx.css
│   │   ├── print.css
│   │   ├── style.css
│   │   └── style1.css
│   ├── images
│   │   ├── A - 副本.png
│   │   ├── A.png
│   │   ├── A1.png
│   │   ├── B - 副本.png
│   │   ├── B.png
│   │   ├── B1.png
│   │   ├── C - 副本.png
│   │   ├── C.png
│   │   ├── D - 副本.png
│   │   ├── D.png
│   │   ├── E.png
│   │   ├── F.png
│   │   ├── G.png
│   │   ├── H.png
│   │   ├── a_1.png
│   │   ├── a_2.png
│   │   ├── an_1.png
│   │   ├── an_2.png
│   │   ├── beijing.jpg
│   │   ├── bj_0.png
│   │   ├── bj_02.png
│   │   ├── bj_03 - 副本.png
│   │   ├── bj_03.png
│   │   ├── bj_041.png
│   │   ├── bj_042.png
│   │   ├── bj_0426.png
│   │   ├── bj_2.png
│   │   ├── bj_banner_01.jpg
│   │   ├── bj_bt_1 - 副本.png
│   │   ├── bj_bt_1.png
│   │   ├── bj_bt_2.png
│   │   ├── bj_top_01.png
│   │   ├── bj_top_02.png
│   │   ├── bj_top_03.png
│   │   ├── c_02.png
│   │   ├── c_03.png
│   │   ├── dw.png
│   │   ├── login
│   │   │   ├── 830316245317445770.jpg
│   │   │   ├── login_01.png
│   │   │   ├── login_02.png
│   │   │   ├── login_04.png
│   │   │   ├── login_05.png
│   │   │   ├── login_06.png
│   │   │   ├── login_08.png
│   │   │   ├── login_09.png
│   │   │   ├── login_10.png
│   │   │   ├── login_11.png
│   │   │   ├── login_12.png
│   │   │   └── login_13.png
│   │   ├── login_01.png
│   │   ├── login_02.png
│   │   ├── login_03.png
│   │   ├── login_bj.png
│   │   ├── login_logo - 副本.png
│   │   ├── login_logo.jpg
│   │   ├── login_logo.png
│   │   ├── login_logo1.png
│   │   ├── pm_0.png
│   │   ├── pm_1.png
│   │   ├── pm_2.png
│   │   ├── pm_3.png
│   │   ├── pm_bj.png
│   │   ├── ps_1.png
│   │   ├── ps_2.png
│   │   ├── tx_1.png
│   │   ├── 排行榜11.png
│   │   └── 排行榜2.png
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Package
│   │   │   ├── TempPE
│   │   │   ├── WuDaoWeb.csproj.CopyComplete
│   │   │   ├── WuDaoWeb.csproj.CoreCompileInputs.cache
│   │   │   ├── WuDaoWeb.csproj.FileListAbsolute.txt
│   │   │   ├── WuDaoWeb.dll
│   │   │   └── WuDaoWeb.pdb
│   │   └── Release
│   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       ├── Package
│   │       │   └── PackageTmp
│   │       │       ├── 1.mp3
│   │       │       ├── Content
│   │       │       │   ├── Images
│   │       │       │   │   ├── ajax-loader.png
│   │       │       │   │   ├── icon-search-black.png
│   │       │       │   │   ├── icons-18-black.png
│   │       │       │   │   ├── icons-18-white.png
│   │       │       │   │   ├── icons-36-black.png
│   │       │       │   │   └── icons-36-white.png
│   │       │       │   ├── Site.css
│   │       │       │   ├── jquery.mobile-1.0b2.css
│   │       │       │   ├── jquery.mobile-1.0b2.min.css
│   │       │       │   └── themes
│   │       │       │       └── base
│   │       │       │           ├── images
│   │       │       │           │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │       │       │           │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │       │       │           │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │       │       │           │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │       │       │           │   ├── ui-bg_glass_75_dadada_1x400.png
│   │       │       │           │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │       │       │           │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │       │       │           │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │       │       │           │   ├── ui-icons_222222_256x240.png
│   │       │       │           │   ├── ui-icons_2e83ff_256x240.png
│   │       │       │           │   ├── ui-icons_454545_256x240.png
│   │       │       │           │   ├── ui-icons_888888_256x240.png
│   │       │       │           │   └── ui-icons_cd0a0a_256x240.png
│   │       │       │           ├── jquery.ui.accordion.css
│   │       │       │           ├── jquery.ui.all.css
│   │       │       │           ├── jquery.ui.autocomplete.css
│   │       │       │           ├── jquery.ui.base.css
│   │       │       │           ├── jquery.ui.button.css
│   │       │       │           ├── jquery.ui.core.css
│   │       │       │           ├── jquery.ui.datepicker.css
│   │       │       │           ├── jquery.ui.dialog.css
│   │       │       │           ├── jquery.ui.progressbar.css
│   │       │       │           ├── jquery.ui.resizable.css
│   │       │       │           ├── jquery.ui.selectable.css
│   │       │       │           ├── jquery.ui.slider.css
│   │       │       │           ├── jquery.ui.tabs.css
│   │       │       │           └── jquery.ui.theme.css
│   │       │       ├── Global.asax
│   │       │       ├── JS
│   │       │       │   ├── common.js
│   │       │       │   ├── html2canvas.js
│   │       │       │   ├── jquery-1.9.1.min.js
│   │       │       │   ├── jquery.js
│   │       │       │   ├── jquery.progress.js
│   │       │       │   ├── jswudao.js
│   │       │       │   ├── jswudao_Ex.js
│   │       │       │   ├── loading.js
│   │       │       │   └── owl.carousel.js
│   │       │       ├── Scripts
│   │       │       │   ├── jquery-1.6.2-vsdoc.js
│   │       │       │   ├── jquery-1.6.2.js
│   │       │       │   ├── jquery-1.6.2.min.js
│   │       │       │   ├── jquery-ui-1.8.11.js
│   │       │       │   ├── jquery-ui-1.8.11.min.js
│   │       │       │   ├── jquery.mobile-1.0b2.js
│   │       │       │   ├── jquery.mobile-1.0b2.min.js
│   │       │       │   ├── jquery.unobtrusive-ajax.js
│   │       │       │   ├── jquery.unobtrusive-ajax.min.js
│   │       │       │   ├── jquery.validate-vsdoc.js
│   │       │       │   ├── jquery.validate.js
│   │       │       │   ├── jquery.validate.min.js
│   │       │       │   ├── jquery.validate.unobtrusive.js
│   │       │       │   ├── jquery.validate.unobtrusive.min.js
│   │       │       │   ├── knockout-1.3.0beta.debug.js
│   │       │       │   ├── knockout-1.3.0beta.js
│   │       │       │   └── modernizr-2.0.6-development-only.js
│   │       │       ├── Views
│   │       │       │   ├── Shared
│   │       │       │   │   ├── Error.cshtml
│   │       │       │   │   ├── _Layout.cshtml
│   │       │       │   │   └── _LogOnPartial.cshtml
│   │       │       │   ├── Web.config
│   │       │       │   ├── WuDao
│   │       │       │   │   ├── ChengJiIndex.cshtml
│   │       │       │   │   ├── Index.cshtml
│   │       │       │   │   ├── Index1.cshtml
│   │       │       │   │   ├── Index2.cshtml
│   │       │       │   │   ├── Index3.cshtml
│   │       │       │   │   ├── Index4.cshtml
│   │       │       │   │   ├── Index5.cshtml
│   │       │       │   │   ├── Index6.cshtml
│   │       │       │   │   ├── Index7.cshtml
│   │       │       │   │   ├── Index8.cshtml
│   │       │       │   │   ├── Index9.cshtml
│   │       │       │   │   ├── PaiMingIndex.cshtml
│   │       │       │   │   ├── PinShenIndex - 复制.cshtml
│   │       │       │   │   ├── PinShenIndex.cshtml
│   │       │       │   │   ├── PinShenIndex0.cshtml
│   │       │       │   │   ├── PinShenIndex1.cshtml
│   │       │       │   │   ├── PinShenIndex2.cshtml
│   │       │       │   │   ├── PinShenIndex3.cshtml
│   │       │       │   │   ├── PinShenIndex4.cshtml
│   │       │       │   │   ├── PinShenIndex5.cshtml
│   │       │       │   │   ├── PinShenIndex6.cshtml
│   │       │       │   │   ├── PinShenIndex7.cshtml
│   │       │       │   │   ├── PinShenIndex8.cshtml
│   │       │       │   │   ├── PinShenIndex9.cshtml
│   │       │       │   │   ├── PinShenJueSaiIndex.cshtml
│   │       │       │   │   ├── TaoTaiChengJiIndex.cshtml
│   │       │       │   │   ├── TaoTaiChengJiIndexAB.cshtml
│   │       │       │   │   ├── TaoTaiChengJiIndexABC.cshtml
│   │       │       │   │   ├── TaoTaiChengJiIndexABCD.cshtml
│   │       │       │   │   ├── TaoTaiChengJiIndexABCDE.cshtml
│   │       │       │   │   ├── TaoTaiChengJiIndexABCDEF.cshtml
│   │       │       │   │   ├── TaoTaiChengJiIndexABCDEFG.cshtml
│   │       │       │   │   ├── TaoTaiChengJiIndexABCDEFGH.cshtml
│   │       │       │   │   ├── TaoTaiChengJiIndexBing.cshtml
│   │       │       │   │   ├── TaoTaiIndex.cshtml
│   │       │       │   │   ├── XuanShouLieBiaoIndex - 复制(2).cshtml
│   │       │       │   │   ├── XuanShouLieBiaoIndex.cshtml
│   │       │       │   │   ├── XuanShouLieBiaoIndex5.cshtml
│   │       │       │   │   ├── XuanShouLieBiaoIndexAB.cshtml
│   │       │       │   │   ├── XuanShouLieBiaoIndexABC.cshtml
│   │       │       │   │   ├── XuanShouLieBiaoIndexABCD - 复制(2).cshtml
│   │       │       │   │   ├── XuanShouLieBiaoIndexABCD.cshtml
│   │       │       │   │   ├── XuanShouLieBiaoIndexABCDE.cshtml
│   │       │       │   │   ├── XuanShouLieBiaoIndexABCDEF.cshtml
│   │       │       │   │   ├── XuanShouLieBiaoIndexABCDEFG.cshtml
│   │       │       │   │   ├── XuanShouLieBiaoIndexABCDEFGH.cshtml
│   │       │       │   │   ├── XuanShouLieBiaoIndexBing.cshtml
│   │       │       │   │   ├── ZhiChiRenIndex.cshtml
│   │       │       │   │   ├── ZhiChiRenIndex1.cshtml
│   │       │       │   │   ├── ZhiChiRenIndex2.cshtml
│   │       │       │   │   ├── ZhiChiRenIndex3.cshtml
│   │       │       │   │   ├── ZhiChiRenIndex4.cshtml
│   │       │       │   │   ├── ZhiChiRenIndex5.cshtml
│   │       │       │   │   ├── ZhiChiRenIndex6.cshtml
│   │       │       │   │   ├── ZhiChiRenIndex7.cshtml
│   │       │       │   │   ├── ZhiChiRenIndex8.cshtml
│   │       │       │   │   └── ZhiChiRenIndex9.cshtml
│   │       │       │   └── _ViewStart.cshtml
│   │       │       ├── Web.config
│   │       │       ├── bin
│   │       │       │   ├── EntityFramework.dll
│   │       │       │   ├── Microsoft.Web.Infrastructure.dll
│   │       │       │   ├── Microsoft.Web.Optimization.dll
│   │       │       │   ├── System.Web.Helpers.dll
│   │       │       │   ├── System.Web.Mvc.dll
│   │       │       │   ├── System.Web.Providers.dll
│   │       │       │   ├── System.Web.Razor.dll
│   │       │       │   ├── System.Web.WebPages.Deployment.dll
│   │       │       │   ├── System.Web.WebPages.Razor.dll
│   │       │       │   ├── System.Web.WebPages.dll
│   │       │       │   ├── WuDaoWeb.dll
│   │       │       │   └── WuDaoWeb.pdb
│   │       │       ├── css
│   │       │       │   ├── animate.css
│   │       │       │   ├── bootstrap.min.css
│   │       │       │   ├── common.css
│   │       │       │   ├── default.css
│   │       │       │   ├── featureCarousel.css
│   │       │       │   ├── global.css
│   │       │       │   ├── header.css
│   │       │       │   ├── ie.css
│   │       │       │   ├── liMarquee.css
│   │       │       │   ├── loading.css
│   │       │       │   ├── normalize.css
│   │       │       │   ├── owl.css
│   │       │       │   ├── owlEx.css
│   │       │       │   ├── print.css
│   │       │       │   ├── style.css
│   │       │       │   └── style1.css
│   │       │       ├── images
│   │       │       │   ├── A - 副本.png
│   │       │       │   ├── A.png
│   │       │       │   ├── B - 副本.png
│   │       │       │   ├── B.png
│   │       │       │   ├── C - 副本.png
│   │       │       │   ├── C.png
│   │       │       │   ├── D - 副本.png
│   │       │       │   ├── D.png
│   │       │       │   ├── E.png
│   │       │       │   ├── F.png
│   │       │       │   ├── G.png
│   │       │       │   ├── H.png
│   │       │       │   ├── a_1.png
│   │       │       │   ├── a_2.png
│   │       │       │   ├── an_1.png
│   │       │       │   ├── an_2.png
│   │       │       │   ├── beijing.jpg
│   │       │       │   ├── bj_0.png
│   │       │       │   ├── bj_02.png
│   │       │       │   ├── bj_03 - 副本.png
│   │       │       │   ├── bj_03.png
│   │       │       │   ├── bj_041.png
│   │       │       │   ├── bj_042.png
│   │       │       │   ├── bj_0426.png
│   │       │       │   ├── bj_2.png
│   │       │       │   ├── bj_banner_01.jpg
│   │       │       │   ├── bj_bt_1 - 副本.png
│   │       │       │   ├── bj_bt_1.png
│   │       │       │   ├── bj_bt_2.png
│   │       │       │   ├── bj_top_01.png
│   │       │       │   ├── bj_top_02.png
│   │       │       │   ├── bj_top_03.png
│   │       │       │   ├── c_02.png
│   │       │       │   ├── c_03.png
│   │       │       │   ├── dw.png
│   │       │       │   ├── login
│   │       │       │   │   ├── login_01.png
│   │       │       │   │   ├── login_02.png
│   │       │       │   │   ├── login_04.png
│   │       │       │   │   ├── login_05.png
│   │       │       │   │   ├── login_06.png
│   │       │       │   │   ├── login_08.png
│   │       │       │   │   ├── login_09.png
│   │       │       │   │   ├── login_10.png
│   │       │       │   │   ├── login_11.png
│   │       │       │   │   ├── login_12.png
│   │       │       │   │   └── login_13.png
│   │       │       │   ├── login_01.png
│   │       │       │   ├── login_02.png
│   │       │       │   ├── login_03.png
│   │       │       │   ├── login_bj.png
│   │       │       │   ├── login_logo - 副本.png
│   │       │       │   ├── login_logo.jpg
│   │       │       │   ├── login_logo.png
│   │       │       │   ├── login_logo1.png
│   │       │       │   ├── pm_0.png
│   │       │       │   ├── pm_1.png
│   │       │       │   ├── pm_2.png
│   │       │       │   ├── pm_3.png
│   │       │       │   ├── pm_bj.png
│   │       │       │   ├── ps_1.png
│   │       │       │   ├── ps_2.png
│   │       │       │   ├── tx_1.png
│   │       │       │   ├── 排行榜11.png
│   │       │       │   └── 排行榜2.png
│   │       │       ├── packages.config
│   │       │       ├── plus
│   │       │       │   ├── barcode.html
│   │       │       │   ├── barcode_scan.html
│   │       │       │   ├── index.html
│   │       │       │   └── login.html
│   │       │       └── sass
│   │       │           ├── ie.scss
│   │       │           ├── loading.scss
│   │       │           └── print.scss
│   │       ├── ProfileTransformWebConfig
│   │       │   └── transformed
│   │       │       └── Views
│   │       ├── TempPE
│   │       ├── TransformWebConfig
│   │       │   ├── assist
│   │       │   │   └── Web.config
│   │       │   ├── original
│   │       │   │   └── Web.config
│   │       │   └── transformed
│   │       │       ├── Views
│   │       │       └── Web.config
│   │       ├── WuDaoWeb.csproj.CopyComplete
│   │       ├── WuDaoWeb.csproj.CoreCompileInputs.cache
│   │       ├── WuDaoWeb.csproj.FileListAbsolute.txt
│   │       ├── WuDaoWeb.csprojAssemblyReference.cache
│   │       ├── WuDaoWeb.dll
│   │       ├── WuDaoWeb.pdb
│   │       └── _WPPLastBuildInfo.txt
│   ├── packages.config
│   ├── plus
│   │   ├── barcode.html
│   │   ├── barcode_scan.html
│   │   ├── index.html
│   │   └── login.html
│   └── sass
│       ├── ie.scss
│       ├── loading.scss
│       └── print.scss
├── WuDaoWeb.sln
├── packages
│   ├── AspNetMvc.4.0.10906.0
│   │   ├── AspNetMvc.4.0.10906.0.nupkg
│   │   └── lib
│   │       └── net40
│   │           └── System.Web.Mvc.dll
│   ├── AspNetWebPagesCore.2.0.10906.0
│   │   ├── AspNetWebPagesCore.2.0.10906.0.nupkg
│   │   └── lib
│   │       └── net40
│   │           ├── System.Web.Helpers.dll
│   │           ├── System.Web.Razor.dll
│   │           ├── System.Web.WebPages.Deployment.dll
│   │           ├── System.Web.WebPages.Razor.dll
│   │           └── System.Web.WebPages.dll
│   ├── EntityFramework.4.1.10331.0
│   │   ├── EntityFramework.4.1.10331.0.nupkg
│   │   └── lib
│   │       └── net40
│   │           ├── EntityFramework.dll
│   │           └── EntityFramework.xml
│   ├── Microsoft.Web.Optimization.0.1
│   │   ├── Microsoft.Web.Optimization.0.1.nupkg
│   │   └── lib
│   │       └── net40
│   │           └── Microsoft.Web.Optimization.dll
│   ├── MicrosoftWebInfrastructure.1.0.0.0
│   │   ├── MicrosoftWebInfrastructure.1.0.0.0.nupkg
│   │   └── lib
│   │       └── net40
│   │           └── Microsoft.Web.Infrastructure.dll
│   ├── Modernizr.2.0.6
│   │   ├── Content
│   │   │   └── Scripts
│   │   │       └── modernizr-2.0.6-development-only.js
│   │   └── Modernizr.2.0.6.nupkg
│   ├── System.Web.Providers.1.0.1
│   │   ├── EULA.rtf
│   │   ├── System.Web.Providers.1.0.1.nupkg
│   │   ├── content
│   │   │   └── web.config.transform
│   │   ├── lib
│   │   │   └── Net40
│   │   │       └── System.Web.Providers.dll
│   │   └── readme.html
│   ├── jQuery.1.6.2
│   │   ├── Content
│   │   │   └── Scripts
│   │   │       ├── jquery-1.6.2-vsdoc.js
│   │   │       ├── jquery-1.6.2.js
│   │   │       └── jquery-1.6.2.min.js
│   │   └── jQuery.1.6.2.nupkg
│   ├── jQuery.Ajax.Unobtrusive.1.0
│   │   ├── Content
│   │   │   └── Scripts
│   │   │       ├── jquery.unobtrusive-ajax.js
│   │   │       └── jquery.unobtrusive-ajax.min.js
│   │   └── jQuery.Ajax.Unobtrusive.1.0.nupkg
│   ├── jQuery.UI.Combined.1.8.11
│   │   ├── Content
│   │   │   ├── Content
│   │   │   │   └── themes
│   │   │   │       └── base
│   │   │   │           ├── images
│   │   │   │           │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │           │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │           │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │           │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │           │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │           │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │           │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │           │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │           │   ├── ui-icons_222222_256x240.png
│   │   │   │           │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │           │   ├── ui-icons_454545_256x240.png
│   │   │   │           │   ├── ui-icons_888888_256x240.png
│   │   │   │           │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │           ├── jquery.ui.accordion.css
│   │   │   │           ├── jquery.ui.all.css
│   │   │   │           ├── jquery.ui.autocomplete.css
│   │   │   │           ├── jquery.ui.base.css
│   │   │   │           ├── jquery.ui.button.css
│   │   │   │           ├── jquery.ui.core.css
│   │   │   │           ├── jquery.ui.datepicker.css
│   │   │   │           ├── jquery.ui.dialog.css
│   │   │   │           ├── jquery.ui.progressbar.css
│   │   │   │           ├── jquery.ui.resizable.css
│   │   │   │           ├── jquery.ui.selectable.css
│   │   │   │           ├── jquery.ui.slider.css
│   │   │   │           ├── jquery.ui.tabs.css
│   │   │   │           └── jquery.ui.theme.css
│   │   │   └── Scripts
│   │   │       ├── jquery-ui-1.8.11.js
│   │   │       └── jquery-ui-1.8.11.min.js
│   │   └── jQuery.UI.Combined.1.8.11.nupkg
│   ├── jQuery.Validation.1.8
│   │   ├── Content
│   │   │   └── Scripts
│   │   │       ├── jquery.validate-vsdoc.js
│   │   │       ├── jquery.validate.js
│   │   │       └── jquery.validate.min.js
│   │   └── jQuery.Validation.1.8.nupkg
│   ├── jQuery.Validation.Unobtrusive.1.0
│   │   ├── Content
│   │   │   └── Scripts
│   │   │       ├── jquery.validate.unobtrusive.js
│   │   │       └── jquery.validate.unobtrusive.min.js
│   │   └── jQuery.Validation.Unobtrusive.1.0.nupkg
│   ├── jquery.mobile.0.5.2
│   │   ├── Content
│   │   │   ├── Content
│   │   │   │   ├── Images
│   │   │   │   │   ├── ajax-loader.png
│   │   │   │   │   ├── icon-search-black.png
│   │   │   │   │   ├── icons-18-black.png
│   │   │   │   │   ├── icons-18-white.png
│   │   │   │   │   ├── icons-36-black.png
│   │   │   │   │   └── icons-36-white.png
│   │   │   │   ├── jquery.mobile-1.0b2.css
│   │   │   │   └── jquery.mobile-1.0b2.min.css
│   │   │   └── Scripts
│   │   │       ├── jquery.mobile-1.0b2.js
│   │   │       └── jquery.mobile-1.0b2.min.js
│   │   └── jquery.mobile.0.5.2.nupkg
│   ├── knockoutjs.1.2.9.0
│   │   ├── Content
│   │   │   └── Scripts
│   │   │       ├── knockout-1.3.0beta.debug.js
│   │   │       └── knockout-1.3.0beta.js
│   │   └── knockoutjs.1.2.9.0.nupkg
│   └── repositories.config
└── 手机端舞蹈评分.rar

138 directories, 970 files


标签: 手机端 评分 手机

实例下载地址

手机端舞蹈评分

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警