• 大小: 6.63M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-30
  • 语言: JavaScript
  • 标签:

资源简介


代码片段和文件信息


/*
 * DataTables example server-side processing script.
 *
 * Please note that this script is intentionally extremely simply to show how
 * server-side processing can be implemented and probably shouldn‘t be used as
 * the basis for a large complex system. It is suitable for simple use cases as
 * for learning.
 *
 * See http://datatables.net/usage/server-side for full details on the server-
 * side processing requirements of DataTables.
 *
 * @license MIT - http://datatables.net/license_mit
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Easy set variables
 */

// DB table to use
$table = ‘massive‘;

// Table‘s primary key
$primaryKey = ‘id‘;

// Array of database columns which should be read and sent back to DataTables.
// The ‘db‘ parameter

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-05-09 04:02  AdminLTE-2.1.1\
     文件          90  2015-05-09 04:02  AdminLTE-2.1.1\.gitignore
     文件        4817  2015-05-09 04:02  AdminLTE-2.1.1\Gruntfile.js
     文件        1085  2015-05-09 04:02  AdminLTE-2.1.1\LICENSE
     文件        6531  2015-05-09 04:02  AdminLTE-2.1.1\README.md
     目录           0  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\
     目录           0  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\css\
     文件      141622  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\css\bootstrap.css
     文件      380986  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\css\bootstrap.css.map
     文件      117305  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\css\bootstrap.min.css
     目录           0  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\fonts\
     文件       20127  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\fonts\glyphicons-halflings-regular.eot
     文件      108738  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\fonts\glyphicons-halflings-regular.svg
     文件       45404  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\fonts\glyphicons-halflings-regular.ttf
     文件       23424  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\fonts\glyphicons-halflings-regular.woff
     文件       18028  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\fonts\glyphicons-halflings-regular.woff2
     目录           0  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\js\
     文件       67546  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\js\bootstrap.js
     文件       35951  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\js\bootstrap.min.js
     文件         484  2015-05-09 04:02  AdminLTE-2.1.1\bootstrap\js\npm.js
     文件         621  2015-05-09 04:02  AdminLTE-2.1.1\bower.json
     目录           0  2015-05-09 04:02  AdminLTE-2.1.1\build\
     目录           0  2015-05-09 04:02  AdminLTE-2.1.1\build\bootstrap-less\
     文件        1102  2015-05-09 04:02  AdminLTE-2.1.1\build\bootstrap-less\mixins.less
     目录           0  2015-05-09 04:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\
     文件         257  2015-05-09 04:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\alerts.less
     文件         139  2015-05-09 04:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\background-variant.less
     文件         468  2015-05-09 04:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\border-radius.less
     文件        1080  2015-05-09 04:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\buttons.less
     文件         120  2015-05-09 04:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\center-block.less
     文件         605  2015-05-09 04:02  AdminLTE-2.1.1\build\bootstrap-less\mixins\clearfix.less
............此处省略1022个文件信息

评论

共有 条评论

相关资源