• @Pointcut注解允许我们定义切入表达式,而且必要时,还有切入绑定参数个数类型

    The @Pointcut annotation allows us to define pointcut expressions and, where necessary, the number and type of arguments to be bound by the pointcut.

    youdao

  • ,说完了我们可以复杂些的话题了,例如假设看到这个表达式

    Right, having done that, we can certainly get to more complicated things, so for example, suppose I look at that expression.

    youdao

  • 实现对于正则表达式而言不是问题

    Allowing for this is not a problem with regular expressions.

    youdao

  • 还有很有趣的现象注意一下就是我们可以乘积法则,对向量表达式求导无论是乘。

    OK, now, so there's an interesting thing to note, which is that we can use the usual product rule for derivatives with vector expressions, with dot products or cross products.

    youdao

  • 即便正则表达式帮助如何排除访问最后标记中的需要脑筋。

    Even with the help of regular expressions, you'd need to think a little about how to exclude the value from the last tag that's in the visits node.

    youdao

  • 实现,可以通过搜索XPath表达式 /output/Transfer/Amount,从而查找想要字段标记

    To accomplish this, find the tag for the field that you want by searching for the XPath expression /output/Transfer/Amount.

    youdao

  • LinQ需要支持lambda表达式(闭包),尽管前面查询例子中体现得不是明显

    LinQ also requires support for lambda expressions (closures), though this is not obvious from the previous query example.

    youdao

  • 重要XPath表达式只能引用名称空间前缀限定元素属性

    Foremost among them is that XPath expressions can only reference namespace-qualified element and attribute names by the use of namespace prefixes.

    youdao

  • 请注意上面正则表达式如何捕获connectionfrom一个数字字符串后面的数字和

    Note how the regular expression above captures only digits and dots, after "connection from" and a string of non-digits.

    youdao

  • 一个JET中这样例子通过扩展扩展XPath表达式使用camelcase(参见jet源代码中的CamelCaseFunction)。

    An example of this is in JET's ability to use camelcase in XPath expressions by extending this extension point (see the CamelCaseFunction in the JET source code).

    youdao

  • 使用算术表达式时,需要记住,在版本7.2之前Vim支持整数运算

    When using arithmetic expressions, it's also important to remember that, until version 7.2, Vim supported only integer arithmetic. A common mistake under earlier versions was writing something like.

    youdao

  • 可以采取动作解析器达到表达式中的那个条件时,封装中的代码将会执行

    It can also take actions; blocks of code enclosed in pairs will be executed when the parser reaches that point in an expression. For instance, one might write.

    youdao

  • / 来自于文件名 /usr/home/builds/daily./ 部分(这个Perl表达式中的系列匹配诸如 .080908 之类日期规约特征)。

    (The series of dots in this Perl expression matches the seven characters of date specifications such as .080908.)

    youdao

  • 输入可以简单表达式或者另一计算的一个值。

    The input value can be a simple expression or be a value computed by another node.

    youdao

  • 要注意这些正则表达式行上

    The first thing you notice is that these regular expressions are all on one line.

    youdao

  • 由于变量后面没有任何步骤,因此查询表达式产生一个单一正好当前的节

    Since there are no steps following the variable name, this query expression results in a single node which happens to be the current node.

    youdao

  • 函数编程一种编程风格关注执行命令转移表达式计算

    Functional programming is a style of programming that moves the focus from executing commands to the evaluation of expressions.

    youdao

  • 正则表达式匹配常见场景是从字符序列某个开始向前移动,直到找到所有匹配,并到达序列末尾为止。

    The most common scenario for matching regular expressions is to start at some point in a character sequence and move forward until all matches have been found and the end of the sequence is reached.

    youdao

  • 并不知道表达式实际上差别

    But you didn't know that the expression was actually a little off.

    youdao

  • 错误消息显示原因XUTY0008” 表示 “替换表达式目标不是单一”。

    The reason code "XUTY0008" shown in the error message quickly points you to the fact that "the target node of a replace expression is not a single node".

    youdao

  • 通过每个特性编写XPath表达式可以做到

    This is done by writing an XPath expression for each feature.

    youdao

  • XPath表达式中的二进制逻辑简单truefalse要稍微复杂

    Binary logic in XPath expressions is a bit more complex than simply true and false.

    youdao

  • 尽管XPath表达式添加名称空间前缀需要进行额外录入,但是解决方案可行增加额外的处理

    Although a little extra typing is required to add the namespace prefixes to the XPath expressions, this solution works and doesn't add extra processing.

    youdao

  • 主要是由于前面造成几乎使用替代 Xpath表达式每一种情况下XSL转换都更为简单时间也更短

    This is largely a result of the previous two items, but in almost every case using keys instead of XPath expressions results in simpler and shorter XSL transforms.

    youdao

  • 代数形式表示的不变量具有简洁具体的表达式可以图像坐标基础矩阵直接求出。

    The invariants of double algebra's form has simple and explicit expression which can be computed directly by coordinates of image points and fundamental matrix.

    youdao

  • 但是如果选择方案未能发现相应匹配或者后来匹配失败了,正则表达式回溯最后一个决策,然后在剩余选项选择个。

    But if the chosen option can't find a match or anything later in the regex fails, the regex backtracks to the last decision point where untried options remain and chooses one.

    youdao

  • 现在模板表达式语句了一感觉了吧。除插值表达式,还有各种各样数据绑定语法学习它们是时候了。

    Now that we have a feel for template expressions and statements, we're ready to learn about the varieties of data binding syntax beyond interpolation.

    youdao

  • 取出了第一谈论这个主题写作例子表达式计算器,之后修改了代码增加实时性,字节码编译

    I took the ExpressionEvaluator I wrote as example for the first post about this topic, and then I edited a bit the code adding just in time AS Bytecode compilation .

    youdao

  • 取出了第一谈论这个主题写作例子表达式计算器,之后修改了代码增加实时性,字节码编译

    I took the ExpressionEvaluator I wrote as example for the first post about this topic, and then I edited a bit the code adding just in time AS Bytecode compilation .

    youdao

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

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

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