可不可以

    文件上传

    常用、
    允许AJAX跨域访问: header("Access-Control-Allow-Origin: *");

    订单号生成: date('Ymd').substr(implode(NULL,array_map('ord',str_split( substr(uniqid(), 7, 13) , 1))), 0, 8);

    CDN script src="https://cdn.bootcss.com/jquery/1.9.1/jquery.js"

    Js跳转 window.open("https://www.baidu.com");

    Js原地刷新 location.reload();

    TP

    {$user['time']|date="Y-m-d H:i:s",###} //时间戳转

    {$x|default=""} //视图判断为空

    {if condition="$v==0"} //判断显示内容

    {switch name="v.order_state"} {case value="10"} xxx {/case} {/switch} //各种状态

    模型

    添加: $a = $model->add($data) //数组

    更新: $a = $model->sava($更新,$条件) //数组

    git

    git clone xxxx //克隆仓库

    git push //提交代码

    git pull //同步代码

    宝塔

    yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh //宝塔面板安装

    /etc/init.d/bt default //查看面板密码