• Using a file input and output ciphertext expressly to carry out the test.

    文件输入输出明文密文进行了测试。

    youdao

  • 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语句时数据实际未被写入相反,数据成批写入的。

    youdao

  • Listing 1 shows an XSD snippet pulled from a associated WSDL file, with two elements that correspond to the input and output of an operation.

    清单1显示了关联WSDL文件抽取的XSD代码片段其中两个元素分别对应某操作输入输出

    youdao

  • File descriptors are low-level interfaces to input and output.

    文件描述符低层输入输出接口

    youdao

  • Through document repositories or a file system. You copy the original documents into an input folder and receive the redacted files in an output folder.

    通过文档存储库文件系统——原始文档复制一个输入文件夹输出文件夹中接收编校文件

    youdao

  • This output is emitted as a file of tuples, representing the word and the number of times it appeared in the input.

    输出个包含文件,元组表示单词在输入中出现次数

    youdao

  • With an input and output file, it's now possible to see how JAXB does at round-tripping, by comparing the files to each other (remember that the original file was shown back in Listing 1).

    现在输入输出文件通过互相比较可以看看JAXB往返中是如何工作(原始文件如清单1示)。

    youdao

  • As a bit of helpful trivia, each application is initially opened with three file descriptors, 0 through 2, for the standard input, output, and error streams, respectively.

    一点不是很重要但却很有帮助初始打开每个应用程序时,都具有三个文件描述符从02,分别表示标准输入输出错误流。

    youdao

  • Finally, three example programs are described, a MIDI file player, a MIDI input, and MIDI output.

    文章最后描述了三个程序实例MIDI文件播放器,MIDI输入MIDI输出

    youdao

  • Obtain the selected input and output file locations.

    获取选择的输入输出文件的位置。

    youdao

  • A text template undergoes a transformation process which takes the text template file as input, transforms it, and generates an output text file.

    文本模板有一个文本模板文件作为输入转换文本模板,输出文本文件转换过程

    youdao

  • Then you populate operations in the WSDL file by importing CICS COBOL or C programs that contain the structure for input and output at the CICS server.

    然后通过CICS服务器上导入包含输入输出结构的 CICSCOBOLC程序WSDL文件中填充操作

    youdao

  • XML input is transformed using the XSL file associated with the primitive and an XML output is produced.

    XML输入使用相关XSL文件进行转换,并将生成一个XML输出

    youdao

  • The first version of XSLT was very strict. It had one input and one output (although you could have more than one template file).

    XSLT第一版本很大的局限性只能输入一个输出(虽然可以多个模板文件)。

    youdao

  • Typically, a WSDL file is used to define the services the party provides, as well as the input and output messages and the corresponding types for the data that is passed in those messages.

    通常WSDL文件用于定义所提供服务输入输出消息以及传递到这些消息中的数据对应类型

    youdao

  • This example also illustrates the use of - to signify standard input to cat, so we can concatenate the output of tr and the text2 file.

    示例解释了如何使用-表示cat标准输入因此我们可以tr输出text2文件连接起来。

    youdao

  • Instead of traditional file processing, HBase makes database tables the input and output form for MapReduce processing.

    代替传统文件处理HBase使数据库MapReduce处理输入输出格式列表

    youdao

  • The selected Teradata utility USES the generated script as input and writes the output to a report file.

    teradata实用工具将使用生成脚本作为输入输出写入报表文件。

    youdao

  • The cat (short for "concatenate") command takes one or more files on its input and prints them to its output as a single file.

    cat (“concatenate”的缩写)命令输入接受多个文件它们作为单独文件打印输出

    youdao

  • One of the artifacts generated in the previous task is WBCSCUSD.cbl, a physical file containing the COBOL driver program, input converter, and output converter.

    个步骤生成构件WBCSCUSD.cbl,它是包含COBOL驱动程序输入转换器以及输出转换器物理文件

    youdao

  • Listing 2 is the WSDL file for Sample1, which defines the location of the service, the operations possible, and the input and output parameters.

    清单2Sample1WSDL文件定义了服务位置可能操作以及输入输出参数

    youdao

  • The WSDL file defines the port type, operations, input and output messages for the ManagerApproval staff activity.

    WSDL文件 ManagerApproval“staff”动作定义端口类型操作输入输出消息

    youdao

  • The interactions between a message flow containing a File node (either input node or output node) and the file system itself are not transactional.

    包含File节点无论是输入节点还是输出节点)的消息文件系统本身之间交互不是事务性的。

    youdao

  • Make sure that the input file is removed from the FTP server (as shown in the command window below) and that the output file is created as configured in the message flow's FileOutput node.

    确保FTP服务器删除输入文件(如下面的命令窗口),创建消息FileOut put节点配置输出文件。

    youdao

  • The FIT FileRunner class in turn parses the input file and writes the results of the FIT run into the output file that you selected.

    FIT FileRunner依次解析输入文件FIT运行结果写入选择输出文件中。

    youdao

  • You can define input and output messages by using the import function and selecting the file you imported to the workbench earlier; it contains the input and output types for the function.

    可以通过使用Import功能选择先前导入工作台文件来定义输入输出消息包含函数的输入和输出类型

    youdao

  • In the first example, we use cat to read the file and output it to standard output, which is piped into the standard input of FMT.

    第一例子里面,我们使用cat命令读取文件内容,然后将内容输送标准输出,标准输出通过管道机制作为命令fmt的标准输入

    youdao

  • For instance, most shells can only redirect input from a single file, and you must use a utility like tee to output to more than one destination.

    例如多数shell只能输入定向单个文件因此必须使用tee等实用工具输出多个目标

    youdao

  • Convert knows what image format the input and output are, based on the file extensions given on the command line. So, to convert a JPEG to a PNG, use a command line like the following.

    convert根据命令给定文件扩展名了解输入输出图像格式分别什么

    youdao

  • Figure 1 shows the workspace after creating or importing the CICS service WSDL file and the XML schema for its input and output.

    1展示了输入输出创建导入CICS服务WSDL文件XMLSchema之后工作区

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定