Open
Description
ssh config服务器远程登录
http://nerderati.com/2011/03/17/simplify-your-life-with-an-ssh-config-file/
linux后台daemon和前端运行指令
https://linuxconfig.org/understanding-foreground-and-background-linux-processes
https://superuser.com/questions/268230/how-can-i-resume-a-stopped-job-in-linux
chrome来debug node应用
https://blog.hospodarets.com/nodejs-debugging-in-chrome-devtools
MicroTask和macroTask的api范畴
macrotasks: setTimeout, setInterval, setImmediate, I/O, UI rendering
microtasks: process.nextTick, Promises, Object.observe, MutationObserver
http://stackoverflow.com/questions/25915634/difference-between-microtask-and-macrotask-within-an-event-loop-context
Activity