-
Notifications
You must be signed in to change notification settings - Fork 0
node_stream
2012 edited this page Jul 20, 2020
·
2 revisions
预习概念
writeable.write() 返回值为 true,表示 buffer 没有达到阈值;返回 false,表示 buffer 达到了阈值,应该停止写入数据,直到'drain'事件被触发。 // TODO 'drain'时候什么触发?
默认支持传入 string/buffer 类型的数据,通过设置 object mode 可以修改支持类型
操作模式:flowing and paused;两者之间可以相互切换
支持读取写入流
支持读取写入流,且运行对其进行操作
JS
CSS
- float
- BFC
- position
- flex
- grid
DOM
- DOM
- how browser works
Node.js
react
- 生命周期
- setState
- hook
git
- git 基础命令
- git rebase 理解
- git bisect
- git commit
- git hook
设计模式
- 策略模式
- ...
TCP/IP 协议
- HTTP/1.x
- HTTP/2
- SSL/TLS
- TCP
- DNS
- HTTP Cache
- CORS
- http status code
linux(shell)知识点