• The fault string element provides a human readable explanation of the fault and is not intended for algorithmic processing.

    错误字符串元素提供错误解释,它并不用于算法处理

    youdao

  • Instead, they do a full-text search on string elements, such as title, author, and description, and the where element valueString attribute.

    相反他们string元素(例如titleauthordescription以及where元素valuestring属性)进行全文搜索

    youdao

  • The model takes into account the effect of stiffness of the string element and the effect of casing string stabilizers, and makes smoothing and interpolation to the measured well inclination data.

    模型考虑管柱单元刚性效应套管扶正影响同时实测数据进行平滑插值处理

    youdao

  • For each row retrieved from the cursor call, the element was appended to the string along with a delimiter.

    对于光标调用中检索到每一元素附加字符串具有分隔符。

    youdao

  • Listing 1 demonstrates how to use these stored procedures to produce one XML element string per row, each containing one element per column.

    清单1说明如何使用这些存储过程生成每行xml元素字符串每个字符串包含一个元素。

    youdao

  • When specifying patterns in the element, realize that regular expressions are used to perform the matching and string replacement.

    元素指定模式请注意使用正则表达式执行匹配字符串替换

    youdao

  • You can assert that a string, table, or a form-input element with a given label is present or not present in the page.

    可以字符串或者带有指定标签表单输入元素是否存在页面进行断言

    youdao

  • In the overriding function, we are wrapping the DIV element around the delimited list of links and returning the resulting string.

    覆盖函数中,我们链接列表外边加上DIV元素返回产生的字符串。

    youdao

  • Pre-defining the SQL string in an annotation element simplifies static execution support.

    注释元素中预先定义SQL字符串可以简化静态执行支持。

    youdao

  • Adding data to the element and appending the element as a child of the row is straightforward when working with string values, as in Listing 12.

    在处理字符串元素添加数据将元素附加行的元素非常直观清单12所示。

    youdao

  • If this is true, then it saves the string value for the contents of the element in the items array.

    如果这样就将字符串保存条目数组元素内容

    youdao

  • The string can be a label for a user interface element, a URL, or message text, for example.

    字符串可以用户界面元素标记,一个URL或是一个消息文本

    youdao

  • The described conversion is straight-forward and can be done in-place, i.e. the memory area holding the WKT string is modified directly to transform it to a valid SVG element string.

    上述转换非常简单,可以完成,即,直接修改存放wkt字符串存储其转换一个有效的SVG元素字符串。

    youdao

  • The string in the parentheses is the XML file path of the resource and the ID of the XML element.

    圆括号中的字符串资源XML文件路径xml元素ID

    youdao

  • Before we can do anything String-specific with that retrieved value, we have to cast it to a String, even when the retrieved element was added in the same code block!

    在对检索到的进行任何特定于String的操作之前必须强制转换String即使检索到的元素添加到同一代码块中,也是如此!

    youdao

  • To specify an int variable for an iterator and a String variable for element name, use the code in Listing 17.

    迭代器指定int变量元素名称指定String变量,请使用清单17中的代码

    youdao

  • The String is formed by pairs of HTML Element (placeholder) Identifiers and the message-key that will be displayed inside that HTML element after resolution.

    字符串HTMLElement占位符Identifier消息键组成,并且这个消息键解析之后显示 HTML元素内。

    youdao

  • I get a list of all the content of the element and scan through the list, checking for text (as String objects) and elements.

    获取包含元素所有内容列表扫描张列表,检查文本(string对象那样的内容)元素

    youdao

  • Use the elemtext String variable, which was set for event type START_TAG, to get the element tag name.

    可以使用elemtextString变量获得元素标签名称变量事件类型START _ TAG设置的。

    youdao

  • Since an ElementTree Element instance has a single.text attributewhich contains a stringthat does not really leave space for a broken sequence of strings.

    由于ElementTreeElement实例个单一的.text属性-包含一个字符串-并不真正断开字符串序列保留空格。

    youdao

  • In this example, an element of type anyAtomicType can contain a string or integer as a valid value.

    这个例子中,一个anyatomictype类型元素可以包含字符串整数作为有效值。

    youdao

  • Use the int variable iter to indicate the different "article" elements in the XML document, and the String variable elemtext to specify the element tag name.

    使用int变量iter表示XML文档不同article元素,同时使用String变量elemtext来制定元素标签名称

    youdao

  • A title, which expresses a short, human readable subject line for the entry, and can be a blank string (represented by an empty title element, such as).

    标题(title),简短人类记录主体;允许使用字符串(用空的标题元素表示,如)。

    youdao

  • Serializing the form data is easy with jQuery: You simply access the form element and call the serialize function to get a standard query string.

    jQuery序列化表单数据比较容易:只需要访问form元素调用serialize功能获取一个标准查询字符串。

    youdao

  • Like filter , map evaluates the string passed as its second argument, passing each list element in turn, via v: val.

    filter一样,map计算作为第二参数传递字符串,并且通过vval传递每个列表元素

    youdao

  • Extract each (step3) HTML element, applying a string replace operation (step3a1).

    提取每个(step3)HTML元素,执行字符串替换操作(step3a1)。

    youdao

  • You go through the cookies, form a string array with one element for each cookie, and then use this array to set up the RequestOptions object as shown in listing 2.

    通览cookies使用每个cookies的元素形成字符串数组然后使用数组设置RequestOptions对象如清单2

    youdao

  • It begins by creating the root invoice element as a string and loading it into a SimpleXML object.

    创建字符串类型invoice元素载入一个SimpleXML对象

    youdao

  • The type property refers to the type of the element you're modifying, which in this case is a String.

    type属性引用修改元素类型例中使用String

    youdao

  • Listing 22 is a modified version of code originally provided by Sam Ruby that takes the JSON serialization of an Atom text construct or content element and converts it back into a string.

    清单22最初SamRuby提供代码进行了修改包含Atom文本结构内容元素JSON序列化转换一个字符串。

    youdao

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

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

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