matcher

美 ['mætʃə]英 ['mætʃə]
  • n.〔工〕制榫(匹配)机;匹配程序;四面刨
  • 网络匹配器;制榫机;指定规则匹配器

matchermatcher

matcher

匹配器

7 在匹配器Matcher)类中,用于输入字符串与模式串比较的方法是 A 。 A、static boolean matches() B、boolean matcher.fi…

制榫机

石油词汇英语翻译(M)--石油百科 ... matched-die molding 合模模塑 matcher 制榫机;匹配机 matching additive 匹配的添加剂 ...

指定规则匹配器

iptables 详解 ... →指定链( chains) →指定规则匹配器( matcher) →指定目标动作( target) ...

匹配机

石油词汇英语翻译(M)--石油百科 ... matched-die molding 合模模塑 matcher 制榫机;匹配机 matching additive 匹配的添加剂 ...

匹配者

...使用一个不太平凡的模式(Pattern),每次调用匹配者Matcher)的find()方法会生成许多状态:开始位置,结束位置,匹 …

四面刨

美国大学翻译中文22_书面语语_DuSystem... ... 四面体 tetrahedron 四面刨 matcher 四面浇灌 circumfuse ...

模式匹配

Java开发入行真功夫 目录 - 51CTO.COM ... 6.6.2 模式 Pattern 165 6.6.3 模式匹配 Matcher 166 8.11.1 格式化输入 Scanner 21…

1
To grasp how this works you first need to understand the access pattern of a Matcher to its CharSequence. 为了掌握这种方法,首先需要理解Matcher到其CharSequence的访问模式。
2
Therefore, since Matcher accepts CharSequence, it is possible to apply regular expressions to whole files. 因此,由于Matcher接受CharSequence,所以将正则表达式应用到全体文件是可能的。
3
It accepts a regular expression and compiles it into a Matcher. 它接受一个正则表达式并将它编译成Matcher。
4
Actually, RegexpManager needs to create a matcher adapter for your chosen library or for the default one. 实际上,RegexpManager需要为您所选的库或缺省库创建matcher适配器。
5
It's also worth a look for the discussion on route matcher changes. 这也值得讨论修改路由匹配的人看看。
6
These two classes -- Pattern and Matcher -- are the whole pattern-matching library. 这两个类(Pattern与Matcher)就是整个模式匹配库。
7
In the non-termination case, the matcher function is applied to the current loc. 如果未终止,matcher函数将应用于当前的loc。
8
Coming up with the right regular expression and then working with the results of the Matcher class is really all there is to the library. 提出正确的正则表达式,然后使用Matcher类的结果,这就是这个模式匹配库要做的全部工作。
9
JBehave meets this need by offering a Matcher type for implementing rich expectations. JBehave提供了一种Matcher类型用于实现丰富的期望,从而满足了这一需求。
10
To improve this situation, Matchers should and can harness the much faster O(1) access times that Rope iterators provide. 为了改进这种情况,Matcher应该而且能够利用Rope迭代器提供的更快的O(1)访问时间。