For a Unicode database, you should use host variables instead of using string constants.
对于Unicode数据库,您应使用主机变量来代替字符串常量。
To create this file, you can either use a string resource editor from an IDE, or create a Unicode file using a Unicode editor, then convert it using the JDK's nativetoascii utility.
要创建这个文件,既可以使用IDE中的字符串资源编辑器,也可以使用Unicode编辑器创建一个Unicode文件,然后用JDK的nativetoascii工具转换它。
If you use a string or Unicode argument in a Qt method, it will automatically be converted to a QString.
如果您在Qt方法中使用了字符串或Unicode参数,那么它将自动转换成QString。
The length of the character string is dependent on the character encoding (ASCII, EBCDIC, and Unicode) that is used to encode the character.
字符字符串的长度取决于用于编码字符的字符编码方式(ASCII、EBCDIC和Unicode)。
When an application code page is different from the Unicode database, the database manager converts the character string from application code page to database Unicode code page.
如果应用程序编码页与Unicode数据库不同,那么数据库管理器会将字符串从应用程序编码页转换为数据库unicode编码页。
Python has a single string type, str, that behaves similarly to the version 2.x unicode type.
Python具有单一的字符串类型str,其功能类似于版本 2.x 的unicode 类型。
PHP USES so-called binary strings - in PHP, a string is not a string of Unicode characters, but rather a sequence of bytes.
PHP使用所谓的二进制字符串—在php中,一个字符串并不是一个Unicode字符的字符串,而是一个字节序列。
The escape method returns a string value (in Unicode format) that contains the contents of [the argument].
escape方法以Unicode格式返回一个包含传入参数内容的string类型的值。
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的新类型来处理字节序列。
No matter where it appears, an UpperFilters or LowerFilters value is of type REG_MULTI_SZ and can therefore contain one or more null-terminated Unicode string values.
无论它出现在哪里,一个高级过滤或者低级过滤指示一类REG_MULTI_SZ,并且因此可以包含一个或多个空终止字符编码标准串值。
Appends the string representation of a specified Unicode character to the end of this instance.
在此实例的结尾追加指定的布尔值的字符串表示形式。
Appends the string representation of a specified subarray of Unicode characters to the end of this instance.
在此实例的结尾追加指定的单精度浮点数的字符串表示形式。
Returns a new string in which all occurrences of a specified Unicode character in this instance are replaced with another specified Unicode character.
返回一个新字符串,其中当前实例中出现的所有指定字符串都替换为另一个指定的字符串。
Returns a new string of a specified length in which the beginning of the current string is padded with Spaces or with a specified Unicode character.
传回新字串,此字串会以空格填补左侧至指定的总长度,靠右对齐这个执行个体中的字元。
Returns a new string of a specified length in which the end of the current string is padded with Spaces or with a specified Unicode character.
返回一个新字符串,该字符串通过在此字符串中的字符右侧填充空格来达到指定的总长度,从而使这些字符左对齐。
Returns a new string of a specified length in which the end of the current string is padded with Spaces or with a specified Unicode character.
返回一个新字符串,该字符串通过在此字符串中的字符右侧填充空格来达到指定的总长度,从而使这些字符左对齐。
应用推荐