01 2019 档案
摘要:放到 ***thinkphp\library\think\paginator\driver\Ajaxbootstrap.php 分页的type参数为ajaxbootstrap <?php// + // | ThinkPHP [ WE CAN DO IT JUST THINK ]// + // | C
阅读全文
摘要:<span v-html='lists.html'></span>
阅读全文
摘要:caseData = { lists:[] }; vm = new Vue({ el: '.hs-mt', data: caseData }); function getlist(pid,id){ $.ajax({ url: 'xxxxxxxxxxxxxx', type: 'post', dataT
阅读全文
摘要:alter user user() identified by '123456'
阅读全文
摘要:function numToWord($num) { $chiNum = array('零', '一', '二', '三', '四', '五', '六', '七', '八', '九'); $chiUni = array('','十', '百', '千', '万','十', '百', '千', '亿
阅读全文
摘要:$a=[1,2,3,4,5]; $b=[a,b,c,d,e]; 结果 [[1,a],[2,b],[3,c],[4,d],[5,3]] return array_map(function($v1,$v2,$v3,$key) use($id,$content,$type){ return ['type'
阅读全文