Skip to content

Commit 7c82651

Browse files
committed
格式修改
1 parent 2ead47e commit 7c82651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

io.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ vmtouch /disk/data/tmp/test
189189
## 回到 golang
190190
当前标准库如 http.ServeFile, os.Open 等默认采用的访问静态资源的方式均为非直接 I/O, 因此如果有特定场景需要用户自己进行这方面的考量及优化
191191
## 参考资料
192-
http://nginx.org/en/docs/http/ngx_http_core_module.html#directio
193-
https://tech.meituan.com/2017/05/19/about-desk-io.html
194-
https://github.com/ncw/directio
192+
- http://nginx.org/en/docs/http/ngx_http_core_module.html#directio
193+
- https://tech.meituan.com/2017/05/19/about-desk-io.html
194+
- https://github.com/ncw/directio
195195
# DMA
196196
# Zero-Copy

0 commit comments

Comments
 (0)