转载于https://www.jianshu.com/p/1d62a193c320[https://www.jianshu.com/p/1d62a193c320]
![240](https://cdn2.jianshu.io/assets/default_avatar/12-aeeea4bedf10f2a12c0d50d626951489.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:辽宁
转载于https://www.jianshu.com/p/1d62a193c320[https://www.jianshu.com/p/1d62a193c320]
安装jwt的命令 composer require lcobucci/jwt 3.3 在extend/tools/jwt创建Token.php <?php namespace...
首先开启redis及其配置 php 代码 public function requestAccess($uid,$time=1,$limit=3){ //获取访问用户的I...
一.thinkphp 数据库迁移 1.创建迁移文件 php think migrate:create Users 2.编辑文件 public function change(...
一 、命令安装 composer require dh2y/think-qrcode 二、配置文件 位置:vendor\dh2y\think-qrcode\src\QRcod...
微信小程序 计算两地之间的距离(经纬度计算) /** * @creator 新猿意码 * @data 2019/01/17 * @desc 由经纬度计算两点之间的距离,la为...
wxml: <viewclass="item"> <viewclass='{{item.style}}'bindtap="click"data-index="{{index}...