資源簡(jiǎn)介
1. 本例子采用Vs2012編譯(其它VS版本可以轉(zhuǎn)換后使用)
2. MVC + easyUI + sqlserver2005(及以上) + eCharts
3. 主要功能:新增、修改、刪除、分頁(yè)、表格多表頭、表格行內(nèi)編輯、導(dǎo)出Excel文件、上傳圖片、權(quán)限設(shè)置、圖形報(bào)表展示
(權(quán)限設(shè)置只是為了練習(xí)easyUI tree的使用,具體項(xiàng)目具體分析)
4. 添加面板功能,優(yōu)化代碼等...
(例子涉及兩張表(用戶(hù)表+權(quán)限表),datagrid分頁(yè)有兩種方式,請(qǐng)參考 UserInfoDAL.cs頁(yè)面方法: 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
{
????//?注意:?有關(guān)啟用?IIS6?或?IIS7?經(jīng)典模式的說(shuō)明,
????//?請(qǐng)?jiān)L問(wèn)?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();
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件???????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
?????文件???????3131??2016-09-05?15:00??eUI\eUI\common\BasicAPI.cs
?????文件??????14764??2016-09-05?15:00??eUI\eUI\common\DynamicJson.cs
?????文件???????4993??2016-09-06?14:15??eUI\eUI\common\Helper.cs
?????文件???????4938??2016-09-23?18:22??eUI\eUI\common\TokenHelper.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
............此處省略1871個(gè)文件信息
評(píng)論
共有 條評(píng)論