資源簡介
初學Angularjs,網上下載了一個demo,但是只有分頁,本人進行了在上面增加刪除,修改,編輯,功能.并且動態更新頁號頁碼,比較簡單易懂,采用最簡單的Mvc框架,大神繞路
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Http;
using?System.Web.Mvc;
using?System.Web.Routing;
namespace?AngularJs
{
????//?Note:?For?instructions?on?enabling?IIS6?or?IIS7?classic?mode?
????//?visit?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);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????921??2016-02-23?02:07??AngularJsDemo0222\AngularJs.sln
????..A..H.????116736??2016-02-23?02:07??AngularJsDemo0222\AngularJs.suo
????..A..H.?????94208??2016-02-23?10:16??AngularJsDemo0222\AngularJs.v11.suo
?????文件??????11109??2016-02-23?10:16??AngularJsDemo0222\AngularJsDemo\AngularJs.csproj
?????文件???????1250??2016-02-23?10:16??AngularJsDemo0222\AngularJsDemo\AngularJs.csproj.user
?????文件????????275??2016-02-23?02:08??AngularJsDemo0222\AngularJsDemo\App_Start\FilterConfig.cs
?????文件????????839??2016-02-23?02:29??AngularJsDemo0222\AngularJsDemo\App_Start\RouteConfig.cs
?????文件????????478??2016-02-23?02:08??AngularJsDemo0222\AngularJsDemo\App_Start\WebApiConfig.cs
?????文件??????17408??2016-02-23?10:16??AngularJsDemo0222\AngularJsDemo\bin\AngularJs.dll
?????文件??????42496??2016-02-23?10:16??AngularJsDemo0222\AngularJsDemo\bin\AngularJs.pdb
?????文件??????17408??2016-02-23?01:35??AngularJsDemo0222\AngularJsDemo\bin\AngularJsDemo.dll
?????文件???????3213??2015-06-28?09:28??AngularJsDemo0222\AngularJsDemo\bin\AngularJsDemo.dll.config
?????文件??????67072??2016-02-23?01:35??AngularJsDemo0222\AngularJsDemo\bin\AngularJsDemo.pdb
?????文件????5196496??2015-06-28?09:03??AngularJsDemo0222\AngularJsDemo\bin\Entityfr
?????文件?????621264??2015-06-28?09:03??AngularJsDemo0222\AngularJsDemo\bin\Entityfr
?????文件?????154866??2015-06-28?09:03??AngularJsDemo0222\AngularJsDemo\bin\Entityfr
?????文件????3652961??2015-06-28?09:03??AngularJsDemo0222\AngularJsDemo\bin\Entityfr
?????文件??????45416??2015-06-07?12:06??AngularJsDemo0222\AngularJsDemo\bin\Microsoft.Web.Infrastructure.dll
?????文件??????23640??2015-06-07?12:06??AngularJsDemo0222\AngularJsDemo\bin\Microsoft.Web.Mvc.FixedDisplayModes.dll
?????文件?????391680??2015-06-07?12:06??AngularJsDemo0222\AngularJsDemo\bin\Newtonsoft.Json.dll
?????文件?????440219??2015-06-07?12:06??AngularJsDemo0222\AngularJsDemo\bin\Newtonsoft.Json.xm
?????文件?????168520??2015-06-07?12:06??AngularJsDemo0222\AngularJsDemo\bin\System.Net.Http.Formatting.dll
?????文件?????137872??2015-06-07?12:06??AngularJsDemo0222\AngularJsDemo\bin\System.Net.Http.Formatting.xm
?????文件?????138432??2015-06-07?12:06??AngularJsDemo0222\AngularJsDemo\bin\System.Web.Helpers.dll
?????文件??????74208??2015-06-07?12:06??AngularJsDemo0222\AngularJsDemo\bin\System.Web.Helpers.xm
?????文件?????323240??2015-06-07?12:06??AngularJsDemo0222\AngularJsDemo\bin\System.Web.Http.dll
?????文件??????73384??2015-06-07?12:06??AngularJsDemo0222\AngularJsDemo\bin\System.Web.Http.WebHost.dll
?????文件??????10071??2015-06-07?12:06??AngularJsDemo0222\AngularJsDemo\bin\System.Web.Http.WebHost.xm
?????文件?????379561??2015-06-07?12:06??AngularJsDemo0222\AngularJsDemo\bin\System.Web.Http.xm
?????文件?????507048??2015-06-07?12:06??AngularJsDemo0222\AngularJsDemo\bin\System.Web.Mvc.dll
............此處省略987個文件信息
評論
共有 條評論