• 自己输入量得的数据,然后电脑就会样式打印出来

    You measure yourself, enter measurements and the computer will print out the pattern.

    《柯林斯英汉双解大词典》

  • 例如最近所谓管道中实现了“管道”通过xslt样式定制过滤器组合来转换输入文档

    For example, I recently implemented it in a so-called "pipe" that transforms input documents through a combination of XSLT style sheets and custom-made filters.

    youdao

  • 可以修改用于输入输出编码样式

    You can also modify the encoding style used for inputs and outputs.

    youdao

  • 文件中心样式最多允许输入一个输出。

    Document-centered style allows, at most, one input and one output.

    youdao

  • RPC样式支持多种输入输出参数

    RPC style supports multiple input and output parameters.

    youdao

  • 输入文档中的样式映射结果中的对应结构元素

    It maps the styles in the input document to the desired structural elements in the results.

    youdao

  • 提供了命令行参数设置输入文档选择样式更改选项

    I have also provided command-line arguments to set the input document, choose a style sheet, and change the options.

    youdao

  • 使用XML文档样式作为输入然后生成结果文档作为输出程序

    That is, it is a program that takes an XML document and a style sheet as input and produces a result document as output.

    youdao

  • HTML文档样式部分中,输入空格一个前花括号开始定义

    In the style section of an HTML document, type the name of the class, a space, and an opening curly bracket to begin the definition.

    youdao

  • 为了测试正则表达式样式只是不加改变地复制输入

    To test the regular expression, the stylesheet simply copies its input unmodified.

    youdao

  • 因此包装样式具有这样的一个特征输入元素名称操作的名称相同的。

    It just so happens that one of the characteristics of the wrapped pattern is that the name of the input element is the same as the name of the operation.

    youdao

  • 但是如果xslt样式大型输入文档执行复杂操作处理那么应该考虑样式所用结构性能影响

    But when an XSLT stylesheet performs complex operations or works on a large input document, it's time to start thinking about the performance impact of constructs used in the stylesheet.

    youdao

  • 例如输入40对应中低衰减样式大于等于80值将对应不透明衰减设置

    An input value of 40, for example, will correspond to a low-medium fade style, whereas a value of 80 or greater will correspond to the most opaque fade setting.

    youdao

  • 提高性能磁盘读取样式存在内存中——节点不能缓存输入消息提供的样式表。

    To improve performance, stylesheets read from disk are cached in memory - the node does not cache stylesheets that are supplied in the input message.

    youdao

  • 因为样式输入预处理程序输出样式表可以有效地输出预处理程序生成XML文档

    Since the input to the stylesheet is the output of the pre-processor, the stylesheet effectively outputs the XML document generated by the pre-processor.

    youdao

  • 所见方法样式作为输入那个Transformer实例所有变换使用

    As you see, this method takes the style sheet as input to use in all transformations for that Transformer instance.

    youdao

  • 清单3组合了这些方法样式应用WeatherReporter应用程序输入面板上

    Listing 3 combines these approaches to apply styles to the Weather Reporter application's input panel.

    youdao

  • 对于Word不同用户可能使用不同技术创建输入文档包括直接应用字体更改不是使用样式

    In the case of Word, a variety of users might have created the input documents using different techniques, including directly applying font changes rather than using styles.

    youdao

  • 这个方法需要一个输入——恰好远程RSS提示,使用final . xsl样式表把转换成headlines .html文件

    This method simply takes an input source, which happens to be a remote RSS feed, and transforms it, using the final.xsl stylesheet, to the headlines.html file.

    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

  • 这些输入名称可能看上去有些怪异但是通过这种样式构造名称,PHP自动创建inventory数组,并且填充了名称-值

    Those input names may look weird, but by structuring them in this fashion, PHP will create the "inventory" array automatically, complete with name-value pairs.

    youdao

  • 使用转换功能的样式表 —实际上指不执行任何操作回转接收输入内容样式表 —称作标识转换(identity transformation)。

    Using a non-transforming stylesheetessentially a stylesheet that does nothing but echo out what it receives as inputis called an identity transformation.

    youdao

  • 由于WalkFilter修改输入文档所以不再可能依靠最后修改文件日期确定是否应该重新制定文档的样式

    Because WalkFilter modifies the input document, it is no longer possible to rely on the date a file was last modified to decide whether it should be restyled or not.

    youdao

  • 复制XML文档又要将元素限定名重命名另一个限定需要匹配输入文档和样式之间名称空间URI

    To copy an XML document, but rename an element from one qualified name to another, you need to match namespace URIs between the input document and the stylesheet.

    youdao

  • 样式一个指令集合,它指定特定类型数据作为输入指定其他一组数据格式化作为输出

    A stylesheet is a set of instructions that specify certain types of data as input and specify some other set of data and formatting as output.

    youdao

  • 清单4演示XML输入文件xsl样式XSLT处理程序多种可能输出之间关系

    Listing 4 illustrates the relationship between the XML input file, the XSL stylesheet, the XSLT processor, and multiple possible outputs.

    youdao

  • 因为输入XML数据包含统一元素列表,所以样式表中可以根据地址这些元素进行分类

    Since the incoming XML data just contains a flat list of elements, you'll group them by address in the stylesheet.

    youdao

  • 目录列表中包含测试文件URL作为xsl样式输入

    This directory listing contains the URLs of the test files and will be the input to the XSL stylesheet.

    youdao

  • 为了研究一些事件处理技术假定我们希望网页用户输入的来决定不同渲染样式

    To illustrate some event handling techniques, suppose we wish to have a single page rendered in several different styles based on user input.

    youdao

  • 简单的解决方案提供一个额外的样式,该样式修改输入“清单4中的 identity.xsl。

    The easiest solution is to provide one extra style sheet that does not modify the input, such as identity.xsl in Listing 4.

    youdao

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

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

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