blog icon indicating copy to clipboard operation
blog copied to clipboard

ssh运维及node相关知识列表

Open slashhuang opened this issue 7 years ago • 0 comments

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

slashhuang avatar Jan 18 '17 02:01 slashhuang