摘要:
https://www.charlesproxy.com/ 阅读全文
摘要:
https://github.com/lanceWan/wxxcx 测试的时候一定要保证服务器的 appid 和客户端的appid一致 如果是切换测试 那么需要把本地的项目从微信小程序上面删除掉 再重新载入该微信小程序项目并且手动写入appid 切记。 阅读全文
摘要:
重启 svn shell脚本 阅读全文
摘要:
1 把文件夹加载进来 2 在 app.php里面注册 serviceprovider 3 在 app/filesystems.php 里面 加入相关的配置 把 cloud的值 改成对应的扩展 4 在.env文件里面完善相关的配置参数 5 执行 composer update 阅读全文
摘要:
1 下载composer.phar 2 设置全局调用 3 测试查看安装情况 阅读全文
摘要:
1 php 启动命令 2 启动nginx 3 停止nginx 4 重启nginx 阅读全文
摘要:
申请地址 https://common-buy.aliyun.com/?spm=a2c4e.11153940.blogcont65199.22.30f968210RsUSx&commodityCode=cas#/buy 申请步骤 1 选择 品牌 Symantet -> 证书类型 增强型 -> 免费型 阅读全文
摘要:
$host = $_SERVER['HTTP_HOST']; $save_code_file = './qrcodes/qrcode.png'; QrCode::format('png')->size(200)->backgroundColor(223,213,211)->generate($host,public_path($save_code_... 阅读全文
摘要:
$this->model->where('id',$id)->value('user'); 阅读全文
摘要:
$this->model ->select($field) ->leftJoin('b', 'b.cid', '=', 'a.id') ->orderBy("a.addtime", "DESC") ->take($num) ->get()->toArray(); 阅读全文