您要查找的是不是:
- literal string constant 文字串常量
- Gets or sets the literal string of code. 获取或设置代码字符串。
- Method cannot append the literal string to a content page. 方法无法将字符串追加到内容页。
- Technically, a string constant is an array of characters. 几行来写,这很有用。
- The entire string must be enclosed in braces to indicate that it is a format string and not a literal string. 整个字符串必须放在大括号内,表示它是格式字符串,而不是实际字符串。
- If a single quotation mark (') is part of the literal string, it can be represented by two single quotation marks ("). 如果单引号(')是文字字符串的一部分,则可以由两个单引号(")表示。
- Use two single quotation marks (') to represent a single quotation mark (apostrophe) in the literal string. 使用两个单引号(')来表示文字字符串中的单引号(撇号)。
- A literal string refers to the text between the opening and closing tag of an HTML control. 字符串引用HTML控件的开始标记和结束标记之间的文本。
- A string constant used in postback event arguments to indicate whether the user should be returned to the list view. 在回发事件参数中使用的字符串常量,用于指示是否应使用户返回到列表视图。
- Because "%" is part of the string you are searching for, you must specify that you mean it as a literal string and not a wildcard character. 因为“%25”是要搜索的字符串的一部分,必须指出它是原义字串而不是通配符。
- The Schematron processor performs a preprocessor pass during which it does a literal string substitution of the parameter with the given value. Schematron处理程序在用给定的值对参数进行文字串置换时,要执行一次预处理程序。
- A string constant used in postback event arguments to indicate that the browser should jump to a specific item in the list. 在回发事件参数中使用的字符串常量,用于指示浏览器应跳转到列表中的特定项。
- A string constant used in postback event arguments to indicate whether the list should jump to the first item beyond the currently visible items. 在回发事件参数中使用的字符串常量,用于指示列表是否应跳转到当前可见项之外的第一个项。
- The result of explicitly interning a computed string is the same string as any pre-existing literal string with the same contents. 建议:这方面的问题最好是去看书,经常出现乱七八糟的解释,还是自己好好研究一下比较好。
- However, the Debug version of your application will contain a string constant for each expression asserted using _ASSERTE. 但是,对于使用_ASSERTE断言的每个表达式,应用程序的“Debug”版本均包含一个字符串常数。
- For example, a string output macro might want to be able to cope with being passed either a string constant or a pointer to an existing string. 例如,一个字符串输出宏也许想能够处理无论传递的是一个字符串常量或是指向字符串的指针。
- For example, 'abc' is a character string constant, 123 is an integer constant, 'December 16, 1999' is a datetime constant, and 0x02FA is a binary constant. 例如,“abc”是字符串常量,123是整数常量,“December 16,1999”是datetime常量,而0x02FA是二进制常量。
- Are symbolics used rather than magic number constants or string constants? 是否使用了常数变量,而不是直接写了常数数字和字符串?
- Causes SQL Server 2005 to follow the SQL-92 rules regarding quotation mark delimiting identifiers and literal strings. 使SQL Server 2005遵从关于引号分隔标识符和文字字符串的SQL-92规则。
- When SET QUOTED_IDENTIFIER is OFF, literal strings in expressions can be delimited by single or double quotation marks. 当SET QUOTED_IDENTIFIER为OFF时,表达式中的文字字符串可以由单引号或双引号分隔。