91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

百度地圖實例代碼,和天氣預(yù)報實例

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Mvc;
using?System.Web.Routing;

namespace?MvcApplication1
{
????//?注意:?有關(guān)啟用?IIS6?或?IIS7?經(jīng)典模式的說明,
????//?請訪問?http://go.microsoft.com/?linkId=9394801

????public?class?MvcApplication?:?System.Web.HttpApplication
????{
????????public?static?void?RegisterGlobalFilters(GlobalFilterCollection?filters)
????????{
????????????filters.Add(new?HandleErrorAttribute());
????????}

????????public?static?void?RegisterRoutes(RouteCollection?routes)
????????{
????????????routes.IgnoreRoute(“{resource}.axd/{*pathInfo}“);

????????????routes.MapRoute(
????????????????“Default“?//?路由名稱
????????????????“{controller}/{action}/{id}“?//?帶有參數(shù)的?URL
????????????????new?{?controller?=?“Hom

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-05-15?11:34??MvcApplication1\
?????目錄???????????0??2015-06-25?11:17??MvcApplication1\MvcApplication1\
?????文件?????????935??2015-05-06?17:28??MvcApplication1\MvcApplication1.sln
?????文件???????48128??2015-06-25?11:13??MvcApplication1\MvcApplication1.suo
?????目錄???????????0??2015-05-06?17:28??MvcApplication1\MvcApplication1\App_Data\
?????目錄???????????0??2015-05-15?11:34??MvcApplication1\MvcApplication1\bin\
?????文件???????37376??2015-06-25?11:11??MvcApplication1\MvcApplication1\bin\MvcApplication1.dll
?????文件???????89600??2015-06-25?11:11??MvcApplication1\MvcApplication1\bin\MvcApplication1.pdb
?????目錄???????????0??2015-05-15?11:34??MvcApplication1\MvcApplication1\Content\
?????目錄???????????0??2015-05-15?11:34??MvcApplication1\MvcApplication1\Content\admin\
?????文件????????7809??2015-05-07?10:17??MvcApplication1\MvcApplication1\Content\admin\public.css
?????文件???????11375??2015-05-07?10:17??MvcApplication1\MvcApplication1\Content\admin\style.css
?????文件????????5324??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\Site.css
?????目錄???????????0??2015-05-15?11:34??MvcApplication1\MvcApplication1\Content\themes\
?????目錄???????????0??2015-05-15?11:34??MvcApplication1\MvcApplication1\Content\themes\base\
?????目錄???????????0??2015-05-15?11:34??MvcApplication1\MvcApplication1\Content\themes\base\images\
?????文件?????????180??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png
?????文件?????????178??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png
?????文件?????????120??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png
?????文件?????????105??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png
?????文件?????????111??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png
?????文件?????????110??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png
?????文件?????????119??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png
?????文件?????????101??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png
?????文件????????4369??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\themes\base\images\ui-icons_222222_256x240.png
?????文件????????4369??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\themes\base\images\ui-icons_2e83ff_256x240.png
?????文件????????4369??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\themes\base\images\ui-icons_454545_256x240.png
?????文件????????4369??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\themes\base\images\ui-icons_888888_256x240.png
?????文件????????4369??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\themes\base\images\ui-icons_cd0a0a_256x240.png
?????文件???????39084??2015-05-06?17:28??MvcApplication1\MvcApplication1\Content\themes\base\jquery-ui.css
?????目錄???????????0??2015-05-15?11:34??MvcApplication1\MvcApplication1\Content\zTreestyle\
............此處省略444個文件信息

評論

共有 條評論