上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 133 下一页
摘要: https://packagist.org/packages/fcode/wxshare 阅读全文
posted @ 2019-01-14 09:38 盘思动 阅读(280) 评论(0) 推荐(0)
摘要: <pre> array(1) { [0] =&gt; string(0) &quot;&quot; }</pre> 阅读全文
posted @ 2019-01-10 17:28 盘思动 阅读(355) 评论(0) 推荐(0)
摘要: https://packagist.org/packages/houdunwang/qrcode 阅读全文
posted @ 2019-01-10 00:23 盘思动 阅读(348) 评论(0) 推荐(0)
摘要: $(document).on('click','#getcode',function(){ var tel = $('#tel').val(); var _this = $('#getcode'); var _this_html = _this.html(); const numreg = /^\d/; const reg = /^1[3|4|5|6|7... 阅读全文
posted @ 2019-01-05 16:42 盘思动 阅读(210) 评论(0) 推荐(0)
摘要: https://www.easywechat.com/docs/3.x/oauth 阅读全文
posted @ 2018-12-26 10:43 盘思动 阅读(267) 评论(0) 推荐(0)
摘要: $str = '150.2';$str_s = $str * 100;echo $str_s;echo "-------";echo (int)($str * 100);echo '****--';echo (int)($str_s);echo '****--'; echo (int)(string)($str_s);echo '****--'; echo (int)(15020);exit;1... 阅读全文
posted @ 2018-12-22 17:21 盘思动 阅读(233) 评论(0) 推荐(0)
摘要: 修改了php配置需要平滑启动php-fpm ps -aux | grep php-fpm 找到phpfpm 的master process的进程id kill -SIGUSR2 31158 实现平滑重启php-fpm ### 阅读全文
posted @ 2018-12-22 10:22 盘思动 阅读(1751) 评论(0) 推荐(0)
摘要: intval -- 获取变量的整数值 floatval -- 获取变量的浮点值 阅读全文
posted @ 2018-12-21 22:00 盘思动 阅读(274) 评论(0) 推荐(0)
摘要: private function miclog($t1,$t2,$name){ $lasttime = ($t2 - $t1).'ms'; $content = date('Y-m-d H:i:s',time()).' '.$lasttime.' '.$name; file_put_contents('/tmp/ssyv4/micr... 阅读全文
posted @ 2018-12-21 15:29 盘思动 阅读(208) 评论(0) 推荐(0)
摘要: //给出可配送日期周几序列,当天延迟2天是配送日期,如果没获取到自动延迟一天.获取到可配送日期;public function tt(){ $str = '1,3,4,5,6'; $str_arr = explode(',',$str); //$w = date('w',time()); $seven_days = [];... 阅读全文
posted @ 2018-12-21 13:47 盘思动 阅读(219) 评论(0) 推荐(0)
上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 133 下一页