aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/buffer/index.html
blob: df49d6baf55487117d8548b9919b250413c4283b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: 缓存区
slug: Glossary/buffer
tags:
  - 缓冲区
translation_of: Glossary/buffer
---
<p>缓冲区是一块物理内存中的存储区,当数据进行转移时用来临时存放数据。</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>

<ul>
 <li><a href="https://en.wikipedia.org/wiki/Data_buffer">Data buffer</a> on Wikipedia</li>
</ul>