会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
盘思动
三思而后折腾!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
104
105
106
107
108
109
110
111
112
···
133
下一页
2019年1月14日
微信授权,openid 分享
摘要: https://packagist.org/packages/fcode/wxshare
阅读全文
posted @ 2019-01-14 09:38 盘思动
阅读(280)
评论(0)
推荐(0)
2019年1月10日
分割空的字符串,可以分割出有内容的数组来
摘要: <pre> array(1) { [0] => string(0) "" }</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)
2019年1月5日
手机发送验证码
摘要: $(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)
2018年12月26日
composer抓取微信授权
摘要: https://www.easywechat.com/docs/3.x/oauth
阅读全文
posted @ 2018-12-26 10:43 盘思动
阅读(267)
评论(0)
推荐(0)
2018年12月22日
字符串类型整形转化
摘要: $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
摘要: 修改了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)
2018年12月21日
intval floatval
摘要: intval -- 获取变量的整数值 floatval -- 获取变量的浮点值
阅读全文
posted @ 2018-12-21 22:00 盘思动
阅读(274)
评论(0)
推荐(0)
PHP_EOL 写入字符串换行 , php获取毫秒 microtime
摘要: 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
下一页
公告