vue3+webman后台管理系统

感谢likeadmin作者,此项目基于likeadmin的thinkphp6版本修改而来 likeadmin文档地址:https://www.likeadmin.cn/ 后端git地址:https://gitee.com/MuZJun/gather-admin.git 前端git地址:https://gitee.com/MuZJun/gather-vue.git thinkphp6多应用请求接口/admin/auth...

旧城·离人·半城烟 发表与 2023-03-13 7679 浏览 13 评论
十进制转多进制函数

public static function from10_to58($num) { $to = 58; $dict="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; $dict=str_split($dict); $ret = ''; do { ...

旧城·离人·半城烟 发表与 2022-08-31 841 浏览 1 评论
封装谷歌验证码操作

<?php /** * Created by PhpStorm. * User: Administrator * Date: 2019/12/17 0017 * Time: 11:10 */ namespace app\service\controller; use think\Exception; /** * PHP Class for handling Google Authenticat...

旧城·离人·半城烟 发表与 2022-08-24 994 浏览 0 评论
自定义返回json处理

新建exception文件夹,新增文件Handle.php文件 <?php namespace App\service\exception; use Webman\Exception\ExceptionHandler; use Webman\Http\Request; use Webman\Http\Response; use Throwable; class Handler extends Except...

旧城·离人·半城烟 发表与 2022-08-23 1285 浏览 2 评论
phpoffice/phpspreadsheet导出

protected $is_export = false;//是否开启导出 protected $exportName = '';//导出excel名称 protected $exportField = '';//导出excel名称 public function create() { if(!$this->is_export) $this->error('未开启导出'); ...

旧城·离人·半城烟 发表与 2022-08-23 1599 浏览 3 评论

旧城·离人·半城烟

856
积分
0
获赞数
0
粉丝数
2019-12-04 加入
🔝