|
flushBuffer
精选 转载Output.FlushBuffer()
The Output.FlushBuffer() method writes the buffer contents to the output stream, then clears the buffer.
VBScript:
Output.FlushBuffer()
JScript:
Output.FlushBuffer();
Output.FlushBuffer() returns an error if Output.Buffer is False.
For more information and an example, see the documentation for Output.Buffer.
上一篇:arraycopy
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
PostgreSQL 在何处真正开始写数据
基本关系是:BackgroundWriterMain 循环中,调用 BgBufferSync() -->SyncOneBuffer -->FlushBuffer -->smgrwrite看代码:/* * Main entry point for bgwriter process *
Postgresql bgwriter sed postgresql hibernate