240 发简信
IP属地:海南
  • Resize,w 360,h 240
  • pdf展示

    tp5 file_get_contents("路径/pdf") 转成base64 。 拼接新字符串,返回前端,直接打开新窗口,_blank形式 ...

  • tp5

    return Db::table($this->table)->insert($data) ? true : false;

  • 中标后生成订单

    /** * 中标后生成订单 * 准备废弃 */ public function create_order() { if (!$quotation...

  • composer

    useradd -g (root对应的组) hool passdw hool 设置密码 su hool (使用hool 登录) 更改源 comp...

  • 添加字段

    alter table task_detail add technologist_list json not Null comment '工艺人...

  • PHP 三表联查

    $list_info = Db::table('first_second_map') ->field('map.*,supplier.compa...

  • js 时间转时间戳

    //时间转时间戳 timeToUnix(string){ varf=string.split('',2); vard=(f[0]?f[0]:''...

  • linux 双mysql

    复制后 将mysqlcopy目录归权给mysql chown chgrp