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

資源簡介

ASP.NET+Bootstrap 實現短信驗證的功能,有詳細注釋,推薦大家試試

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Data.Entity;
using?System.Data.Entity.Infrastructure;
using?System.Linq;
using?System.Web;
using?System.Web.Mvc;
using?System.Web.Routing;

namespace?短信demo
{
????//?注意:?有關啟用?IIS6?或?IIS7?經典模式的說明,
????//?請訪問?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}“?//?帶有參數的?URL
????????????????new?{?controller?=?“Home“?action?=?“Index“?id?=?UrlParameter.Optional?}?//?參數默認值
????????????);

????????}

????????protected?void?Application_Start()
????????{
????????????AreaRegistration.RegisterAllAreas();

????????????//?默認情況下對?Entity?framework?使用?LocalDB
????????????Database.DefaultConnectionFactory?=?new?SqlConnectionFactory(@“Data?Source=(localdb)\v11.0;?Integrated?Security=True;?MultipleActiveResultSets=True“);

????????????RegisterGlobalFilters(GlobalFilters.Filters);
????????????RegisterRoutes(RouteTable.Routes);
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-08-08?08:42??Bootstrap+MVC+短信驗證\
?????文件?????????920??2015-08-08?08:44??Bootstrap+MVC+短信驗證\Bootstrap+MVC+短信驗證.sln
?????文件???????47616??2015-08-11?18:43??Bootstrap+MVC+短信驗證\Bootstrap+MVC+短信驗證.v11.suo
?????目錄???????????0??2015-08-08?09:26??Bootstrap+MVC+短信驗證\packages\
?????目錄???????????0??2015-08-08?09:26??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\
?????目錄???????????0??2015-08-08?09:26??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\
?????目錄???????????0??2015-08-08?09:26??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\css\
?????文件???????21740??2014-10-29?12:11??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\css\bootstrap-theme.css
?????文件???????41933??2014-10-29?11:55??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\css\bootstrap-theme.css.map
?????文件???????19199??2014-10-29?12:11??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\css\bootstrap-theme.min.css
?????文件??????137590??2014-10-29?12:11??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\css\bootstrap.css
?????文件??????366866??2014-10-29?11:55??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\css\bootstrap.css.map
?????文件??????132616??2015-02-16?14:35??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\css\bootstrap.min.css
?????目錄???????????0??2015-08-08?09:26??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\fonts\
?????文件???????20335??2014-10-27?15:59??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\fonts\glyphicons-halflings-regular.eot
?????文件???????62926??2014-10-27?15:59??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\fonts\glyphicons-halflings-regular.svg
?????文件???????41280??2014-10-27?15:59??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\fonts\glyphicons-halflings-regular.ttf
?????文件???????23320??2014-10-27?15:59??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\fonts\glyphicons-halflings-regular.woff
?????目錄???????????0??2015-08-08?09:26??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\js\
?????文件????????2963??2015-01-18?20:29??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\js\bootstrap-popover.js
?????文件???????65813??2014-10-29?12:11??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\js\bootstrap.js
?????文件???????34653??2014-10-29?12:11??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\js\bootstrap.min.js
?????文件???????25748??2015-01-18?20:47??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\js\bootstrap.min2.js
?????文件??????147267??2015-01-18?20:46??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\js\bootstrap2.css
?????文件????????1622??2015-01-18?20:31??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\js\javascript.html
?????文件???????95931??2015-01-10?14:51??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\js\jquery-1.11.2.min.js
?????文件???????94843??2015-01-18?20:47??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\js\jquery-1.7.2.min.js
?????文件?????????484??2014-10-29?11:55??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\js\npm.js
?????文件?????????846??2015-01-18?20:32??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\js\prettify.css
?????文件???????13660??2015-01-18?20:32??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\js\prettify.js
?????文件??????114011??2015-01-17?17:18??Bootstrap+MVC+短信驗證\packages\bootstrap-3.3.0-dist\dist\原裝bootstrap.min.css
............此處省略375個文件信息

評論

共有 條評論