09 2019 档案
摘要:连接: finalsell 守护进程(Koa): ps -aux|grep npm 查进程号 kill 进程号 ps -aux|grep 进程号 查进程是否在运行 nohup npm start & 启动&守护进程 当前目录查询某个文件: find . -name "filename*"
阅读全文
摘要:created: function () { this.$axios.post('/jsonData').then( function (res) { this.cares = res.data; console.log(this.cares) }) 以上报错‘undefined’ 经过查询得知,.
阅读全文

浙公网安备 33010602011771号