05 2018 档案

摘要:Nginx nginx -c /etc/nginx/nginx.conf 启动 Nginx -s stop 停止 killall -9 nginx netstat -ltunp 查看进程 nginx -s reload 重启 cp -r 路径 指定路径 scp -r -p22222 /本地 root 阅读全文
posted @ 2018-05-23 17:34 -小白白白 阅读(117) 评论(0) 推荐(0)
摘要:<script> /* # 按照宽高比例设定html字体, width=device-width initial-scale=1版 # @pargam win 窗口window对象 # @pargam option{ designWidth: 设计稿宽度,必须 designHeight: 设计稿高度 阅读全文
posted @ 2018-05-23 17:31 -小白白白 阅读(303) 评论(0) 推荐(0)
摘要:router.post('/keUpload', checkLogin, setAccessControlAllow, (req, res, next) => { const busboy = new Busboy({ headers: req.headers, }) const sendBuffe 阅读全文
posted @ 2018-05-17 21:58 -小白白白 阅读(1216) 评论(0) 推荐(0)