string constant meaning in English
串常数
Examples
- As opposed to having the jvm allocate memory to a string constant multiple times as in
) ,而不是让jvm多次为一个string常量分配内存(如在 - For a unicode database , you should use host variables instead of using string constants
对于unicode数据库,您应使用主机变量来代替字符串常量。 - For string constants , however , compares the values of the strings and returns true if the two strings are identical
但对于字符串常数, = =比较字符串的值,如果两个字符串相同,则返回 - Or a pointer to the null - terminated string constant that contains the item text . for more information about programming with the
或一个指向包含项文本的以null结尾的字符串常量的指针。 - A string constant used in postback event arguments to indicate whether the user should be returned to the list view
在回发事件参数中使用的字符串常量,用于指示是否应使用户返回到列表视图。