Blogger Information
鱼的熊掌
Blog
51
fans
0
comment
1
visits
64963
integral:0
P beans:102
  • List of blog posts
  • PHPExcel导出设置单元格格式

    $PHPExcel = new \PHPExcel(); $PHPExcel->getActiveSheet()->getStyle('A1')->getNumberFormat()->setFormatCode('@'); //将A1...

    2022-06-10 10:36 Read 1911 comment 0
  • Layui图片预览

        html             &nbs...

    2022-06-07 17:15 Read 1124 comment 0
  • Layui关闭父级弹窗

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

    2022-06-07 13:35 Read 1140 comment 0
  • 使用PS软件将图片背景变成透明

        1、准备一张png格式的图片,如果不是png格式的图片可用windows自带工具 画图 改变图片的类型        在开...

    2022-06-06 17:15 Read 3457 comment 0
  • Mysql触发器

        1、删除 在base_student表设置触发器,删除学生时触发删除wx_student的数据         ...

    2022-06-06 17:01 Read 595 comment 0
  • GIT生成ssh秘钥windows

        1、在Git Bash Here 打开命令窗口        ssh-keygen -t&n...

    2022-05-31 10:01 Read 878 comment 0
  • GIT生成ssh秘钥linux

        1、生成秘钥        ssh-keygen -C '邮箱' -t rs...

    2022-05-31 09:55 Read 1369 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
  • GIT命令大全

         设置用户信息    git config --global user.name "你的名称"   g...

    2022-08-17 11:05 Read 737 comment 0
  • VSCode配置PHP函数跳转

        1、安装插件 PHP Intelephense           &n...

    2022-05-25 17:23 Read 4079 comment 0
  • fastadmin 查询 selectpage 数据

            // 查询类型为2的数据         $list=$this...

    2022-05-24 15:04 Read 3598 comment 0
  • JS原生输入框变化监听事件

             &nb...

    2022-05-12 13:51 Read 1174 comment 0
  • fastadmin cas登录404错误

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

    2022-05-12 09:32 Read 1117 comment 0
  • GIT远程仓库强制覆盖本地仓库代码

        1、拉取所有更新到本地         git fetch --all   &nb...

    2022-05-11 16:34 Read 3402 comment 0
  • GIT切换远程仓库地址

        1、删除远程仓库连接 git remote rm origin     2、git remote ad...

    2022-05-11 16:31 Read 823 comment 0