It also sends a session ID, a random byte string, and its digital certificate.
SSL服务器还发送一个会话标识、一个随机字节字符串以及它的数字证书。
Unable to convert Multi Byte string to Wide Char String. The script could not be parsed.
无法将多字节字符串转换为宽字符字符串。无法分析该脚本。
The script consists of the ByteLoader preamble, with the compiled code stored as a byte string.
该脚本由 ByteLoader前同步码组成,编译好的代码以字节字符串的形式保存。
In the case of a single-byte character encoding scheme, a single byte constitutes a character and the length of a single byte string is the same as the byte length of the string.
对于单字节字符编码模式,一个字节组成一个字符,单字节字符串的长度与字符串的字节长度相同。
When the object is later re-created from its byte string, it will be a new in-memory object identical in structure and value to the original, though located at a different memory address.
当对象后来从其字节串重建时,内存中新建的对象与原对象具有相同的结构和值,但位于不同的内存地址。
The difference here is that we read the payload into a byte array instead of a String, because that makes parsing it a little easier.
这里的不同之处在于,我们将该有效负载读入字节数组而不是字符串,因为这使得解析它比较容易。
In addition to mapping numeric and byte fields, it also converts string data to the appropriate codepage when the correct codepage for your native language application is selected.
除了映射数字和字节字段,在为您的本地语言应用程序选择了正确的代码页时,它还将字符串数据转换成适当的代码页。
Get the byte array representation of the concatenated string from Step 1.
得到第1步中串接的字符串的字节数组表达。
String objects and byte objects are incompatible.
字符串对象和字节对象是不兼容的。
It first explained key concepts, such as character and byte semantics with respect to string data.
首先介绍了一些关键概念,如针对字符串数据的字符语义和字节语义。
The cipher byte array is then decrypted, and the decrypted byte array is returned as a text string.
接着对该密码字节数组解密,解密的字节数组作为文本字符串返回。
But if byte semantics is used, and characters are encoded using UTF-8, then the length of the string is 6 bytes.
但是如果使用字节语义并使用UTF - 8对字符进行编码,则该字符串的长度为6字节。
Consider that you have a character in UTF-8 encoding has length of 3 bytes, and the string has only the first two byte of the encoding.
假设您拥有一个UTF - 8编码的字符,其长度为3字节,而字符串只拥有编码的前两个字节。
In Figure 5, the substring of length 1 from the first byte of the string has been specified.
在图5中,已经指定字符串第一个字节的长度为1的子字符串。
The counting of string length using a byte is referred to as byte semantics in this article, and the counting of string length using the number of characters is referred to as character semantics.
本文中将使用字节计算字符串长度的方法称作字节语义,而使用字符数计算字符串长度的方法称作字符语义。
In addition to basic string support, you can store booleans, doubles, floats, integers, longs, and byte arrays (think serialization).
除支持基本的字符串之外,您还可以存储布尔值、双精度数、浮点数、整型数、长整型数和字节数组(考虑序列化)。
For example, when retrieved as a string, a byte array will look something like [B@4f25045a.
例如,当一个字节数组作为字符串被检索时,它将看起来有些像 [B@4f25045a。
The last article ended with a function called convert_to_upper, which operated one byte at a time to convert a string to uppercase.
上一篇文章最后给出了一个名为 convert_to_upper 的函数,它一次操作一个字节,并将字符串转换成大写格式。
Next we create the usual JMS artifacts required to send a message, then generate a group identifier by taking a random 24-byte BigInteger and converting it to a hexadecimal string.
接下来,我们创建用于发送消息的常见JMS构件,然后采用 24 字节的BigInteger随机值,并将其转换为十六进制字符串,从而生成组标识符。
The locale setting will cause the % ls format specifier in printf to call the wcsrtombs function in order to convert the wide character argument string into the locale-dependent multi-byte encoding.
语言环境设置会导致printf中的%l s格式说明符调用wcsrtombs函数以便于将宽字符的参数字符串转换成依赖语言环境的多字节编码。
D-A-V-I-D so when you get a string like D-A-V-I-D, what's really happening is inside your computer's RAM is going a byte where there's some zeros and ones.
譬如你有这么一个字符串,而在你电脑的RAM里将会变成,一个个由0和1组成的字节。
In Python 3.0 all strings are unicode (STR is now unicode string) and there is a new type called bytes to hold byte sequences.
在Python 3.0之中,所有的字符串都是unicode的(str就是unicode字符串),并引入了一个叫做bytes的新类型来处理字节序列。
But since you have a multi-byte character as the first character, you get the result as 3, which is the first occurrence of the search string.
但是由于第一个字符是多字节字符,因此得到结果3,它是搜索字符串的第一次出现的位置。
Recognizing the character as a single, unit as opposed to a sequence of bytes, is a requirement in the case of string manipulations involving multi-byte characters.
将字符看作一个单元而不是一个字节序列,这是进行多字节字符的字符串操作的必要条件。
The named file system attribute classification is a byte stream that is associated with a directory or file and is referred to by a string name.
命名文件系统属性分类是一个关联到目录或者文件的字节流,通过一个字符串名引用。
In that case, the contents of pointer gonzo - a 4-byte memory address - live in the data segment. The actual string it points to does not, however.
在这个示例中,指针在数据段中占用了4个字节,但是指针所指向的字符串则不在数据段中。
Figure 4 shows a search for "a", the actual character position of "a" is 2 but the output is 3 because there is a multi-byte character in the string.
图4展示了对“a”的搜索,“a”的实际字符位置是2,而输出的位置是3,原因在于字符串中有多字节字符。
The SSLCipherspecs attribute accepts a string of two byte ciphers.
SSLCipherspecs属性接受一串两字节的密码。
Character vs byte semantics of string data.
字符与字符串数据的字节语义之间的对比。
Character vs byte semantics of string data.
字符与字符串数据的字节语义之间的对比。
应用推荐