会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
盘思动
三思而后折腾!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
103
104
105
106
107
108
109
110
111
···
133
下一页
2019年2月19日
radio 控制器function用法
摘要: delivery_show(); $('.delivery_btn').on('click',function(){ delivery_show(); }); function delivery_show() { var delivery_type_val = $("input[n...
阅读全文
posted @ 2019-02-19 17:03 盘思动
阅读(365)
评论(0)
推荐(0)
2019年1月31日
php-fpm 重启 nginx单独配置 重启
摘要: nginx单独配置 重启 [root@ssy106c14c190c69 Api]# cd /usr/local/nginx/sbin/[root@ssy106c14c190c69 sbin]# lsnginx nginx.old[root@ssy106c14c190c69 sbin]# ./ngin
阅读全文
posted @ 2019-01-31 09:55 盘思动
阅读(765)
评论(0)
推荐(0)
2019年1月29日
获取当前时间戳和时间戳对应的日期
摘要: zb@zb-computer:~$ date +%s 1548723525 zb@zb-computer:~$ date -d @1548723525 2019年 01月 29日 星期二 08:58:45 CST
阅读全文
posted @ 2019-01-29 09:02 盘思动
阅读(1135)
评论(0)
推荐(0)
2019年1月28日
支付宝退款
摘要: 支付和退款都需要,这里的支付宝公钥(注意:不是应用公钥,支付宝公钥在应用公钥基础上生成的),和应用的私钥; 里面参数有几个用到支付回调里面的参数, 支付流水号,支付者信息,支付登录者信息;
阅读全文
posted @ 2019-01-28 18:01 盘思动
阅读(1042)
评论(0)
推荐(0)
2019年1月18日
微信小程序退款 处理类
摘要: openid = $openid; // $this->outTradeNo = $outTradeNo; // $this->totalFee = $totalFee; // $this->outRefundNo = $outRefundNo; // $this->refundFee = $refundFee; // } ...
阅读全文
posted @ 2019-01-18 21:15 盘思动
阅读(1309)
评论(0)
推荐(0)
2019年1月14日
微信授权,openid 分享
摘要: https://packagist.org/packages/fcode/wxshare
阅读全文
posted @ 2019-01-14 09:38 盘思动
阅读(271)
评论(0)
推荐(0)
2019年1月10日
分割空的字符串,可以分割出有内容的数组来
摘要: <pre> array(1) { [0] => string(0) "" }</pre>
阅读全文
posted @ 2019-01-10 17:28 盘思动
阅读(352)
评论(0)
推荐(0)
链接生成二维码图片
摘要: https://packagist.org/packages/houdunwang/qrcode
阅读全文
posted @ 2019-01-10 00:23 盘思动
阅读(343)
评论(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 盘思动
阅读(207)
评论(0)
推荐(0)
2018年12月26日
composer抓取微信授权
摘要: https://www.easywechat.com/docs/3.x/oauth
阅读全文
posted @ 2018-12-26 10:43 盘思动
阅读(264)
评论(0)
推荐(0)
上一页
1
···
103
104
105
106
107
108
109
110
111
···
133
下一页
公告