資源簡介
1. 本例子采用Vs2012編譯(其它VS版本可以轉換后使用)
2. MVC + easyUI + sqlserver2005(及以上) + eCharts
3. 主要功能:新增、修改、刪除、分頁、表格多表頭、表格行內編輯、導出Excel文件、上傳圖片、權限設置、圖形報表展示
(權限設置只是為了練習easyUI tree的使用,具體項目具體分析)
4. 添加面板功能,添加遮罩層(添加用戶添加等待中...),優化代碼等...
(例子涉及兩張表(用戶表+權限表),datagrid分頁有兩種方式,請參考 UserInfoDAL.cs頁面方法: getPage2005和getPage2012 )
EasyUI 1.5中文版文檔下載地址:http://download.csdn.net/detail/jx_521/9647628
代碼片段和文件信息
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?easyUITest
{
????//?注意:?有關啟用?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);
????????????GlobalConfiguration.Configuration.Formatters.xmlFormatter.SupportedMediaTypes.Clear();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2172??2016-08-30?11:37??eUI\eUI\App_Start\BundleConfig.cs
?????文件????????276??2016-08-30?11:14??eUI\eUI\App_Start\FilterConfig.cs
?????文件????????601??2016-08-30?11:14??eUI\eUI\App_Start\RouteConfig.cs
?????文件????????488??2016-09-22?17:37??eUI\eUI\App_Start\WebApiConfig.cs
?????文件???????1024??2016-08-30?11:14??eUI\eUI\Content\Site.css
?????文件????????180??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件????????178??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件????????120??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件????????105??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件????????111??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件????????110??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件????????119??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件????????101??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件???????4369??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件???????4369??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件???????4369??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件???????4369??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件???????4369??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件??????31883??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件???????1063??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件????????280??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件???????1116??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件????????658??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件???????2487??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件???????1333??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件???????4106??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件???????1357??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件????????363??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件???????1154??2016-08-30?11:14??eUI\eUI\Content\themes\ba
?????文件????????311??2016-08-30?11:14??eUI\eUI\Content\themes\ba
............此處省略1854個文件信息
評論
共有 條評論