Generates code for the specified expression list.
为指定的表达式列表生成代码。
An expression list containing at least one comma yields a tuple. The length of the tuple is the number of expressions in the list.
一个表达式表是一个包括至少一个逗号的元组,它的长是表中表达式的个数。
A string conversion evaluates the contained expression list and converts the resulting object into a string according to rules specific to its type.
串的转换先计算所包括的表达式表的值,然后按照其结果类型所特定的规则转换其结果对象为字符串。
There is ambiguity in the formal syntax here: anything that looks like an expression list also looks like a slice list, so any subscription can be interpreted as a slicing.
在这里形式语法的说明中有点含糊:任何看起来像表达式列表的结构也可以看作是片断列表,所以任何下标都可以解释为片断。
An expression list containing at least one comma yields a tuple. The length of the tuple is the number of expressions in the list. The expressions are evaluated from left to right.
一个表达式表是一个包括至少一个逗号的元组,它的长是表中表达式的个数。其中表达式从左到右按顺序计算。
Each rule definition contains an optional description, a list of variables, and an expression.
每个规则定义含有一个可选描述、变量列表和一个表达式。
This list is defined as a list of topic expression attached to the filter.
此列表是作为附加到该筛选器的主题表达式列表定义的。
In Listing 2, a few countries are detected through a simple list of names that comprise the regular expression.
在清单2中,通过包含正则表达式的简单的名称列表可以检测一些国家。
The code then iterates through the list and applies a regular expression of the search query to each movie title.
接下来的代码遍历列表,把搜索查询的正则表达式应用于每个电影的标题。
Start by generating the query using the first aggregation function (SUM in the example) in the measure's list of aggregations to aggregate the template expression.
先使用度量的聚合列表中的第一个聚合函数(在这个示例中是SUM)对表达式模板进行聚合,产生一个查询。
A FLWOR expression is much like a SELECT-FROM-WHERE expression in SQL: it is used to iterate through a list of items and to optionally return something that is computed from each item.
FLWOR表达式非常像SQL中的SELECT - FROM - WHERE表达式——它用于对由多项组成的一个列表进行迭代,并且可以选择返回通过在每一项上进行计算得到的值。
This clause is used to assign a value (possibly containing a list of several items) to a variable that can be used in other clauses of the FLWOR expression.
该子句用于将一个值(可能包含一个由多项组成的列表)赋给一个变量,这个变量可以在FL WOR表达式的其他子句中使用。
A list expression is any expression that returns a list of resources or a result that can be converted to a list of resources.
列表表达式是返回一列资源或可以被转换成一列资源的结果的任何表达式。
Smart Completion works at the right-hand side of assignments, filtering the list of methods and variables to match the expected type of expression.
智能完成任务非常有效,实时过滤成员方法和变量以匹配你输入的表达式。
For each of the measures that are to be in the query, add the SQL expression generated for the measure as a column in the SELECT list.
对于查询中的每个度量,将度量的SQL表达式添加到SELECT列表中作为列。
They wouldn't be allowed to type in a list of files or use some kind of regular expression.
用户不能自己输入文件或使用正则表达式。
Table is fragmented by expression, LIST, or INTERVAL strategy.
表按照表达式、LIST或INTERVAL策略分段。
If the projection column list contains an expression, it must have a valid column alias.
如果projection列列表包含一个表达式,它必须拥有一个有效的列别名。
Access to the list of XML namespaces in scope for the expression, needed when testing the equivalence of names.
访问表达式作用域中xml名称空间列表,在测试名称的等价性时需要。
Once you have an XML object, you can get to the list of photo elements, with the expression rsp.photos.photo.
因为它不是E4X所预期的。有了XML对象,就能通过表达式rsp . photos .photo得到照片元素的列表。
The find function then searches the episode list to find matches using a simple regular expression match on the title and the summary.
然后,find函数搜索剧集列表以便使用与标题和摘要匹配的简单正则表达式来查找匹配项。
The second filter removes any list items where the left side of the expression is a primitive type or a null.
第二个过滤器负责移除任何表达式左侧为一个基本类型或null型的列表条目。
Click add to add the XPath expression to the list of expressions used by this map.
单击add将XPath表达式添加到此映射使用的表达式列表。
The XPath expression selects the list of elements and then returns the first one.
XPath表达式选择元素列表,然后返回第一个元素。
In effect, you are converting the Scheme syntax to a list you can manipulate, manipulating that list, and then converting it back into a Scheme syntax expression for output.
实际的处理过程就是将Scheme语法转换为可以操作的列表,对列表进行操作,然后将它转换回输出的Scheme语法表达式。
To call a function and use its return value as part of a larger expression, simply name it and append a parenthesized argument list.
要调用函数并使用它的返回值作为语言表达式的一部分,只需要命名它并附加一个使用圆括号括起的参数列表。
If you want to obtain a list of last names of the children in this document, you can use the following XPath expression.
如果需要获得文档中青少年的姓氏列表,可使用下面的XPath表达式。
And you can use letter collections (as you might in a regular expression), for example, to list the files with a "c" or "o" extension, as shown in Listing 2.
并且您可以使用字母集合(就像您可能在正则表达式中使用的那样),例如,用于列出具有“c”或“o”扩展名的文件,如清单2所示。
For example, if the expression doesn't use the last function then it is not necessary to do look-ahead processing to determine how many elements there are in the context list.
例如,如果表达式不使用last函数,那么就不必执行先行处理来确定上下文列表中有多少元素。
Finally, the last expression applies the lambda expression to the list containing (101 102).
最终,最后一个表达式对包含 (101 102)的列表应用这个lambda 表达式。
应用推荐