2020/6/19

js 保存账号密码到cookie

//设置cookie function setCookie(name, value, day) { var date = new Date(); date.setDate(date.getDate() + day); document.cookie = …

  • JavaScript
  • 2020/6/19
  • helei
  • 935
  • 2020/6/18

    echarts曲线

    smooth:true,

  • echarts
  • 2020/6/18
  • helei
  • 958
  • 2020/6/18

    apache httpd-vhost配置详解

    http://www.80note.com/2019/01/451.html

  • Apache
  • 2020/6/18
  • helei
  • 1,000
  • 2020/6/17

    html 元素滚动条

    https://github.com/KingSora/OverlayScrollbars 初始化                 var instance = OverlayScrollbars(do…

  • html JavaScript
  • 2020/6/17
  • helei
  • 1,002
  • 2020/6/16

    chrome input自动填充密码背景颜色/chrome input自动填充密码背景图片被覆盖/解决方案

    使用display:flex <div style="width:90%;height:35px;display:flex;flex-direction:row;margin-top:40px;"> <div style="height:100%;width:auto;background:rgba(255,255,25…

  • html
  • 2020/6/16
  • helei
  • 643
  • 2020/6/16

    html background自适应不剪切

                    background-image:url(/static/img/background.jpg); background-repeat:no-repeat; background-size:10…

  • css html
  • 2020/6/16
  • helei
  • 621
  • 2020/6/16

    html button点击边框

    button:focus{outline:none;}

  • css html
  • 2020/6/16
  • helei
  • 662