2020/7/15

apache安装ssl证书

操作步骤 解压已下载保存到本地的Apache证书文件。 解压后的文件夹中有3个文件:证书文件 证书文件:以.crt为后缀或文件类型。 证书链文件:以.crt为后缀或文件类型。 密钥文件:以.key为后缀或文件类型。 在Apache…

  • Apache
  • 2020/7/15
  • helei
  • 1,014
  • 2020/7/15

    微信小程序 echarts动态赋值

    var option  = {       title: {                },    &nb…

  • echarts 微信小程序
  • 2020/7/15
  • helei
  • 1,264
  • 2020/7/13

    thinkphp全局变量

    在common.php中 define("wx_appid","123456"); 在其他文件直接 wx_appid就可以使用

  • thinkphp
  • 2020/7/13
  • helei
  • 1,023
  • 2020/7/10

    input file更改样式思路

    设置input display:none 通过click事件调用input选择文件事件 <input type="file" id="upfile" name="file" placeholder="" style="di…

  • html JavaScript
  • 2020/7/10
  • helei
  • 727
  • 2020/7/9

    phpexcel导入时间出错

    $end = trim($currentSheet->getCell('L'.$row)->getValue()); if(strpos($end,'-') == False){ //其他情况也可以做出判断 $end = gmdate('Y-m-d H:i:s',\PHPEx…

  • php
  • 2020/7/9
  • helei
  • 697
  • 2020/7/9

    tp5页面判断

    // 判断当 $data 为空时   {if condition="$data eq '' "}       无收藏 {else/}  有收藏内容 {/if}

  • thinkphp
  • 2020/7/9
  • helei
  • 998
  • 2020/7/9

    div 放大缩小

    transform scale(x) x>1 放大  x<1 缩小

  • css html
  • 2020/7/9
  • helei
  • 1,002