file mode信息详情

file mode发音

意思翻译

文件模式

相似词语短语

file───vt.提出;锉;琢磨;把…归档;n.文件;档案;文件夹;锉刀;n.(File)人名;(匈、塞)菲莱;vi.列队行进;用锉刀锉

mode───n.(Mode)人名;(德、英、法、乍、瑞典)莫德;n.模式;方式;风格;时尚

download file───下载文件;[计]下装文件

scad file───scad文件

lever file───杠杆锉

ephemeral file───临时文件

chiropodist file───手足病档案

enclosed file───附件

fact file───事实档案

双语使用场景

You can easily do so in Python by appending 'b' to the file mode when you create the file object, as shown in Listing 7.───创建 file 对象时,通过把 'b' 添加到文件模式中,可以很容易地用 Python 处理二进制数据,如清单 7 所示。

When the character following the file mode bits is a space, there is no alternate access method.───当跟随文件模式位的字符是空格时,就表示没有替换访问方法。

directories /tmp/tmp-inst and /var/tmp/tmp-inst must be created once, manually, with file mode 000 before polyinstantiation will work.───之前,必须使用文件模式 000 手动创建 /tmp/tmp-inst 和 /var/tmp/tmp-inst 目录。

Specifies the name of the file to which the extracted data is written when using the flat file mode in the query.───指定当在查询中使用平面文件模式时将所提取数据写入其中的文件的名称。

Run the Analysis Services Deployment Wizard at the command prompt and set the wizard to run in answer file mode.───在命令提示符下运行AnalysisServices部署向导,并设置向导,使其以应答文件模式运行。

For more information about answer file mode, see Running the Analysis Services Deployment Wizard.───有关应答文件模式的详细信息,请参阅运行AnalysisServices部署向导。

Sets or reads the process's file mode creation mask. Child processes inherit the mask from the parent process.───设置或读取进程的文件创建模式掩码,子进程会从父进程继承这个掩码。

Function to return the file mode of an open file.───函数返回打开文件的文件模式。

英语使用场景

Note: A numeric file mode is a octal digit from 0 to 7, or a three-bit number, one bit for each of read, write, and execute.