From 3e62a88245145dc310779dad45936b62b063e4b8 Mon Sep 17 00:00:00 2001 From: pingwen Date: Mon, 6 Jul 2020 15:19:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E8=AF=95=E9=A2=98=E7=9B=AE=E5=88=86?= =?UTF-8?q?=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- interview/nodejs.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43b2e37..b1d8bfc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ 10. [性能(16道)](https://github.com/pwstrick/daily/blob/master/interview/performance.md) 11. [软技能(107道)](https://github.com/pwstrick/daily/blob/master/interview/skill.md) 12. [前端(33道)](https://github.com/pwstrick/daily/blob/master/interview/fe.md) -13. [Node.js(19道)](https://github.com/pwstrick/daily/blob/master/interview/nodejs.md) +13. [Node.js(20道)](https://github.com/pwstrick/daily/blob/master/interview/nodejs.md) 14. [TypeScript(15道)](https://github.com/pwstrick/daily/blob/master/interview/ts.md) 15. [Vue(42道)](https://github.com/pwstrick/daily/blob/master/interview/vue.md) diff --git a/interview/nodejs.md b/interview/nodejs.md index 0bc2004..3d9d076 100644 --- a/interview/nodejs.md +++ b/interview/nodejs.md @@ -16,4 +16,5 @@ 16. [在文件系统中,readFile()和createReadStream()有哪些区别?](https://github.com/pwstrick/daily/issues/927) 17. [在文件系统中,stat()和fstat()有哪些区别?](https://github.com/pwstrick/daily/issues/928) 18. [在文件系统中,watch()和watchFile()有哪些区别?](https://github.com/pwstrick/daily/issues/929) -19. [如何解决模块循环引用?](https://github.com/pwstrick/daily/issues/943) \ No newline at end of file +19. [如何解决模块循环引用?](https://github.com/pwstrick/daily/issues/943) +20. [KOA中的洋葱模型是怎么样的?](https://github.com/pwstrick/daily/issues/981) \ No newline at end of file