• This HTTP header stores a string value and is often a list of values.

    这个http头存储字符串值,并且它通常为一系列值。

    youdao

  • This section describes how to persist a string value with the provided templates.

    这个部分描述了怎样长久化一个带有提供模板的字符串值。

    youdao

  • The title attribute contains a String value that is shown in the window's title bar.

    title属性包含一个String值,这个字符串将在窗口的标题栏显示。

    youdao

  • This function takes a string value as input which is a valid SQL full select statement.

    此函数将一个字符串值作为输入,该字符串是一个有效的SQL全选择语句。

    youdao

  • Modify the getMsg controller action to take a string parameter and return a string value.

    修改getMsg控制器动作以获取字符串参数并返回字符串值。

    youdao

  • The qualifier may contain a String value in which case Spring will attempt to match by name.

    qualifier可以包含一个字符串值,在这种情况下,Spring会试图通过名字来找到对应的对象。

    youdao

  • The main difference is that a HashMap is instantiated that associates a String value to a String key.

    主要差别是,实例化了一个HashMap,用于将一个string值与一个string键相关联。

    youdao

  • A string value that is recognized by the obfuscation tool and which specifies processing options.

    一个字符串值,可由模糊处理工具识别并指定处理选项。

    youdao

  • Create a string value, CLSID, under the subkey and set the string to the CLSID of your protocol handler.

    在你子键下创建一个字符串value,CLSID,将它设置为你的协议处理器。

    youdao

  • The escape method returns a string value (in Unicode format) that contains the contents of [the argument].

    escape方法以Unicode格式返回一个包含传入参数内容的string类型的值。

    youdao

  • Instead of supplying a string value as described 'above', a function is provided that computes the value.

    不供给值,而是供给一个函数,由这个函数核算的值作为属性值。

    youdao

  • Instead of supplying a string value as described 'above', a function is provided that computes the value.

    不提供值,而是提供一个函数,由这个函数计算的值作为属性值。

    youdao

  • Thus, the default validators in the topology editor automatically ensure that the attribute has a string value.

    因此,拓扑编辑器中的默认确认器会自动确保属性有一个字符串类型的值。

    youdao

  • In Listing 9, a string value is valid only if it is from 3 to 25 characters long and ends with the string "xyz".

    在清单9中,一个字符串值只有在由3到25个字符组成并且以“xyz”为结尾时才是有效的。

    youdao

  • If the var attribute is specified, then a String value containing the formatted date is assigned to the named variable.

    如果指定了var属性,那就把包含格式化日期的string值指派给指定的变量。

    youdao

  • If you compare both the values, you will find that JSON returns only a string value without the overhead of XML node processing.

    对以上两个结果进行对比,不难发现JSON返回的是一个没有XML顶部节点的字符串的值。

    youdao

  • The calling portlet's URI is then converted to a String value and is set as an attribute value to the PortletRequest object.

    接着发出调用的portlet的URI将被转换成string值,并作为属性值被赋给portletRequest对象。

    youdao

  • Displays the enumeration entry as a string value, if possible, and otherwise displays the integer value of the current instance.

    如有可能,将枚举项显示为字符串值,否则显示当前实例的整数值。

    youdao

  • Returns a string value consisting of all the elements of an array concatenated together and separated by the specified separator string.

    返回一个字符串值,其中包含一个数组的所有元素,这些元素连接在一起,并由指定的分隔符字符串分隔。

    youdao

  • To enter a String value using the like operator, type directly into the value field using the % character as a wild card for a text pattern.

    在使用like 操作符时,在Value框中直接输入字符串值并使用 %字符作为文本模式的通配符。

    youdao

  • Erlang does not support the idea of a string directly, although you can use a double quoted value to create a string value (see Listing 18).

    Erlang不直接支持字符串的概念,但是可以使用带双引号的值创建字符串值(参见清单18)。

    youdao

  • Ranges are named collections that are keyed by a numerical range limit and have a String value representing the name of the numerical range.

    Ranges是指定的收集,它由数值范围限制键控,并且拥有一个表示数值范围名称的string值。

    youdao

  • Therefore, even if an account actually does provide a String value, it might be invalid, or Google might return more than one set of coordinates for it.

    因此,即使帐户确实提供了一个string值,它也可能是无效的,或者Google可能会为它返回多个坐标集。

    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

  • In XSLT 2.0, the semantics of the XSL: value-of instruction is changed, and it returns a string value of all passed nodes-not just of the first one.

    在XSLT 2.0中,修改了xsl:value - of指令的语义,并且它将返回所有已传输节点的字符串值—而不仅仅是第一个。

    youdao

  • This operation takes a String value from the controller layer and returns a complex SampleOperationResponse type object. This data type contains the following.

    此操作从控制器层获得一个string值,并返回复杂SampleOperationResponse类型对象。

    youdao

  • The var attribute causes the content fetched from the specified URL to be stored (as a String value) in a scoped variable, rather than included in the current JSP page.

    var属性会导致从指定URL获取的内容(作为String值)被存储在一个限定了作用域的变量中,而不是包含在当前 JSP 页面中。

    youdao

  • Instead of using the command-line parameter to set the account's status, you'll set a string value in the build file, and the task will use the string value to update the status.

    不要使用命令行参数来设置帐户状态,您要在构建文件中设置一个字符串值,任务会使用字符串值更新状态。

    youdao

  • Now, the sqlquery function can take multiple arguments as input where the first argument is a string value representing a full select followed by the values of the parameters.

    现在,sqlquery函数可以将多个参数作为输入,第一个参数是一个表示全选择的字符串,其后是参数的值。

    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

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

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

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