Using a file input and output ciphertext expressly to carry out the test.
用的是文件输入输出明文密文,进行了测试。
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语句时,数据实际未被写入;相反,数据是成批写入的。
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代码片段,其中两个元素分别对应某项操作的输入和输出。
File descriptors are low-level interfaces to input and output.
文件描述符是低层的输入和输出接口。
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.
通过文档存储库或文件系统——将原始文档复制到一个输入文件夹,在输出文件夹中接收编校的文件。
This output is emitted as a file of tuples, representing the word and the number of times it appeared in the input.
输出是一个包含元组的文件,元组表示单词和它在输入中出现的次数。
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所示)。
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.
有一点不是很重要但却很有帮助,初始打开每个应用程序时,都具有三个文件描述符,从0到2,分别表示标准输入、输出和错误流。
Finally, three example programs are described, a MIDI file player, a MIDI input, and MIDI output.
文章最后描述了三个程序实例,MIDI文件播放器,MIDI输入和MIDI输出。
Obtain the selected input and output file locations.
获取所选择的输入和输出文件的位置。
A text template undergoes a transformation process which takes the text template file as input, transforms it, and generates an output text file.
一个文本模板有一个文本模板文件作为输入,转换文本模板,并输出一个文本文件的转换过程。
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服务器上导入包含输入或输出结构的 CICSCOBOL或C程序,在WSDL文件中填充操作。
XML input is transformed using the XSL file associated with the primitive and an XML output is produced.
XML输入使用与原语相关的XSL文件进行转换,并将生成一个XML输出。
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的第一个版本有很大的局限性,只能有一个输入和一个输出(虽然可以有多个模板文件)。
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文件用于定义所提供的服务、输入和输出消息,以及传递到这些消息中的数据所对应的类型。
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文件连接起来。
Instead of traditional file processing, HBase makes database tables the input and output form for MapReduce processing.
代替传统的文件处理,HBase使数据库将MapReduce处理的输入和输出格式列表。
The selected Teradata utility USES the generated script as input and writes the output to a report file.
所选teradata实用工具将使用生成的脚本作为输入,并将输出写入到报表文件。
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”的缩写)命令在其输入上接受一个或多个文件并将它们作为一个单独的文件打印到它的输出。
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驱动程序、输入转换器以及输出转换器的物理文件。
Listing 2 is the WSDL file for Sample1, which defines the location of the service, the operations possible, and the input and output parameters.
清单2是Sample1的WSDL文件,它定义了服务的位置,可能的操作,以及输入和输出参数。
The WSDL file defines the port type, operations, input and output messages for the ManagerApproval staff activity.
WSDL文件为 ManagerApproval“staff”动作定义了端口类型、操作、输入及输出消息。
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节点(无论是输入节点还是输出节点)的消息流与文件系统本身之间的交互不是事务性的。
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节点中配置的输出文件。
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运行的结果写入您选择的输出文件中。
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功能并选择您先前导入到工作台的文件来定义输入和输出消息;它包含函数的输入和输出类型。
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的标准输入。
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等实用工具来输出到多个目标。
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根据命令行中给定的文件扩展名来了解输入和输出的图像格式分别是什么。
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之后的工作区。
应用推荐