• It also sends a session ID, a random byte string, and its digital certificate.

    SSL服务器发送会话标识、一个随机字节字符串以及数字证书

    youdao

  • Unable to convert Multi Byte string to Wide Char String. The script could not be parsed.

    无法字节字符串转换字符字符串。无法分析脚本

    youdao

  • The script consists of the ByteLoader preamble, with the compiled code stored as a byte string.

    脚本由 ByteLoader同步码组成,编译好的代码字节字符串的形式保存

    youdao

  • 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.

    对于单字字符编码模式字节组成一个字符,单字节字符串长度与字符串字节长度相同

    youdao

  • 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.

    对象后来字节重建时,内存中新建的对象与对象具有相同结构位于不同内存地址。

    youdao

  • 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.

    这里不同之处在于我们有效负载读入字节数组而不是字符串因为使得解析比较容易。

    youdao

  • 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.

    除了映射数字字节字段,在本地语言应用程序选择了正确代码字符串数据转换适当的代码页。

    youdao

  • Get the byte array representation of the concatenated string from Step 1.

    得到第1串接字符串字节数组表达

    youdao

  • String objects and byte objects are incompatible.

    字符串对象字节对象不兼容的。

    youdao

  • It first explained key concepts, such as character and byte semantics with respect to string data.

    首先介绍了一些关键概念针对字符串数据字符语义字节语义。

    youdao

  • The cipher byte array is then decrypted, and the decrypted byte array is returned as a text string.

    接着对该密码字节数组解密,解密的字节数组作为文本字符串返回

    youdao

  • 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字节。

    youdao

  • 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字节字符串拥有编码的两个字节

    youdao

  • In Figure 5, the substring of length 1 from the first byte of the string has been specified.

    5中,已经指定字符串第一字节长度为1字符串

    youdao

  • 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.

    本文中将使用字节计算字符串长度方法称作字节语义使用字符数计算字符串长度的方法称作字符语义。

    youdao

  • In addition to basic string support, you can store booleans, doubles, floats, integers, longs, and byte arrays (think serialization).

    支持基本字符串之外,可以存储尔值、双精度数、浮点数、整型数、整型数字节数组(考虑序列化)。

    youdao

  • If you want the string representation of a byte, use its decode method.

    如果要得到字节字符串表示,需要使用decode方法

    youdao

  • For example, when retrieved as a string, a byte array will look something like [B@4f25045a.

    例如一个字节数组作为字符串检索时,它看起来有些 [B@4f25045a。

    youdao

  • 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 的函数操作一个字节,并字符串转换成大写格式。

    youdao

  • 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随机值,其转换为十六进制字符串,从而生成标识符

    youdao

  • 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函数以便于将字符参数字符串转换成依赖语言环境的多字节编码

    youdao

  • 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里将会变成,一个个由01组成的字节

    youdao

  • 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类型处理字节序列

    youdao

  • 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搜索字符串的第一次出现位置。

    youdao

  • 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.

    字符看作单元不是一个字节序列进行多字节字符字符串操作的必要条件

    youdao

  • 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.

    命名文件系统属性分类关联目录或者文件的字节流通过一个字符串引用

    youdao

  • 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个字节,但是指针所指向的字符串则不在数据段中。

    youdao

  • 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原因在于字符串有多字节字符。

    youdao

  • 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原因在于字符串有多字节字符。

    youdao

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

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

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