named output file的意思|示意

美 / / 英 / /

命名输出文件


named output file的网络常见释义

命名输出文件 ... named file ==> 命名文件 named output file ==> 命名输出文件 named policy ==> 确定保险单,记有船名的海运保单,指定船名保险单 ...

named output file相关例句

If you list the contents of the profiler output directory (named in php.ini), you should see a file named something like cachegrind.out.951917687.

如果将分析器输出目录中的内容(名为php . ini)列出来的话,应该能看到类似cachegrind . out . 951917687这样名称的文件。

This command USES the named spec file to build a binary package (-bb for "build binary") with verbose output (-v).

此命令使用指定的spec文件构建一个二进制包(- bb表示“构建二进制包”),还会生成详细的输出(- v)。

You can similarly merge the capture files specific to DS2, and then configure and bind the output file to the database named DB2.

您可用类似的方式合并指定给DS2的捕获文件,然后配置输出文件,并将其绑定到数据库db2。

If you save Listing 4 to an executable file named listcmds.zsh, the output might look like this

如果将 清单 4 保存到一个名为 listcmds.zsh 的可执行文件,则输出可能类似如下

The following example uses db2expln to retrieve the access plan for the package named neword in the database mydb, created by user myuser to a output file output.file.

下列示例使用 db2expln 来检索用户 myuser 创建的数据库 mydb 中名为 neword 的包的存取方案,并写入输出文件 output.file。

Is interpreted as "select the names of all files from employee where edlevel and redirect the output to a file named '18'". The following commands return the correct output?

该命令被解释为“选择employee表中所有edlevel大于18的记录,并将输出重定向到名为‘18’的文件”。