摘要: https://medium.freecodecamp.org/node-js-child-processes-everything-you-need-to-know-e69498fe970a 阅读全文
posted @ 2017-09-13 19:25 FigureSkating 阅读(110) 评论(0) 推荐(0) 编辑
摘要: /** * This is a JavaScript sample. */ var matches = require('./matches'); module.exports = { /** * Applies all regular expression to the code and stor 阅读全文
posted @ 2017-09-13 17:17 FigureSkating 阅读(139) 评论(0) 推荐(0) 编辑
摘要: node first.js & node second.js 执行结果: 第一次: first.js second.js 第二次: second.js first.js 第三次: first.js second.js 第N次: …… 总结: 使用 & 连接符, first.js 和 second.j 阅读全文
posted @ 2017-09-13 16:19 FigureSkating 阅读(1593) 评论(0) 推荐(0) 编辑