php 将数据写入 csv表格
php 将数据写入 csv表格 csv只能进行简单的数据显示插入,如果想操作对表格效果更改,使用phpoffice/phpspreadsheet库进行操作
laravel 配置 nginx 伪静态
laravel 配置 nginx 伪静态
nginx 配置 websocket
nginx 配置 websocket
宝塔删除php禁用函数
打开删除禁用函数界面,按F12,然后在console输入,即可自动删除
composer常用指令
只是常用指令,更多去https://docs.phpcomposer.com/03-cli.html查看 指令 作用 composer require xx/xx 安装某个包 composer ins…
兼容ie
兼容ie
uni.request 封装
params的参数 说明 type 请求类型 get post put delete,等 noToast 是否不显示 uni.showToast 弹窗 setUpUrl 是否使用第三方地址 token…
laravel jwt 验证token
除了使用中间件,还可以这样 use Illuminate\Support\Facades\Auth; //token $token = "xxxx"; //验证 Auth::guard('api')-…