1·The final preparation is suspended in sterile phosphate buffered saline.
最后的准备品悬浮在无菌磷酸盐缓冲盐水中。
2·The main program logic first turns buffered output off.
主程序逻辑首先关闭了缓冲输出。
3·Information on whether the database is buffered or not.
关于是否缓冲数据库的信息。
4·But the HttpPostedFile class description states that "By default, all requests, including form fields and uploaded files, larger than 256 KB are buffered to disk, rather than held in server memory."
但是HttpPosted File类的描述声明“默认情况下,所有的请求,包括表单域和上传的文件大于256 KB的都缓冲到磁盘,而不是在服务器内存中。”
5·This is important in Python programs because file input and output are, by default, buffered; data isn't written as soon as you call a print statement but is instead written in chunks.
在Python程序中这很重要,因为在默认情况下,文件输入和输出是缓冲的;在调用print语句时,数据实际未被写入;相反,数据是成批写入的。