One of the limitations in my original solution was that it reported only the match pattern when each template started and ended execution.
在我原先的解决方案中所存在的限制之一是,在每个模板启动,然后结束执行之后,它只报告 match 模式。
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.
一位英国天文学家在分析一台太阳光摄谱仪时,注意到一种特殊的光谱线模式,它与图书馆里的任何一种都不匹配。
The query attempts to match the triples of the graph pattern to the model.
这个查询试图把图形模式的三元模式和模型进行匹配。
You can precede it with a line number, range, pattern to match, or enclosed in slashes.
您可以在它前面附加行号、范围、要匹配或包括在斜杠中的模式。
It is surprisingly simple: the name itself differs, so we can use a simple pattern match on the name field.
令人惊奇的简单:只是名字上的区别,所以我们可在NAME域上使用一个简单的模式匹配。
To find these concepts in text, you can specify rules that define a pattern to match these concepts.
为了在文本中寻找这些概念,可以通过指定规则定义匹配这些概念的模式。
If a pattern can continue to match, it will, yielding the largest result possible.
如果模式可以继续匹配,那么它可能将生成最多的结果。
With these alone, you can match most any pattern of a predictable length.
仅使用这些内容,就可以匹配大多数具有可预测长度的模式。
It is comparatively easy to read this "password" file and simply try and match the knock pattern to gain access to this system.
这个“密码”文件非常容易读取,并且通过尝试和匹配敲打模式,可以获得对系统的访问权限。
It is compartively easy to read this "password" file, and simply try and match the tone pattern to gain access to the system.
读取此“密码”文件或只简单地尝试匹配音调模式以获得对系统的访问权相对来说都很容易。
If you want to match a pattern multiple times within a character sequence, the above code snippets are a good place to start.
如果您想在一个字符序列中多次匹配一个模式,上面的代码片段是一个很好的起点。
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.
将在一个列表中显示与该模式匹配的项目构建路径中的所有类,您可以从此列表中选择您希望使用的类名称和包名称。
Let's try a deep match, examining the contents of objects in our pattern match.
让我们来尝试一次深度匹配,在我们的模式匹配中检查对象的内容。
When you know the pattern to name an object, you need to choose terms from the glossary models to match the pattern.
了解了对象命名所要求的模式之后,需要从术语表模型中选择词汇来匹配这个模式。
This function literal does a pattern match on the message instance to decide how to handle the message.
这个字面函数给消息做了一个模式匹配来决定它被如何处理。
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.
字符表示匹配前面模式元素的零个或一个实例,* 字符表示匹配前面元素的零个或多个实例。
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.
注意,如果模式是绑定的变量,或者模式的元素是绑定的变量,那么模式匹配的结果就会变成比较。
Match a pattern in the tree and modify the tree.
匹配树中的模式,并修改树。
The general rule to remember is that the ODR tries to match the most specific pattern.
需要牢记,一般规则是ODR试图匹配最具体的模式。
Pattern matching is eager; the first match wins.
模式匹配是贪婪的;只有第一个匹配的情况会赢。
Recall that the cases in a pattern match are evaluated in order.
回忆一下,模式匹配的cases 会被按顺序依次被评估。
Similar to resolve, this method also returns an array of config objects, since multiple config objects can match the pattern.
与resolve类似,这个方法也会返回一个配置对象数组,因为许多配置对象都可以匹配这种模式。
To match the pattern against the whole sequence, use matches .
要根据整个序列匹配模式,请使用matches 。
The complete method allows you to search the RDF model for statements that match a specified pattern.
complete方法允许您搜索rdf模型以找到一个匹配指定模式的语句。
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死亡,让真正提供服务的守护进程接管。
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。
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,可以使用下划线通配符,或者有含义的变量名。
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值。
This type of pattern match becomes extremely useful when working with Actors, as we'll see later on.
我们后面会看到,这种类型的模式匹配和Actor配合工作时会非常有用。
This pattern will match a UserList element with any kind of children.
这个模式将会和一个具有任意类型的子节点的UserList元素匹配。