09 2016 档案
摘要:1 <?php 2 function deleteDir($dir) 3 { 4 if (!$handle = @opendir($dir)) { 5 return false; 6 } 7 while (false !== ($file = readdir($handle))) { 8 ...
阅读全文
摘要:1 bodyApp.controller('customersCtrl', function ($scope, $http, cfpLoadingBar,$compile) { 2 $scope.test = function(){ 3 alert('test'); 4 } 5 6 // TODO 动态生成html中 ng-click无效 解决方法 $compile 是传进来的 7 v...
阅读全文
摘要:$("#id").DataTable({ "info": false, // 禁止显示信息 });
阅读全文
摘要:$("#id").DataTable({ "paging": false, // 禁止分页 });
阅读全文
摘要:1 $("#id").DataTable({ 2 "ordering": false, // 禁止排序 3 });
阅读全文

浙公网安备 33010602011771号