• 调用调试api访问表达式中的变量以及调用表达式中的函数

    Call the debugging API to access the values of variables in the expression and to invoke the functions in the expression.

    youdao

  • 次方法调用第一参数一个正则表达式用于指定用户可能传入URL

    The first argument of both of these calls is a regular expression specifying the URL that the customer may pass in.

    youdao

  • 仍然存在隐患的调用替换亲自编写的字符串操作因为它们少数特定正则表达式一起使用

    I may yet replace the calls in question with hand-coded string operations, since they're only used with a few very specific regular expressions.

    youdao

  • 然后可以应用程序代码调用新的解析器,从而将表达式传递进行值。

    You can then call the new parser from your application code, passing it an expression to evaluate.

    youdao

  • 数值通常调用其他方法产生很大可能来自这些方法返回一个数值原来表达式

    Values are often generated by calling other methods, possibly in library packages, that return data values to the original expression.

    youdao

  • 因此可能必要使用公共表达式重新构造空间查询确保调用构造函数。

    Therefore, it might be worthwhile to restructure your spatial query to ensure just a single call to the constructor function using common table expressions.

    youdao

  • 另一个标记属性调用方法时,括号表示法(正式名称表达式语言el语法)合适

    The curly-brace notation (formally known as Expression Language or EL syntax) is better suited for times when the method call is embedded in another tag's attributes.

    youdao

  • 只有赋值调用时,表达式当作一条单独的语句

    The only expressions that should be used as statements are assignments and invocations.

    youdao

  • OQL查询同样可以调用对象方法正则表达式作为查询一部分使用内置查询工具

    OQL queries can also invoke methods on the objects themselves, use regular expressions as part of the query, and use built-in query tools.

    youdao

  • 组件框架中,UI事件解析值绑定表达式直接导致方法调用

    In a component framework, invocations are a direct result of either UI events or resolved value-binding expressions.

    youdao

  • 表达式数据结构绑定变量(即具有的变量)、数学操作符函数调用组成。

    The expression is composed of data structures, bound variables (that is, those with a value), mathematical operations and function calls.

    youdao

  • 例如通过合并两个操作枚举使在联合表达式调用enumerate可行。

    Calling enumerate on a union expression, for example, works by merging the enumerations of its two operands.

    youdao

  • 创建Pattern,必须调用compile同时传递一个正则表达式作为参数

    To create a Pattern, you must call its compile , passing a regular expression as an argument.

    youdao

  • 表达式lazy - seq - fibo一个递归调用不过这次调用的是有两个参数情况,并传递01

    That expression is a recursive call to lazy-seq-fibo, but this time, it is calling the two argument case, passing in 0 and 1 to it.

    youdao

  • XQuerywhere子句可以包含任意复杂嵌套表达式,甚至可以包含函数调用

    The XQuery where clause can consist of nested expressions of arbitrary complexity that can even include function calls.

    youdao

  • 然后调用process时,CAS收到文档文本寻找正则表达式匹配的地方。

    Then, when process is called, it finds matches of the regular expression in the document text that it gets from the CAS.

    youdao

  • 如果表达式不是常量调用另一个函数向上取整2

    Otherwise, if the expression is not a constant, another macro function is called to round up the value to a power of two.

    youdao

  • 框架调用initialize时,NameReferenceAnnotator描述符字符串形式读取正则表达式编译

    When initialize is called by the framework, the NameReferenceAnnotator reads the regular expression as a string from its descriptor and compiles it.

    youdao

  • 查询有趣部分XMLQuery函数调用包含表达式

    The interesting portion of this query is contained in the expression included in the XMLQuery function call.

    youdao

  • lambda其余参数调用函数的计算表达式

    The remaining arguments to lambda are the expressions to be evaluated when the function is called.

    youdao

  • 首先为了类型参数构造合法new表达式 newT() ),必须确保我们调用构造函数对于 T 的每个实例化有效

    First off, in order to form a legal new expression on a type parameter, such as new T(), it's necessary to make sure that we're calling a constructor that is valid for every instantiation of T.

    youdao

  • 路径表达式一步调用db 2 - fn:xmlcolumn函数clientscontactinfo获得一个xml文档列表

    The first step of the path expression calls the db2-fn: xmlcolumn function to obtain a list of XML documents from the CONTACTINFO column of the CLIENTS table.

    youdao

  • 这种情况下这个表达式调用内置strftime()函数这个函数会返回一个标准时间戳字符串:“FriOct23 14:51:01 2009”。

    In this case, that expression is a call to the built-in strftime() function, which returns a standard timestamp string of the form: "Fri Oct 23 14:51:01 2009".

    youdao

  • 字符串调用。r会把变成一个正则表达式我们原始(三重引号)字符串避免诸多双重转义的反斜杠。

    Calling.r on a string turns it into a regular expression; we use raw (triple-quoted) strings here to avoid having to double-escape backslashes.

    youdao

  • 既然Duby可以方便地将不明类型动态类型的表达式看做是需要动态调用的,那么理由不把Surinx吸收Duby特性之一。

    And since Duby could easily treat untyped or dynamic-typed expressions as requiring dynamic invocation, there's no reason Surinx shouldn't just be assimilated as a feature of Duby.

    youdao

  • 闭包函数字面量(unction literal)——是包含了一个计算表达式,该计算当成对待,在晚些时候再调用

    Closures are function literals - expressions that embody a deferred computation that can be treated as a value and invoked later.

    youdao

  • 清单5第二调用rope进行修饰优化正则表达式匹配

    The call on the second line in Listing 5 decorates the rope to optimize regular-expression matching.

    youdao

  • diamond表达式出现方法调用上下文时会有轻微不同

    The story is slightly different when the diamond expression appears in a method-invocation context. Consider a Box that appears as an argument to the m() method

    youdao

  • 这个执行时,按照以下形式my - if表达式模板进行匹配(换话说,将宏调用与宏定义模式进行匹配)。

    When this macro executes, it will match the my-if expression up to the template like this (in other words, matching a macro invocation to a macro definition pattern).

    youdao

  • 绎器确保所有这些派生自xmlSchema类型使用(XPath表达式、XML数据构造以及方法调用中)都是正确的。

    The compiler will make sure that all USES of these XML Schema-derived types (in XPath expressions, in construction of XML data, and in invocations of methods) are correct.

    youdao

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

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

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