linux安装pm2 npm install -g pm2 提示pm2命令未找到 ln -s /software/node/node-v10.7.0-linux-x64/lib/nodemodules/pm2/...
启动ftp命令 nginx systemctl restart vsftpd.service #设置开机启动 systemctl enable vsftpd.service # 重启 service vsftpd restart...
layui父级操作iframe内的对象 function show_layer(){ layer.open({ type: 2, area: [w+'px', h +'px'], fix: false, //不固定 maxmin: true...
koa静态服务器 const Koa = require('koa') const app = new Koa() const serve = require("koa-static"); const port=300...