2020/6/21

wordpress操作数据库

一、sql语句处理,防止sql注入攻击。 $sql = $wpdb -> prepare("query",[%d,%d,%s]) …

  • wordpress
  • 2020/6/21
  • helei
  • 1,110
  • 2020/6/21

    html文字禁止被复制

    oncontextmenu='return false'    禁止右键 ondragstart='ret…

  • htmlJavaScript
  • 2020/6/21
  • helei
  • 918
  • 2020/6/19

    layui table checkbox样式显示不全

    页面头部添加标识<!DOCTYPE html> <!DOCTYPE html>的重要性? 1作用:声明文档的解析类…

  • html
  • 2020/6/19
  • helei
  • 824
  • 2020/6/19

    js 保存账号密码到cookie

    //设置cookie function setCookie(name, value, day) { var date …

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

    echarts曲线

    smooth:true,

  • echarts
  • 2020/6/18
  • helei
  • 957
  • 2020/6/18

    apache httpd-vhost配置详解

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

  • Apache
  • 2020/6/18
  • helei
  • 999
  • 2020/6/17

    html 元素滚动条

    https://github.com/KingSora/OverlayScrollbars 初始化        …

  • htmlJavaScript
  • 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…

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

    html background自适应不剪切

                    …

  • csshtml
  • 2020/6/16
  • helei
  • 620
  • 2020/6/16

    html button点击边框

    button:focus{outline:none;}

  • csshtml
  • 2020/6/16
  • helei
  • 661