• One of the limitations in my original solution was that it reported only the match pattern when each template started and ended execution.

    原先解决方案中所存在限制之一每个模板启动然后结束执行之后,报告match模式

    youdao

  • A British astronomer was analyzing a spectrograph of sunlight, and he noticed a particular pattern of spectral lines that didn't match anything in the library.

    英国天文学家分析一台太阳光摄谱仪时注意到一种特殊光谱线模式,它与图书馆里任何一种都匹配

    youdao

  • The query attempts to match the triples of the graph pattern to the model.

    这个查询试图图形模式元模式模型进行匹配

    youdao

  • You can precede it with a line number, range, pattern to match, or enclosed in slashes.

    可以前面附加范围匹配包括斜杠中的模式

    youdao

  • It is surprisingly simple: the name itself differs, so we can use a simple pattern match on the name field.

    令人惊奇的简单:只是名字区别所以我们NAME使用一个简单的模式匹配

    youdao

  • To find these concepts in text, you can specify rules that define a pattern to match these concepts.

    为了文本寻找这些概念可以通过指定规则定义匹配这些概念的模式

    youdao

  • It proceeds through each one, trying to match the input form to the pattern and, if it matches, it produces the associated expansion.

    依次通过每个组合进行处理,尝试输入形式模式进行匹配如果匹配的话,它就产生关联的展开形式。

    youdao

  • To rectify this, you can, at any time, create a static cache rule that enables you to match a particular URL pattern with a new (and probably larger) last-modified factor.

    为了修正这种情况,可以任何时候创建一条静态缓存规则(匹配某种特殊URL模式以及较大的“最后修改”系数)。

    youdao

  • It is comparatively easy to read this "password" file and simply try and match the knock pattern to gain access to this system.

    这个密码文件非常容易读取并且通过尝试匹配敲打模式可以获得对系统的访问权限。

    youdao

  • It is compartively easy to read this "password" file, and simply try and match the tone pattern to gain access to the system.

    读取密码文件或只简单地尝试匹配音调模式获得系统访问相对来说都很容易

    youdao

  • In the first versions of XI, you would specify the regex through a pattern attribute associated to the match element.

    XI第一版本中,应该通过与匹配元素相关模式属性指定正则表达式

    youdao

  • If you want to match a pattern multiple times within a character sequence, the above code snippets are a good place to start.

    如果字符序列多次匹配一个模式上面代码片段一个很好的起点

    youdao

  • A list of all classes in the project's build path that match that pattern are presented in a list, from which you can select the class and package name you want to use.

    一个列表中显示与模式匹配项目构建路径中的所有可以从此列表选择希望使用名称名称。

    youdao

  • When you know the pattern to name an object, you need to choose terms from the glossary models to match the pattern.

    了解对象命名所要求的模式之后,需要术语模型选择词汇匹配这个模式。

    youdao

  • This function literal does a pattern match on the message instance to decide how to handle the message.

    这个字面函数给消息一个模式匹配决定它被如何处理

    youdao

  • The ? character means to match zero or one instance of the previous pattern element; the * character means to match zero or more of the previous element.

    字符表示匹配前面模式元素一个实例,* 字符表示匹配前面元素的零个或多个实例。

    youdao

  • Note in the evaluation, if the pattern is a bound variable, or the element of the pattern is a bound variable, then the result of the pattern match becomes a comparison.

    注意如果模式绑定变量或者模式元素是绑定变量,那么模式匹配结果就会变成比较

    youdao

  • Looking at the code, you can see that the regular expression pattern was set to match a line that contained 20-29%.

    查看代码可以看到正则表达式模式设置匹配某个包含20- 29%的

    youdao

  • The general rule to remember is that the ODR tries to match the most specific pattern.

    需要牢记一般规则ODR试图匹配具体的模式

    youdao

  • An initial scan of the input directory when the flow is started populates a list of input files that match the input pattern and are waiting to be processed by the message flow.

    启动初始输入目录扫描将填充与输入模式匹配等待消息处理输入文件列表

    youdao

  • You can search for strings in vi using the / command, specifying the pattern to match either as a literal string or as a regular expression.

    vi 中可以使用 /命令搜索字符串需要以字面字符串正则表达式的形式指定匹配模式

    youdao

  • Similar to resolve, this method also returns an array of config objects, since multiple config objects can match the pattern.

    resolve类似这个方法会返回一个配置对象数组因为许多配置对象都可以匹配这种模式。

    youdao

  • The complete method allows you to search the RDF model for statements that match a specified pattern.

    complete方法允许搜索rdf模型以找到一个匹配指定模式语句

    youdao

  • If a pattern match is found, the connection is let in, or more precisely, TCPD dies and lets the real serving daemon take over.

    如果找到匹配模式允许连接或者准确地说tcpd死亡真正提供服务守护进程接管

    youdao

  • Then it executes a couple of find commands to search the file system for files that match a pattern and to append them to the TempList.

    然后执行两个find命令搜索文件系统匹配某个模式文件它们附加TempList

    youdao

  • You may include a "default" case at the end of a pattern match, either using the underscore wild card character or a meaningfully-named variable.

    可以模式匹配最后包含个“default”默认case,可以使用下划线通配符或者含义变量名。

    youdao

  • Note that evaluate returns a Double, which means that each case in the pattern match is going to have to evaluate into a Double value.

    注意evaluate返回Double意味着模式匹配中的一个case必须被求一个double值。

    youdao

  • Thankfully, Scala treats exception handling as just another pattern match, allowing us to make smart choices when presented with a multiplicity of potential exceptions. Let's see this in action.

    感谢scala实际上异常处理作为另外一种模式匹配允许我们在遇到多样化异常做出更聪明决定

    youdao

  • This type of pattern match becomes extremely useful when working with Actors, as we'll see later on.

    我们后面看到这种类型模式匹配Actor配合工作时会非常有用

    youdao

  • Our pattern match then looks for Alice and Bob by inspecting the values passed to the constructor of the Person case class.

    然后我们模式匹配通过检查传入Personcase查找AliceBob

    youdao

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

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

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