临时缓冲区 meaning in Chinese
temporary buffers
Examples
- This stream has no backing store and might be useful as a temporary buffer
该流没有后备存储,可用作临时缓冲区。 - This command tells sed to copy the contents of the pattern space the buffer that holds the current line being worked on to the hold space a temporary buffer
该命令告诉sed将模式空间(保存正在处理的当前行的缓冲区)的内容复制到保留空间(临时缓冲区) 。 - As you may recall , placing parentheses around a regular expression pattern or part of a pattern causes that part of the expression to be stored into a temporary buffer
您可能想起,若在正则表达式模式或模式的一部分两侧加上括号,就会导致表达式的一部分被存储到临时缓冲区中。 - When system uploads the data to the mmdb , we design a temp buffer to store the multi - packet data . only all the packets belong to one record are correctly received could write this record into mmdb
3 .数据上载时,对分包的用户数据采用临时缓冲区存储,数据接收完整再写入内存库,有效的保证了用户数据的完整性。