Raw representation is usually text, but it can also be binary data . 为什么要有字符集,是因为计算机只能处理二进制数据 。 Encoding is necessary because computers only recognize binary data . XML加密能够处理XML和非XML(例如二进制)数据 。 XML Encryption can handle both XML and non-XML(e.g., binary) data . 此外,检查是为了确保二进制数据 的结构与其期望的格式一致。 Also, checking is done to ensure that the structure of the binary data aligns with the format it expects. 密文用C(Cipher)表示,也是二进制数据 ,有时和M一样大,有时稍大。 Ciphertext is denoted by C. It is also binary data : sometimes the same size as M, sometimes larger.
由于HTTP是一种文本协议,所以处理二进制数据 有特殊的要求。 Because HTTP is a text protocol, there are special requirements for handling binary data . 需要重点注意的是,Python字符串可以是二进制数据 ,而不是仅仅是文字。 It's important to note that Python strings can be binary data , not just text. 需要重点注意的是,Python字符串可以是二进制数据 ,而不是仅仅是文字。 It is important to note that Python strings can have binary data and not just text. 在发送二进制数据 时,XON/XOFF可能不能识别,因为它被译成了字符。 When sending binary data , the XON/XOFF command may not be recognized because it is character encoded. 要注意,Python的字符串可以是二进制数据 ,而不仅仅只是文字。 It's important to note that Python strings can be binary data , not just text. 值可以是任何种类的字符串(包括二进制数据 ),例如你可以在一个键下保存一副jpeg图片。 Values can be strings(including binary data ) of every kind, for instance you can store a jpeg image inside a key. 经Base64编码而增加的邮件大小是可预测的,对于二进制数据 和非US-ASCII文本来说它是最佳选择。 Base64 encoding creates a predictable increase in message size and is optimal for binary data and non-US-ASCII text.”. 以下bytes和bytearray对象的方法会假定使用兼容ASCII的二进制格式,不应当被应用于任意二进制数据 。 The following methods on bytes and bytearray objects assume the use of ASCII compatible binary formats and should not be applied to arbitrary binary data . BINARY和VARBINARY是二进制 字节数据 类型。 Asset对象用于发送数据 的二进制 blob,例如图像。 Asset objects are for sending binary blobs of data , such as images. 二进制数据 或二进制 资源可以简单地根据其请求进行传递。 Binary data or binary resources can simply be delivered upon their request.墨迹图片控件和图片控件都存储base64编码数据,这是用于存储和查看二进制 XML数据 的技术。 Both ink picture controls and picture controls store base64 encoded data, which is the technology for storing and viewing binary XML data . Arraybuffer"response是一个包含二进制数据 的JavaScriptArrayBuffer。 Arraybuffer" The response is a JavaScript ArrayBuffer containing binary data . 要发送二进制数据 ,您可以使用Blob或ArrayBuffer对象。 To send binary data , you can use either Blob or ArrayBuffer object. It is very hard to make shell scripts deal with binary data .
Display more examples
Results: 114 ,
Time: 0.0226