資源簡介
最近一直在研究短信驗證,通過各種途徑不斷學習,最后終于成功了。所以做了一個Demo,給后來的學習者作為參考。收取2個積分只是為了大家能珍惜資源,尊重別人的勞動成果,并不是為了其他的什么利益。有什么不明白的問題卡哇伊私聊我,我一定盡綿薄之力。大家都是學習者,歡迎溝通交流。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Http;
using?System.Web.Mvc;
using?System.Web.Optimization;
using?System.Web.Routing;
namespace?SMSDemo
{
????//?注意:?有關啟用?IIS6?或?IIS7?經典模式的說明,
????//?請訪問?http://go.microsoft.com/?linkId=9394801
????public?class?MvcApplication?:?System.Web.HttpApplication
????{
????????protected?void?Application_Start()
????????{
????????????AreaRegistration.RegisterAllAreas();
????????????WebApiConfig.Register(GlobalConfiguration.Configuration);
????????????FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
????????????RouteConfig.RegisterRoutes(RouteTable.Routes);
????????????BundleConfig.RegisterBundles(BundleTable.Bundles);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????990??2016-09-14?09:17??ASP.NET?MVC+Bootstrap?實現短信驗證\ASP.NET?MVC+Bootstrap?實現短信驗證.sln
????..A..H.?????29696??2016-09-14?19:17??ASP.NET?MVC+Bootstrap?實現短信驗證\ASP.NET?MVC+Bootstrap?實現短信驗證.v12.suo
?????文件????????209??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件????????209??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件????1416507??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件????1118296??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件????1142742??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件??????71256??2016-09-14?09:17??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件?????478229??2016-09-14?09:17??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件????1116760??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件????1138045??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件??????71256??2016-09-14?09:17??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件?????478229??2016-09-14?09:17??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件????????969??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件?????134744??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件??????15960??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件??????24418??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件??????24428??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件??????30378??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件??????10275??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件??????10424??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件?????130136??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件????????500??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件????????752??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件?????143618??2016-09-14?09:17??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件??????71256??2016-09-14?09:17??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件?????478229??2016-09-14?09:17??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件??????71256??2016-09-14?09:17??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件?????478229??2016-09-14?09:17??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\Entityfr
?????文件?????270087??2016-09-14?09:16??ASP.NET?MVC+Bootstrap?實現短信驗證\packages\jQuery.1.8.2\Content\sc
............此處省略476個文件信息
評論
共有 條評論