Site

所属分类:.net编程
开发工具:C#
文件大小:10405KB
下载次数:0
上传日期:2018-11-30 16:48:04
上 传 者蓝枫少年
说明:  采用MVC模式搭建的web框架,实现首页的导航页面及布局
(Web Framework Based on MVC Model to Realize Navigation Page and Layout of Home Page)

文件列表:
App_Start\AuthConfig.cs (1008, 2015-05-12)
App_Start\BundleConfig.cs (2175, 2015-05-12)
App_Start\FilterConfig.cs (277, 2015-05-12)
App_Start\RouteConfig.cs (602, 2015-05-12)
App_Start\WebApiConfig.cs (480, 2015-05-12)
bin\Antlr3.Runtime.dll (105528, 2015-04-13)
bin\C_Encryption.dll (6656, 2015-04-13)
bin\DotNetOpenAuth.AspNet.dll (39936, 2015-04-13)
bin\DotNetOpenAuth.Core.dll (219136, 2015-04-13)
bin\DotNetOpenAuth.OAuth.Consumer.dll (17920, 2015-04-13)
bin\DotNetOpenAuth.OAuth.dll (55808, 2015-04-13)
bin\DotNetOpenAuth.OpenId.dll (267776, 2015-04-13)
bin\DotNetOpenAuth.OpenId.RelyingParty.dll (88576, 2015-04-13)
bin\EntityFramework.dll (5185232, 2015-04-13)
bin\EntityFramework.SqlServer.dll (599760, 2015-04-13)
bin\Iesi.Collections.dll (32768, 2015-04-13)
bin\Iesi.Collections.xml (112494, 2015-04-13)
bin\log4net.dll (301056, 2015-04-13)
bin\log4net.xml (1517265, 2015-04-13)
bin\Microsoft.Practices.Unity.Configuration.dll (87736, 2015-04-13)
bin\Microsoft.Practices.Unity.dll (144056, 2015-04-13)
bin\Microsoft.Practices.Unity.xml (379805, 2015-04-13)
bin\Microsoft.Web.Infrastructure.dll (45416, 2012-03-08)
bin\Microsoft.Web.Infrastructure.xml (3993, 2012-05-31)
bin\Microsoft.Web.WebPages.OAuth.dll (29296, 2012-07-10)
bin\Microsoft.Web.WebPages.OAuth.xml (10204, 2012-05-31)
bin\Moq.dll (659968, 2015-04-13)
bin\Moq.xml (314572, 2015-04-13)
bin\MSD.WL.Site.dll (16384, 2015-05-18)
bin\MSD.WL.Site.pdb (30208, 2015-05-18)
bin\MySql.Data.dll (455168, 2015-04-13)
bin\Newtonsoft.Json.dll (374784, 2015-04-13)
bin\NHibernate.dll (3599360, 2015-04-13)
bin\NHibernate.xml (2363604, 2015-04-13)
bin\ProjectBase.Data.dll (32256, 2015-05-14)
bin\ProjectBase.Data.pdb (83456, 2015-05-14)
bin\ProjectBase.Utils.dll (18432, 2015-05-13)
bin\ProjectBase.Utils.pdb (54784, 2015-05-14)
bin\System.Net.Http.Formatting.dll (168544, 2012-07-10)
bin\System.Net.Http.Formatting.xml (132400, 2013-02-19)
... ...

# DataTables plug-in for jQuery DataTables is a table enhancing plug-in for the [jQuery](//jquery.com) Javascript library, adding sorting, paging and filtering abilities to plain HTML tables with minimal effort. The stated goal of DataTables is: > To enhance the accessibility of data in HTML tables. To meet this goal, DataTables is developed with two distinct groups of users in mind: * You the developers using DataTables. For developers DataTables provides a wide array of options for how data should be obtained, displayed and acted upon, along with an extensive API for accessing and manipulating the table. * End users. For those using the interface DataTables presents, actions to get the most from the information contained in tables, such as sorting and filtering, along with paging and scrolling of the data in table, are easy to use, intuitive and fast. ## Installation In most cases, to use DataTables all you need to do is include jQuery, the DataTables Javascript and DataTables CSS files in your HTML page. See the [DataTables manual](http://datatables.net/manual/installation#Including-Javascript-/-CSS) for details on how to do this using the latest version of DataTables. ## Usage In its simplest case, DataTables can be initialised with a single line of Javascript: ```js $('table').dataTable(); ``` where the jQuery selector is used to obtain a reference to the table you want to enhance with DataTables. Optional configuration parameters can be passed in to DataTables to have it perform certain actions by using a configuration object as the parameter passed in to the DataTables constructor. For example: ```js $('table').dataTable( { paginate: false, scrollY: 300 } ); ``` will disable paging and enable scrolling. A full list of the options available for DataTables are available in the [documentation](//datatables.net). ## Documentation Full documentation of the DataTables options, API and pug-in interface are available on the [DataTables web-site](//datatables.net). The site also contains information on the wide variety of plug-ins that are available for DataTables, which can be used to enhance and customise your table even further. ## Support Support for DataTables is available through the [DataTables forums](//datatables.net/forums) and [commercial support options](//datatables.net/support) are available. ## License DataTables is release under the [MIT license](//datatables.net/license). You are free to use, modify and distribute this software, as long as the copyright header is left intact (specifically the comment block which starts with `/*!`.

近期下载者

相关文件


收藏者