• The absence of this icon indicates that the Display Text template is not an input template; it will be shown in the wizard when the "Displaying data" radio button is selected.

    缺少这个图标意味着DisplayText模板不是一个输入模板;当选中“Displayingdata”单选按钮会出现向导中。

    youdao

  • In this example, the first template rule matches every text node in the input document.

    中,第一模板规则匹配输入文档中的每个文本节点

    youdao

  • Before executing the command, you need to create a customized activation profile with the specific input parameters for activating the template.

    执行命令之前需要创建一个自定义激活配置文件,其中包含用于激活模板特定输入参数

    youdao

  • Driver program - Template COBOL program that shows how the input and output converters can be used to interact with the existing COBOL application.

    驱动程序- 一个模板COBOL 程序,说明输入输出转换器如何现有的 COBOL应用程序互操作。

    youdao

  • A text template undergoes a transformation process which takes the text template file as input, transforms it, and generates an output text file.

    文本模板有一个文本模板文件作为输入转换文本模板,输出文本文件转换过程

    youdao

  • The use of template rules to handle various events in the input document means that the conversion can be content driven rather than strictly controlled by a sequential process.

    使用模板规则处理输入文档中的各种事件意味着会话可以内容驱动的,不是严格按照顺序控制

    youdao

  • Simply iterating over the numbers from one to ten, say, with XSLT 1.0 is clumsy if the number of times your template needs to iterate bears no relationship to the input document.

    比方简单地迭代如果模板需要迭代次数输入文档没有什么关系,使用 XSLT 1.0 完成这个任务就非常麻烦。

    youdao

  • The forms client performs various tasks, such as managing a local reusable forms template repository and displaying forms to the user for data viewing or input.

    表单客户机执行多项任务管理本地可重用表单模板用户显示表单以查看数据输入。

    youdao

  • The navigator takes a request template and a value object as input and returns and response template.

    导航将获取作为输入请求模板对象返回响应模板。

    youdao

  • For example, a model of the flow of control between the individual pages in a user interface, such as a wizard, can be passed as input to a text template.

    个例子,用户界面页面之间流程控制模型例如向导界面,可以通过输入一个文本模板。

    youdao

  • The transform occurs by matching patterns in the input XML that selects a template with the content to output.

    这种转换通过输入XML选择输出内容模板模式匹配实现的。

    youdao

  • Following the processing model of the language, it first locates the template rule for processing the root node of the input tree.

    按照语言处理模型首先查找处理输入树根节点模板规则

    youdao

  • The first thing the XSLT engine does with the directory listing, which is the input, is match it to the template.

    XSLT引擎目录列表输入)所第一件事就是匹配模板

    youdao

  • This tag lets the template change the attributes of the input model on the fly.

    标签允许模板动态更改输入模型属性

    youdao

  • The first version of XSLT was very strict. It had one input and one output (although you could have more than one template file).

    XSLT第一版本很大的局限性只能输入一个输出(虽然可以多个模板文件)。

    youdao

  • For example, you could select your new Input Date Picker template, and uncheck it.

    例如可以选择新的InputDatePicker模板取消它的选择。

    youdao

  • The output template can be modified by using the output tree's context menu to add new nodes to it or by dragging and dropping existing ones from the Input tree.

    可以使用Output上下文菜单修改输出模板其添加新的节点或者input树中已有的节点。

    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

  • A sample entry from the master detail Input is displayed on the left-side tree, while the right-side tree defines the Output template of the transformation.

    左侧中将显示来自主细input示例条目右侧的树则定义转换的Out put模板

    youdao

  • Here is an example input model for this template.

    这里模板输入模型实例

    youdao

  • Here is a sample input model for this template.

    模板输入模型实例如下

    youdao

  • Again, no. Whenever input data is being combined to produce formatted output, the cleanest and most efficient approach is to use a template engine such as StringTemplate or FreeMarker.

    不论何时将输入数据组合在一起形成格式化输出时,漂亮最有效方法使用模板引擎(例如stringtemplate或FreeMarker)。

    youdao

  • If you want to copy an XML document, but change the names of all elements named name_to_change in the input, the crucial template might look like this.

    如果复制XML文档更改输入所有命名为name_to_change元素名称,则关键模板如下。

    youdao

  • Service request input requirements: defines the template for service request.

    服务请求输出要求定义服务请求模板

    youdao

  • If you specify "-" as the source for the XML document, the command will read the XML source from standard input. Next, create the template XSLT document, as shown below.

    如果指定-作为XML文档命令标准输入中读取xml源。

    youdao

  • The trick is to use a style sheet that copies its input verbatim. This only requires one template, as shown with in Listing 4

    诀窍就是使用逐字复制输入样式

    youdao

  • The template displays a screen in which you fill out the input and output property names along with the namespace in which you want to declare them (see figure 5).

    模板将显示一个屏幕其中填写输入输出属性以及用于声明它们名称空间(参见图5)。

    youdao

  • Using this technique, you would have to write a different recursive template for each variety of input data that you wanted to aggregate.

    采用这种技术必须需要聚合不同类型输入数据编写不同模板

    youdao

  • The custom code in ModifyCase USES test case template as the input parameter to generate the 1000 test cases XML document.

    ModifyCase中的通用代码使用测试模板作为输入参数生成1000个测试用xml文件。

    youdao

  • Add a method called get with return type as the template parameter t from the method (as shown in Figure 4), and an input parameter named index whose type is int.

    添加一个名为get方法方法中,使返回类型模板参数t(如图4所示),然后输入参数名字index,其类型int。

    youdao

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

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

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