• All characters are ordinary, the expression is a literal string.

    所有字符普通的,表达式字面字符串

    youdao

  • A literal string refers to the text between the opening and closing tag of an HTML control.

    常值字串会参考HTML控制项开头标记结尾标记之间文字

    youdao

  • This test verifies the helper method output by using a literal string value that contains double quotes.

    测试通过使用含有引号文字字符串来检查辅助方法输出

    youdao

  • Curly brackets instruct DB2 to evaluate and process the enclosed expression rather than treat it as a literal string.

    花括号指示DB 2计算处理其中表达式不是将当作文字字符串。

    youdao

  • However, all parameter values are enclosed in single quotes, which makes the contents within the quotes a literal string.

    所有参数使用引号使单引号中的内容成为了字符串

    youdao

  • We must also remember not to break the literal string into separate lines, unless the string we are comparing to is similarly broken.

    我们必须记住不要文字字符串分行除非比较字符串同样分行

    youdao

  • You can search for strings in vi using the / command, specifying the pattern to match either as a literal string or as a regular expression.

    vi 中可以使用 /命令搜索字符串需要以字面字符串正则表达式的形式指定匹配模式

    youdao

  • The Schematron processor performs a preprocessor pass during which it does a literal string substitution of the parameter with the given value.

    Schematron处理程序给定参数进行文字置换时,要执行一次预处理程序

    youdao

  • This value attribute USES the XPath concat function to combine the literal string 'Hello' with the current value of the Name element in the model.

    value属性XPathconcat函数文字'Hello '模型Name元素当前连起来。

    youdao

  • Search Settings include choosing case sensitivity, scope, and whether or not to interpret the search string as a regular expression or as a literal string.

    搜索设置包括选择是否区分大小写搜索字符串作为正则表达式还是文本字符串解释等。

    youdao

  • Concatenation is the process to sequentially join multiple pieces of data, usually literal strings with non-string-literal data (most commonly, variables or other literals).

    连接操作个顺序连接多个数据片段过程通常是连接字符串字符串数据(绝大多数是变量其它字符)。

    youdao

  • After the refactoring, all USES of that number or string literal in the class refer to that field, instead of the number or string literal itself.

    重构后所有这个中的数字字符串文字使用都将指向字段而不是指向数字或字符串文字本身

    youdao

  • Comparing a variable having an atomic value (number, Boolean, or string) to another such variable or a literal atomic value, and expecting the type of one to be cast automatically to the other type.

    包含原子(数字尔值字符串)的变量一个此类变量或者文字原子值比较,希望类型自动转换一种类型。

    youdao

  • This way, you can modify the number or string literal in just one place (the value of the field), instead of doing a search and replace throughout your code.

    这样一个位置(字段)可以实现所有数字字符串文字修改,再也无需在代码执行查询替代了。

    youdao

  • For instance, it can be a string literal in the program or read from a local file.

    例如可以程序中的文字本地文件读取

    youdao

  • The? (question mark) literal in the statement string is a parameter marker that represents the variable in which the result is returned.

    语句字符串中的?(问号)一个参数标识代表用来返回结果变量

    youdao

  • So, map passes each String in strings to the function literal and builds up a new collection with the results returned by the function literal.

    继续,map 把strings里面String传递字面函数,从而这些返回创建了一个新的集合

    youdao

  • The printk function relies on a feature of the C language called string literal concatenation.

    printk 是基于C语言一个名为字符串逐字连接 的特性

    youdao

  • To use, select the number or string literal in the editor, press Ctrl + 1 and select Extract to Constant.

    使用这个重构,请选择编辑中的数字字符串文字,然后下Ctrl +1选择Extract to Constant。

    youdao

  • A URI Template is a string value that includes a mixture of literal character sequences and specialized tokens that, when processed with a set of input values, yields a URI. For example.

    URI模板字符串文字字符序列特殊标记组成,可以将一系列输入转换一个URI。

    youdao

  • Conversely, use the encode method of a string object if you want a bytes literal from that string.

    相反如果字符串得到bytesliteral表示,可以使用字符串对象encode方法

    youdao

  • The format (picture) string in format-number() has digit markers with "passive" characters before or after, which are intended to be literal characters in the result

    format-number() 中的格式picture字符串具有前后被动字符数字标识符,通常是结果中的文字

    youdao

  • We use the STR function to parse the multi-line string literal.

    我们使用str函数解析这个多行字符串

    youdao

  • Hence the final result would be a node-set containing two value elements namedUSPrice, where both hold a numeric value in the form of a string literal.

    因此最终结果应该包含元素named -USPrice节点集,两个元素都存有字符串参数形式数值

    youdao

  • For example, we could search for concat functions with all string-literal values, then concatenate the arguments into a string value as in Figure 8.

    举例来说,我们可以搜索带有全部字符串concat函数随后参数连接一个字符串如图8所示。

    youdao

  • Each table is a literal representation of the structures shown in Tables 2 through 9, delivered as a two-dimensional matrix of String .

    每个2表9所示结构文本表示,是作为二维矩阵String提供的。

    youdao

  • Your idea of formatting a string literal is right. YET this formatting have to be done via prepared statement.

    格式化字符串文字想法正确的。然而格式必须通过事先准备好的声明中

    youdao

  • A string literal represents a string constant obtained from concatenating a sequence of characters. There are two forms: raw string literals and interpreted string literals.

    字符串面值表示字符序列构成的字符串常量两种格式原始字符串字面值解释字符串字面值。

    youdao

  • The parameter value can be any valid template expression such as a string literal or a component property.

    参数可以任何有效模板表达式比如字符串字面量组件属性

    youdao

  • In Listing 15, we revisit our problem of evaluating a concat function by creating a match function (to find concat nodes with string-literal arguments) and an editor function (to evaluate the concat).

    清单15中,我们创建了一个match函数(用于查找具有字符串参数的连接节点)editor函数(用于对连接求值),再次遇到concat函数求值的问题

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定