multibyte
英音[ ˌmʌltiˈbaɪt ] 美音[ ˌmʌltiˈbaɪt ]

多字节

常用释义

词性释义

adj.

多字节的
例句
  • 全部
  • 多字节
如果你需要转换一个多字节的整型数据到另外一种编码格式,那将是件相当容易的事情。
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个字节);在整理文本数据时支持使用代码集顺序。
默认情况下,所有多字节函数使用与操作系统默认代码页相对应的多字节代码页开始执行过程。
Similarly, when the multibyte code page changes, the behavior of the multibyte functions changes to that dictated by the chosen code page.
同样,更改多字节代码页时,多字节函数的行为更改为由选定的代码页指示的行为。
以下错误讯息可能正指明了这件事:无效的或不完整的多字节或宽字元。
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个字节);在整理文本数据时支持使用代码集顺序。
In a multibyte character set (MBCS), some characters are represented by one byte and others by more than one byte.
在多字节字符集(MBCS)中,一些字符用一个字节表示,其他的用多于一个字节表示。
任何多字节代码页也可以表示为一个非常大的表(有64K项),包含双字节值到字符的映射。
PostgreSQL支持多种字符编码包括多字节字符编码。
不同的电脑会使用不同的惯例,对多个位元组整数值内的位元组进行排序。
The CRT now has more checks for invalid multibyte characters, where a lead byte is followed by a null trail byte.
现在,CRT对前导字节后跟着空尾字节的无效多字节字符要进行更多的检查。
字符集(代码页)用于解释多字节字符数据,该数据确定字符值并依此确定排序顺序。
在某个多字节字符集内,前导字节位于某个特定范围内,尾字节也一样。
选择[多字节字符数据库(桌面)]并将其它设置保留为其缺省值。
代码页设置只适用于多字节字符数据,而不适用于Unicode字符数据。
LVARCHAR (IDS) Stores single-byte or multibyte text strings of varying length (up to 32, 739 bytes).
LVARCHAR(IDS)存储可变长度的单字节或多字节文本字符串(最高可达32,739个字节)。
The function may be exported incorrectly as MULTIBYTE instead of as UNICODE.
导作为UNICODEMULTIBYTE代替函数可能出错误。
多字节字符常数是无效的。
C运行库有两类内部代码页:区域设置和多字节。
转换格式,使用8位多字节编码形式。
1·UCS is the multibyte (31-bit) superset of all known set encodings defined by the ISO 10646 standard.
UCS是ISO 10646标准定义的所有已知字符集编码的多字节(31位)超集。
2·The purpose of UTF-8 is to make it possible for 7-bit and 8-bit ASCII applications to live in a potentially multibyte Unicode-encoded environment.
UTF - 8的目的是使7位和8位ascii应用程序可以在将来的多字节unicode编辑环境中生存。
3·Code conversion to multibyte encodings.
代码转换成多字节编码。
4·The C run-time library has two types of internal code pages: locale and multibyte.
C 运行库有两类内部代码页:区域设置和多字节。