Blogger Information
鱼的熊掌
Blog
51
fans
0
comment
1
visits
64965
integral:0
P beans:102
  • List of blog posts
  • Vue 页面加载完成显示页面

    v-clock [v-cloak]{ display: none; } var app =new Vue({ el:'#app' ...

    2022-08-03 16:25 Read 1271 comment 0
  • Fastadmin在弹窗层上传文件

    在add.hml导入excel //在弹窗的页面js引用上传组件template: function () { Table.api.init({ extend: { ...

    2022-09-05 15:40 Read 1236 comment 0
  • PHP导入Excel

       # 注:Excel首行标题名称要和 $FIELD 的title字段一致。表字段名要和$FIELD 的field一致。      &nb...

    2022-05-10 09:23 Read 1227 comment 0
  • JS原生输入框变化监听事件

             &nb...

    2022-05-12 13:51 Read 1174 comment 0
  • Layui关闭父级弹窗

        parent.layer.closeAll(); //关闭父级弹窗          window.parent...

    2022-06-07 13:35 Read 1140 comment 0
  • Layui图片预览

        html             &nbs...

    2022-06-07 17:15 Read 1124 comment 0
  • fastadmin cas登录404错误

        public目录下 增加 nginx.htaccess 文件     文件内容     &n...

    2022-05-12 09:32 Read 1117 comment 0
  • PHPExcel增加工作表

    $PHPExcel = new \PHPExcel(); // 添加工作表 $objWorkSheet = $PHPExcel->createSheet(); // 设置工作表下标 $PHPExcel->setActi...

    2022-08-08 18:01 Read 1116 comment 0
  • 网页生成水印

                     &nbs...

    2022-05-10 11:13 Read 1086 comment 0
  • PHP 保存base64位图片

    /** * @description: 保存base64位图片 * @param {*} $base64Img 64位图片 * @param {*} $name 文件名称 * @return {*} *...

    2022-11-22 17:47 Read 1069 comment 0
  • Mysql导出表结构注释

    SELECT COLUMN_NAME 列名, DATA_TYPE 字段类型, COLUMN_COMMENT 备注, COLUMN_TYPE 数据类型, IS_NULLABLE 是否为空, COLUMN_DEFAULT 默认值FROM informat...

    2022-07-25 11:48 Read 1041 comment 0
  • PhpSpreadsheet导出Excel

    namespace eq; use PhpOffice\PhpSpreadsheet\Spreadsheet; class Excel{ /** * @description: 使用例子 * @return {*} *...

    2022-12-15 11:59 Read 1023 comment 0
  • VSCode配置GIT

    1.安装git,并配置windows全局变量2.vscode安装插件 Gitlens、Git history、Git graph3.settings.json 设置 git的路径 “git.path”:”D:/Git/mingw32/bin/git....

    2022-05-30 12:08 Read 1023 comment 0
  • PHP ZipArchive 打包文件进行下载

    header(‘Content-Type:text/html; charset= utf-8’); $zipname='压缩文件名称'; $zip = new ZipArchive; //压缩文件名 中文转gbk $file...

    2022-06-16 14:46 Read 985 comment 0
  • Windows 宝塔 ThinkPHP3.23执行cli任务

    1、在网站根目录创建cli.php文件

    2022-12-12 14:03 Read 953 comment 0