ASAP - always strive and prosper.
WTF - What's true for love, is true for code.
********************************Manjaro - yyds!********************************
摘要:
参考 https://www.quora.com/What is meant by edge triggering and level triggering http://man7.org/linux/man pages/man7/epoll.7.html https://www.quora.com 阅读全文
摘要:
参考 https://www.cnblogs.com/biyeymyhjob/p/4670502.html https://stackoverflow.com/questions/3761276/when should i use tcp nodelay and when tcp cork http 阅读全文
摘要:
解决办法 https://blog.zhaytam.com/2019/04/19/powerline and zshs agnoster theme in vs code/ Too short don't read pycharm, deepin自带的终端, vscode都要各自调整字体. 阅读全文
摘要:
前提 ES5只有函数作用域和全局作用域,var属于ES5。let属于ES6,新增块级作用域。目的是可以写更安全的代码。 The let statement declares a block scope local variable, optionally initializing it to a v 阅读全文