随笔分类 -  HTML/css/js/nodejs/apicloud

摘要:{{aaa}} {{bbb}} click {{list}} {{ccc}}---{{li}} <?php $aaa["rrr"] = "aa9999999999999999999999999999999999999999999999999999999999999998a"; $aaa["ddd"] = "bbb"; echo json... 阅读全文
posted @ 2017-02-19 21:26 Ali.Blacken
摘要: 阅读全文
posted @ 2017-01-22 22:09 Ali.Blacken
摘要:json_decode('{"status":0}',1); 阅读全文
posted @ 2017-01-20 13:34 Ali.Blacken
摘要:+ aaaaaaaaaaaaa 阅读全文
posted @ 2017-01-19 16:08 Ali.Blacken
摘要:checkArea($areaNum)){ return false; } } if(isset($dateNum)){ if(!$this ->checkDate($dateNum)){ return false; } ... 阅读全文
posted @ 2016-12-13 13:52 Ali.Blacken
摘要:在PHP 设置头 阅读全文
posted @ 2016-10-29 22:46 Ali.Blacken
摘要:database.php 'debug' => false, application/config.php 'log' => [ // 日志记录方式,支持 file socket 'type' => 'File', // 日志保存目录 'path' => LOG_PAT... 阅读全文
posted @ 2016-10-26 18:05 Ali.Blacken
摘要:360 先下载360加固助手http://jiagu.360.cn(),登录,上传证书(在APICLOUD证书->更新->下载),上传APP,dev.360.cn后台上传已加固的.. 应用宝 下载腾讯乐固,登录,上传证书,加固签名 登录http://op.open.qq.com/上传已签名的,提交审 阅读全文
posted @ 2016-10-11 14:12 Ali.Blacken
摘要:1,在plugins下新建文件夹 multiimg 2,创建文件plugin.js 3,创建一个g.ico 放在multiimg目录下 4,创建dialogs文件夹,创建文件multiimg 5,做那个上传页面, config.extraPlugins += 'multiimg'; 自定义按钮 co 阅读全文
posted @ 2016-10-07 02:20 Ali.Blacken
摘要:fasfa --> 优势 25年发展历程 ... 阅读全文
posted @ 2016-09-19 23:36 Ali.Blacken
摘要:push() ->setPlatform(array('ios', 'android')) //->addAlias('alias1') //->addTag(array('tag1', 'tag2')) ->setNotificationAlert('Hi, JPush') ... 阅读全文
posted @ 2016-09-07 17:26 Ali.Blacken
摘要:function formatDate(date,format){ var paddNum = function(num){ num += ""; return num.replace(/^(\d)$/,"0$1"); } //指定格式字符 var cfg = { ... 阅读全文
posted @ 2016-09-07 11:30 Ali.Blacken
摘要:$('#contenttab').find('a').on('opened.tabs.amui', function(e) { if(e.target.pathname.indexOf("[data-tab-panel-1]")>0){ nowindex = 1 ; }else if(e.target.pathn... 阅读全文
posted @ 2016-09-06 16:46 Ali.Blacken
摘要:1 $(document).on("click",".detail",function () {}); 阅读全文
posted @ 2016-09-05 15:10 Ali.Blacken
摘要:/** * 给当前的URL添加/更新新的参数 * @param a 参数 * @param b 值 * @returns {string} 新的参数 * @constructor */ function GetUrlParms(a,b) { var args=new Object(); va... 阅读全文
posted @ 2016-09-05 10:51 Ali.Blacken
摘要:dialog 下面 建立一个 插件.js 阅读全文
posted @ 2016-09-02 17:15 Ali.Blacken
摘要:CKEditor Sample 获取1 获取1 阅读全文
posted @ 2016-09-02 16:09 Ali.Blacken
摘要:listFiles($bucket, $prefix, $marker, $limit); if ($err !== null) { } else { foreach ($iterms as $obj) { $sub = substr($obj["key"], strlen($prefix)); //文件夹标记(可创建文件夹的) if($s... 阅读全文
posted @ 2016-08-31 18:03 Ali.Blacken