摘要: public static int transfrom (String id){ Process process =null; //pro1等语句自定义自己要执行的语句用&&符号连接 按照先后顺序执行 /bin/sh -c 是不变的 String[] command1 = new String[]{ 阅读全文
posted @ 2017-08-15 17:04 大峰1992 阅读(453) 评论(0) 推荐(0) 编辑
摘要: //limit 最大限制 app.use("/record/:where/:id", bodyParser.raw({"limit":"50mb"}), function (req, res, next) { console.log("YES "); let where = req.params.w 阅读全文
posted @ 2017-08-15 17:01 大峰1992 阅读(448) 评论(0) 推荐(0) 编辑
摘要: var options = { host: '127.0.0.1', // 这个不用说了, 请求地址 port:80, path:"/getinfo/"+id, // 具体路径, 必须以'/'开头, 是相对于host而言的 method: 'GET', // 请求方式, 这里以post为例 head 阅读全文
posted @ 2017-08-15 16:59 大峰1992 阅读(173) 评论(0) 推荐(0) 编辑
摘要: function upload2(id){ console.log("开始上传"); var localpath = "文件路径"; var remotepath = "文件路径"; var localname = "local" +id+".webm"; var remotename = "rem 阅读全文
posted @ 2017-08-15 16:58 大峰1992 阅读(445) 评论(0) 推荐(0) 编辑