The string was longer than the limit of 16380 single-byte characters.
字串长度超过 16380单一位元组字元的限制。
Moreover, compatibility with other single-byte encodings is another significant challenge.
此外,与其他单字节编码系统的兼容性也是一个巨大的挑战。
LVARCHAR (IDS) Stores single-byte or multibyte text strings of varying length (up to 32,739 bytes).
LVARCHAR (IDS)存储可变长度的单字节或多字节文本字符串(最高可达32,739个字节)。
Note that an integer in J2ME is 4 bytes of data, while single-byte length notation needs only 1 byte.
注意在J2ME中一个整数是4字节数据,而单字节长度表示法只需要1个字节。
You selected a single-byte font to replace a double-byte font. Please select a double-byte font.
单字节字体不能替换双字节字体。请选择一个双字节字体。
For single-byte character set testing (SBCS) — Use German, as this language is lengthy compared to English.
对于单字节字符集(single - byte character set,SBCS)测试:使用德语,因为该语言比英语要长。
Prior to adjacent strings being concatenated, a string cannot be longer than 16380 single-byte characters.
在相邻字串进行串连之前,字串长度不可超过16380单一位元组字元。
Standard ASCII assigns a single-byte character in the English language to a numeric value, such as 0 to 127 in decimal format.
标准ASCII 为英语语言中的一个单字节字符分配一个数值,比如十进制格式的0到 127。
VARCHAR Stores single-byte or multibyte text strings of varying length (up to 255 bytes); supports code-set order collation of text data.
VARCHAR存储可变长度的单字节或多字节文本字符串(最高可达255个字节);在整理文本数据时支持使用代码集顺序。
These numeric values represent the number of bytes in single-byte data and the number of double bytes in graphic or double-byte data.
这些数值表示单字节数据的字节数和图形或双字节数据的双字节数。
CHAR Stores single-byte or multibyte text strings of fixed length (up to 32,767 bytes); supports code-set order in collation of text data.
CHAR存储固定长度的单字节或多字节的文本字符串(最高可达32,767个字节);在整理文本数据时支持使用代码集顺序。
For example, an Extended UNIX code (EUC) code page can contain up to four different code pages, where the first code page is always single-byte.
例如,ExtendedUNIXCode (EUC)代码页可以包含多达四个不同的代码页,其中第一个代码页总是单字节的。
This is especially true for double-byte language fonts, where the minimum height is generally larger than that of single-byte language fonts.
对于双字节语言字体尤其如此,其最小高度通常比单字节语言字体大。
Thus, I can cast the result of the bitwise operation as a byte, put the byte in a single-byte array, and return the array to the calling application.
因此,我可以将按位操作的结果造型为一个字节,将这个字节放入一个单字节数组,并将这个数组返回给调用应用程序。
When you cast the integer into a single byte, only the least significant byte (0x00 to 0x7f) will be copied as a hex value to the single-byte array.
将这个整数造型为一个单字节时,只有最低有效位字节(0x00到 0x7f)会作为十六进制值拷贝到单字节数组。
Vector Pointers, since the value they point to is 16-bytes long, move forward in increments of 16 bytes, while char Pointers move forward in single-byte increments.
由于向量指针所指向的值是16字节长的,因此会按照16字节的单位来移动;而char指针则是按照1个字节的单位来移动的。
This list of tags — generated on an AD hoc basis during the actual document parsing — was used as an index for single-byte tag placeholders used in a structure schematic.
该标记列表—在实际的文档解析期间在特别基础上生成—用作结构示意图中使用的单字节标记占位符的索引。
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.
对于单字节字符编码模式,一个字节组成一个字符,单字节字符串的长度与字符串的字节长度相同。
Recall from the discussion of Table 2 in the first article of this series that there are two ways of representing length bytes: single-byte length notation and multi-byte length notation.
回想一下在本系列的第一篇文章中对表2的讨论,有两种表示字节长度的方法:单字节表示法和多字节表示法。
Every POSIX locale, regardless of whether it USES an ASCII single-byte or multibyte UTF-8 character encoding, relies on this character type, provided it is actually using a post-2.2 version of glibc.
每一种POSIXlocale,只要它实际上使用了post- 2.2版本的glibc,不管它是使用ASCII单字节,还是使用多字节utf - 8字符编码,都要依赖于这种字符类型。
If a program reads a single byte in memory, the processor loads the whole cache line that contains that byte into the L2 and L1 caches.
如果一个程序在存储中读到一个单独的字节,处理器就会释放包含字节的所有的缓存线到L2和L1缓存中。
In Figure 6, shows a search for the character after the third byte, which would have been the second occurrence of the character "a" if all were single byte characters.
在图6中,搜索第三个字节后的字符,如果所有的字符都是单字节字符的话应该搜索到第二次出现的“a”字符。
The register holding the conversion factor was geared to a single byte usage rather than a whole register (il loads the given value into each word but you need it in each byte).
保存转换因子的寄存器是按单个字节(而不是整个寄存器)的使用进行处理的(il将给定的值加载到每个字中,不过您需要按每个字节来使用这些值)。
These characters each have a single byte of display and multiple bytes of internal storage.
每个这些字符都有一个显示字节,以及多个字节的内部存储。
To erase a single byte in a sector in Ext2fs, a whole sector has to be copied to RAM, erased, then rewritten.
在Ext2fs 中,为了在一个扇区中擦除单个字节,必须将整个扇区复制到RAM,然后擦除,然后重写入。
This method reads the pieces from the Preferences API, combines them into a single byte array, and then converts this back into an object.
这个方法从PreferencesAPI中读取片段,并将它们结合为单个字节数组,然后将它转换为对象。
Documents written using ASCII characters are the fastest to parse because each character is guaranteed to be a single byte and map directly to its equivalent Unicode value.
用ascii字符编写的文档解析起来是最快的,因为每个字符都肯定是单字节的,可以直接映射到对应的unicode值。
Thus, a single unsigned byte would be dedicated for a predicted value, and predicting the 6,005,940 ratings of the test set would require 6,005,940 bytes.
这样,单个的无符号字节将决定一个预测值,而预测 6,005,940 个测试集中的打分需要 6,005,940 个字节。
Thus, a single unsigned byte would be dedicated for a predicted value, and predicting the 6,005,940 ratings of the test set would require 6,005,940 bytes.
这样,单个的无符号字节将决定一个预测值,而预测 6,005,940 个测试集中的打分需要 6,005,940 个字节。
应用推荐