09 2019 档案

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