Closing a file的意思|示意

美 / / 英 / /

关闭文件


Closing a file的网络常见释义

关闭文件 Closing a file(关闭文件),480-481, 509 Cohesion, in module design(模块设计中的内聚),422

Closing a file相关短语

1、 closing a file or device 关闭文件或设备

2、 closing of a file 封闭文件 ; 档案的封闭 ; 关闭文件 ; 档案结束

Closing a file相关例句

Remember from the section on opening and closing that we need two parameters (file path name and access mode to the device) to open a device on Linux.

从有关设备打开和关闭的讲解可知,我们需要两个参数(文件路径名和设备访问模式)来打开Linux设备。

Sounds in response to user activity, such as a click after a keypress, a whoosh accompanying opening and closing windows, or a klunk when a file is deleted.

用声音对用户的行为作出响应,比如在按键之后的滴答声,打开或关闭一个窗口后发出的“嗖”的声音,或者是一个文件被删除后发出的沉闷的声音。

The framework also prompts the user to save a modified file before closing it.

框架也在关闭前迅速保存改动文件。

Try running the command on a C source file -- it should output the entire main() { } block, including the initial "main()" and the closing '}'.

试着对 C 源文件运行该命令 -- 它应该输出整个 main() { } 块,包括开始的 "main()" 和结束的 '}'。

Open the log file in a text editor, and add a unique tag to the very beginning of the file and a corresponding closing tag at the end of the file.

在文本编辑器中打开日志文件,在每个文件的开头添加惟一的标记,在末尾添加相应的结束标记。

The Python script treats sendmail this way by opening it as if it were a text file, writing the appropriate information to it, and then "closing" it.

Python 脚本就像打开文本文件一样打开 sendmail,向其中写入适当的信息,然后 “关闭” 它。