• For example, in Listing 7 you added a element to the data model.

    比如清单7中向数据模型增加了元素。

    youdao

  • Cases 1 through 7 involve queries over XML element nodes.

    案例1到7涉及XML元素节点上的查询。

    youdao

  • Change the values for the new extension element to the following values as shown in figure 7.

    将新扩展元素的值更改为以下值,如图7所示。

    youdao

  • The resulting HTML looks like Listing 7. I included the entire listing for the first element in the menu, but skipped the repetitive listings for the other elements.

    我为菜单的第一个元素添加了完整的清单,但对于其他元素,则省略了重复的清单。

    youdao

  • You can go further into the process by simply clicking the given process element in the process Advisor, which launches the process Browser (see Figure 7).

    您可以仅通过点击processAdvisor中的特定过程元素,来启动过程浏览器(见图7)从而深入到过程中。

    youdao

  • As you can see in Listing 7, there is a lot of information under the element, including the name and deployment location of the J2EEModule, which makes it easier to manage new installed applications.

    正如您在清单7中所看到的,在元素之下有很多信息,包括J2EEModule的名称和部署位置,这更易于管理新安装的应用程序。

    youdao

  • A Web service design element was added to Lotus Domino 7.

    LotusDomino 7中添加了一个Web服务设计元素。

    youdao

  • The CipherValue element in Listing 7 contains a newly generated secret key, which is encrypted with the public key of the first party.

    清单7 中的CipherValue元素包含一个新生成的秘钥,它是用第一方的公钥加密的。

    youdao

  • As in Listing 7, add a text node to the "title" element and set its value to "Creating Search Pages".

    如清单7中所示,向“title ”元素添加一个文本节点,并将其值设为“CreatingSearchPages ”。

    youdao

  • Best Practice 7: do not declare the default language of a document in the body element, use the HTML element.

    最佳实践7:不要在body元素中声明文档的默认语言,使用html元素。

    youdao

  • Take the revious example in Listing 7, where we took an element with the ID myField and applied three separate style properties to it.

    再看看前面清单7 中的例子,我们用一个ID 为myField 的元素,对其应用三个不同的样式属性。

    youdao

  • The CallingApplication business object corresponds to the XML schema in Listing 7, which defines a global element referencing a complex type.

    CallingApplication业务对象与清单7中的XML模式对应;此模式定义了引用复杂类型的全局元素。

    youdao

  • Alternately, you can place the xsi: type attribute on the relevant element in the model, as shown in Listing 7.

    也可以将xsi:type属性放在模型中对应的元素上,如清单7所示。

    youdao

  • Listing 7 shows an example of the usage of repeat-nodeset on the XHTML table element.

    清单7显示了一个在XHTMLtable元素上使用repeat -nodeset的例子。

    youdao

  • Listing 7. Declaration of the tr: TheftReport element and related type.

    清单7.tr:TheftReport元素和相关类型的声明。

    youdao

  • Listing 7 is the schema that simply defines the select element and its associated content set.

    清单7是定义了select元素及相关内容集的模式。

    youdao

  • Listing 7 is an Examplotron schema that allows the optional quote element to have mixed content, and specifically embedded emph and strong tags.

    清单7是一个Examplotron模式,它允许可选的quote元素可以与其它内容混合,具体而言就是嵌入了emph和strong标记。

    youdao

  • Looking closely at Listing 6 and Listing 7, you'll notice that both request and response contain an EncryptedKey element.

    仔细看清单6和清单7,您将注意到请求和响应都包含EncryptedKey元素。

    youdao

  • Listing 7. The expiration element has type date.

    清单7.date类型的expiration元素。

    youdao

  • In both Listings 5 and 7, there is a CipherValue child element inside the CipherData element that contains the actual encrypted data.

    在清单5和7中,包含实际加密数据的CipherData元素中都有一个ciphervalue子元素。

    youdao

  • You can browse for the element to be used as the SOAP header using the tooling as shown in Figure 7.

    可以使用如图7所示的工具浏览将用作SOAP头部的元素。

    youdao

  • Test that the ol element has a number of li children greater than or equal to 2, as in Listing 7.

    判断ol元素有2个或2个以上的li孩子节点,如清单7所示。

    youdao

  • After you download MyWebService.nsf to your Lotus Domino 7 server, sign the Web service design element — MyWebservice — with an ID that can run restricted agents.

    在把MyWebservice . nsf下载到LotusDomino7服务器之后,用可以运行受限代理的ID标记Web服务设计元素——MyWebservice。

    youdao

  • Delete the call-template element from the code to remove the Properties section from the layout, as Listing 7 shows.

    从代码中删去call - template元素,以去掉布局中的properties段落,如列表7所示。

    youdao

  • Figure 7: Complete Class diagram for CheeseGrater model, showing new name for the cover element.

    图7:cheesegrater模型的完全的类图,显示出cover元素的新名称。

    youdao

  • You can see from the CSS that most of the styling occurs in the primary navigation ul element, shown in Listing 7 in Part 7. These styles modify the default styling found in the nav-bar.css.

    在这段CSS中可以看到,大多数样式出现在主导航ul元素中,见第7部分中的清单7。

    youdao

  • Repeat steps 6 and 7 for the element xftextinput. You should see a screen that looks like this.

    对于元素xftextinput,请重复步骤6和步骤7。

    youdao

  • Adding includenamespaceprefixes="#default" to the <xf:submission> element provides you with the document in Listing 7, which only includes the default namespaces that you've assigned to the model.

    为 <xf:submission>元素增加includenamespaceprefixes="#default" 将得到清单7所示的文档,它只包括分配给模型的默认名称空间。

    youdao

  • The second code block (lines 6-7) just passes the root element of the document off to the recursive modification method I'll get to in a moment.

    第二个代码块(第6 -7行)只是将文档的根元素传递给我马上要谈到的递归修改方法。

    youdao

  • The second code block (lines 6-7) just passes the root element of the document off to the recursive modification method I'll get to in a moment.

    第二个代码块(第6 -7行)只是将文档的根元素传递给我马上要谈到的递归修改方法。

    youdao

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

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

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