上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 效果预览: 代码如下: <style> #toggle-button{ display: none; } .button-label{ position: relative; display: inline-block; width: 80px; background-color: #ccc; bo 阅读全文
posted @ 2020-02-27 14:36 你的男孩 阅读(558) 评论(0) 推荐(0) 编辑
摘要: this is incompatible with sql_mode=only_full_group_by 先贴报错是这样的哦,sql 中使用到了 group by 然后这是mysql-5.7以上版本的默认配置 修改了环境中的mysql-ini也没用 laravel中呢就直接在config目录下的d 阅读全文
posted @ 2020-01-02 16:33 你的男孩 阅读(1533) 评论(0) 推荐(0) 编辑
摘要: private $appId = '你的APPID'; private $appSecret = '你的APPsecret'; /** * 获取签名信息 * @return array */ public function getSignPackage() { $jsapiTicket = $thi 阅读全文
posted @ 2019-12-16 16:58 你的男孩 阅读(1028) 评论(0) 推荐(0) 编辑
摘要: //php获取今日开始时间戳和结束时间戳 $today_start=mktime(0,0,0,date('m'),date('d'),date('Y')); $today_end=mktime(0,0,0,date('m'),date('d')+1,date('Y'))-1; //php获取昨日起始 阅读全文
posted @ 2019-12-10 16:55 你的男孩 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 一、前提条件 申请证书时需要选择 系统自动创建CSR。 申请证书时如果选择手动创建CSR,则不会生成证书文件。您需要选择其他服务器下载.crt证书文件后,使用openssl命令将.crt文件的证书转换成.pfx格式。 二、操作指南 1.登录阿里云SSL证书控制台。 2.在SSL证书页面,点击已签发标 阅读全文
posted @ 2019-11-29 19:04 你的男孩 阅读(614) 评论(0) 推荐(0) 编辑
摘要: 1,使用composer安装phpexcel包: composer require phpoffice/phpexcel 2,在控制器中创建方法: (1)使用PHPexcel扩展。代码如下 /** * 导出excel表格(默认格式) * * @param array $columName 第一行的列 阅读全文
posted @ 2019-11-29 10:37 你的男孩 阅读(1620) 评论(0) 推荐(0) 编辑
摘要: 1、隐藏微信网页右上角的按钮 document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() { // 通过下面这个API隐藏右上角按钮 WeixinJSBridge.call('hideOptionMenu'); 阅读全文
posted @ 2019-11-08 14:36 你的男孩 阅读(2499) 评论(0) 推荐(0) 编辑
摘要: 环境要求 PHP >= 7.0 PHP cURL 扩展 PHP OpenSSL 扩展 PHP SimpleXML 扩展 PHP fileinfo 拓展 使用composer安装: $ composer require overtrue/wechat:~4.0 -vvv 然后就开始使用咯: use E 阅读全文
posted @ 2019-11-06 14:56 你的男孩 阅读(4173) 评论(0) 推荐(0) 编辑
摘要: 首先下载一个phpqrcode的包放到/vendor目录下 链接:https://pan.baidu.com/s/18jV9DypYB_PHDhD6C0iedQ 提取码:qxuo 如果只是单纯生成二维码那么下面代码即可: vendor('phpqrcode.phpqrcode');//引入 $url 阅读全文
posted @ 2019-11-06 14:48 你的男孩 阅读(767) 评论(0) 推荐(0) 编辑
摘要: 微信开发的时,请求接口报错如下: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html 阅读全文
posted @ 2019-11-05 17:14 你的男孩 阅读(11190) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页