For example, you can send string data in one channel with conversion enabled and send binary data down another.
例如,您可以在一个启用了转换的通道中发送字符串数据,并沿着另一个通道发送二进制数据。
Another advantage of using this type of plug-in authentication is that any authentication data (including binary data) can be transmitted between the client and the server.
使用这种插件身份验证的另一个优点是,任何身份验证数据(包括二进制数据)都可以在客户机和服务器之间传递。
When you're reading and writing binary data, you must be careful because different platforms store binary data in different ways.
在读取和写入二进制数据时,必须小心,因为不同的平台用不同的方式保存二进制数据。
If the data happens to be text, you can dump it into a CDATA section and be done with it, but true binary data needs to be encoded in a safe and recoverable manner.
如果这些数据碰巧是文本,您只需将它们放到CDATA区域中,但真正的二进制数据需要以一种安全且可恢复的方式编码。
You can use data bindings to transform binary data to an Service data Object (SDO) data structure during inbound flow and transform the SDO to binary data during outbound flow.
可以使用数据绑定在入站流中将二进制数据转换为服务数据对象(SDO)数据结构,并在出站流中将sdo转换为二进制数据。
However, the data sent to the WAP gateway is binary encoded (for WAP), so the encrypted data must be decrypted and re-encrypted using TLS for the Internet.
然而,发送到WAP网关的数据是二进制的编码格式(对wap),所以这些加密后的数据必须用TLS解密和再加密以适用于因特网。
Binary storage means that the database file can be smaller, and there is no requirement to translate data between different formats as data moves in and out of the database.
二进制存储意味着数据库文件可以更小,且在数据移入和移出数据库时无需在不同格式之间转换数据。
In addition to general text data, XML can also be used to store binary data through a special set of tags known as CDATA.
除了一般的文本数据,XML过去常用于存储二进制数据,通过一个称为CDATA的特殊标记集合实现。
The TDB in particular was written to handle many concurrent writers and binary data such as internal data structures.
TDB特别被编写来处理许多并发的编写器和二进制数据,例如内部数据结构。
Informix: if the data format is specified as Informix, the data read (or written) from (or to) the file is in the binary format that can be decoded only by Informix.
Informix:如果数据格式指定为Informix,从(到)文件的数据读(或写)将采用只能通过Informix解码的二进制格式。
Because the data is in it's raw binary format, parsing the information requires processing this binary data.
因为这些数据是以原始的二进制格式保存的,解析这些信息就需要处理这个二进制数据。
Data that would otherwise have to be encoded in the SOAP message is instead transmitted as raw binary data in a separate MIME part.
必须在SOAP消息中进行编码的数据将在单独的MIME部分中作为原始二进制数据进行传输。
It improves performance by dramatically compressing the size of data transferred and parsing binary data into objects in memory far more efficiently than parsing XML data.
由于大大压缩了传输数据量,且将二进制数据解析到内存中的对象要远比解析XML数据高效,因此它的性能得到了很大的提高。
While they do a great job when working with regular data types, they are not very efficient when dealing with binary data, for example images or documents.
数据库处理规范数据类型十分在行,但是在处理如图像、文档等二进制数据时却不是那么得心应手。
Unlike binary data, XML is highly structured, and many parsers and tools are optimized to search and query XML data.
和二进制数据不同,XML是高度结构化的,很多解析器和工具针对 XML 数据搜索和查询进行了优化。
The data can be sent either as binary data or ASCII text up to 15 pages in length, with a page being up to 93 characters in length; the test set only provides support for ASCII messages.
可以用二进制数据或ascii文本的形式最多发送15页的数据,每页最多有93个字符;测试装置仅提供对ascii消息的支持。
Since XML is verbose, data stored in an XML document usually occupies substantially more memory than the same data in binary form.
因为XML很冗长,所以存储在XML文档中的数据占据的内存通常比以二进制形式存储的相同数据占据的内存大的多。
Columns defined with the BLOB data type, or using the FOR BIT data clause will be passed as binary from the source to the target, and the code page used is zero.
通过BLOB数据类型或使用FORBITdata子句定义的列将以二进制形式从源传递到目标,所使用的代码页是零。
When this happens, you can assist Eclipse in classifying what kind of content is in the file - either text data or binary data.
当发生这种情况时,您可以帮助Eclipse对文件中的内容进行分类——是文本数据,还是二进制数据。
The remote XML data is serialized into a binary data type
远程XML数据被序列化成二进制数据类型。
When a NotesStream is read into the object (using SetValueFromNotesStream), you can pass a binary or ASCII stream of data, and the class encodes the data in base64 for you.
在NotesStream读入对象时(使用SetValue From NotesStream),您可以传递一个二进制或ascii数据流,该类会以base64为您编码数据。
This DTD serializes data into a (nested) set of data structures that are common in object-oriented programming languages: dictionaries, arrays, strings, Numbers, booleans, dates, and binary data.
该DTD把数据序列化为通常在面向对象编程语言中才会见到的(嵌套的)数据结构集:词典、数组、字符串、数字、boolean值、日期和二进制数据。
The interface input and output has to be HTTPBytes type (one of the two data types created in the previous step) in order to treat the pay load as binary data.
界面的输入和输出的类型必须为HTTPBytes(前面小节创建的数据类型之一),这样才能将负载作为二进制数据处理。
Binary trees are represented by nodes that have a data value and a left and right pointer; however, there are many data structures that require trees with more than just a left and right branch.
描述二叉树(binarytree)的节点有一个数据值、一个左指针和一个右指针;不过,很多数据体要求树不只有一个左分支和一个右分支。
For example, you need to specify the data encoding (whether an attribute contains textual or raw binary data).
例如指定数据的编码(属性是包含文本数据还是原始二进制数据)。
The new data type, the bytes literal, as well as the bytes object are used for storing binary data.
新的数据类型bytesliteral 及 bytes对象的用途是存储二进制数据。
As mentioned earlier, the example we show sends the data in the payload as binary data.
如前所述,在本文的例子中我们用二进制格式在负载中发送数据。
This paper discuss the converting given integer data into binary data, and reducing of binary information systems base on it.
讨论了整数到二进制数据的转换,并在此基础上实现了二进制信息系统的约简。
The URLLoader class provides a separate mechanism for loading text and binary data in data-driven applications.
urlloader类提供了在数据驱动应用程序中装载文本和二进制数据的单独机制。
You can use the file object to read data, to write data, to append data to a file, and to work with either binary or textual data.
可以用file对象读取数据、写入数据或把数据添加到文件,以及处理二进制或文本数据。
应用推荐