2020/8/17

ul li修改默认图标/ul li自定义图标

height:40px; list-style-image: none; background:url( "images/wjx.png"&nbs…

  • css
  • 2020/8/17
  • helei
  • 975
  • 2020/8/14

    国内无法访问google/国内访问google

    http://googlehelper.net/ Ghelper2.2.1.all.zip

  • 生活
  • 2020/8/14
  • helei
  • 698
  • 2020/8/13

    python pdf转图片

    import fitz rotate = int(0) zoom_x = 4.0#定义图片的大小比例 zoom_y&…

  • pdfpython生活
  • 2020/8/13
  • helei
  • 635
  • 2020/8/13

    php获取一个月有多少天

    $dayNum = date("t",strtotime(date("y-m-d")));

  • php
  • 2020/8/13
  • helei
  • 618
  • 2020/8/10

    fastadmin引入layui

    Fastadmin 如何引入 layui 模块 FastAdmin,PHP,Fastadmin引入layui模,fastadmin使用layui。 FastAdmi…

  • fastadmin
  • 2020/8/10
  • helei
  • 753
  • 2020/8/10

    linux发送文件

    yum -y install mailx echo 正文内容 | mail -s 测试内容 XXXX@163.com

  • linux
  • 2020/8/10
  • helei
  • 636
  • 2020/8/10

    linux搭建邮件服务器

    linux搭建邮件服务器 一、概述:   在配置邮件服务器之前,先解释几个概念。   通常使用Email都…

  • linux
  • 2020/8/10
  • helei
  • 640
  • 2020/8/10

    git提交操作

    git add README.md git commit -m "first commit" git&nb…

  • github
  • 2020/8/10
  • helei
  • 696
  • 2020/8/9

    fatal: unable to access ‘https://gitee.com/hl1064974123/MyUniShop.git/’: error setting certificate verify locations: CAfile: D:\installation\Git\mingw64\ssl\certs\ca-bundle.crt CApath: none

    查看所述目录文件是否存在,不存在重新安装git或者 git config --system http.sslverify false

  • github
  • 2020/8/9
  • helei
  • 612
  • 2020/8/8

    display flex自动换行

    flex-wrap: wrap;

  • css
  • 2020/8/8
  • helei
  • 700