每个表达式返回一系列的值,这些值又可以作为其他表达式的输入。
Each expression returns a list of values that can be used as input to other expressions.
每个表达式仅根据其操作数来返回值,并且都不会产生副作用。
Each expression returns a value that depends only on the operands of the expression, and no expression has any side effects.
注意,每个表达式必须用点号结束,告诉解释器可以执行该表达式了。
Note, you must always end each expression with a period. This tells the interpreter to execute it.
在执行请求之前,部署实用工具会估算每个表达式,并且会考虑到已部署的请求。
Before a request is executed, the deployment utility tool evaluates each expression, taking into account the already deployed request.
该筛选表达式将产生一个整数序列,其中每个整数都小于1000且能被3或5整除。
The filter expression will result in a sequence of integers where each is less than 1,000 and divisible by 3 or 5.
还可以在键入过程中显示的列表中选择表达式的每个部分。
You can also select each part of the expression from the lists that display as you type.
具体而言,此表达式为每个名称长度超过15 个字符的产品匹配类别值。
Specifically, this expression matches the category value for every product that has a name over 15 characters in length.
对于这个对话框中列出的每个选择,以粗体显示定义子模式的正则表达式部分。
For each choice listed on the dialog, the part of the regular expression that defines the sub-pattern is displayed in bold.
虽然保留最初的查询词数组不动,但是为每个词构建了正则表达式。
While leaving the original query words array intact, we build a regular expression for each word.
接下来的代码遍历列表,把搜索查询的正则表达式应用于每个电影的标题。
The code then iterates through the list and applies a regular expression of the search query to each movie title.
第一步是创建与每个查询词一致的正则表达式,只有在查询词包含通配符 * 时才需要修改。
The first step is to create a compatible regular expression out of each query word, although modification is only required if the word contains a wildcard character: *.
在路径表达式的每个轴步骤中,节点测试出现在轴和谓词(用于进行任意筛选)之间。
In each axis step of a path expression, the node test comes between the axis and any predicates that might be present for arbitrary filtering.
当一个表达式被赋值时,每个操作符将会被应用于其周围所有项所代表的数值。
When an expression is evaluated, each operator is applied to the data values represented by the surrounding terms.
由于伪事实的每个维度中的连接表达式的过滤,笛卡尔连接结果缩小了。
The Cartesian join is reduced by the filters found in the join expressions from each dimension to the fake fact.
注意,已为每个副本组创建了一个公共表表达式(第2、18和38行)。
Notice that for each repetition group a common table expression has been created (lines 2, 18 and 38).
正则表达式捕获每个属性的值并将其放置到此前用于存放来自TMC2消息的字段的哈希中。
The regular expression captures the value of each attribute and places these in the same hash you used to hold the fields from the TMC2 message earlier.
对于查询中的每个度量,将度量的SQL表达式添加到SELECT列表中作为列。
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.
它将迭代id x序列中的每个元素,求得表达式的值,并将结果添加到这个返回序列。
It will iterate over each element of the idx sequence, evaluate the expression, and add the result to the return sequence.
然后,它将遍历重写规则,每次遍历一个,对于每个规则,它将获取规则的LookFor属性,并使用正则表达式来确定是否在被请求的URL中找到了匹配的规则。
It then iterates through the rewrite rules one at a time, and for each rule, it grabs its LookFor property and USES a regular expression to determine if a match is found in the requested URL.
通过为每个特性编写XPath表达式可以做到这一点。
This is done by writing an XPath expression for each feature.
和其名称一样,每个if -then规则包含一个Boolean表达式,用于确定是否执行在then子句中指定的一个或多个操作。
As the name implies, each if-then rule consists of a Boolean expression that determines whether to execute one or multiple actions specified in the then clauses.
您可以配置FanOut中介原语,以仅触发其输出末端一次,或对使用指定XPath表达式获取的每个元素都触发一次。
You can configure the Fan Out mediation primitive to fire its output terminal just once or once for each element obtained using a specified XPath expression.
简单的规则需要修改正则表达式、要创建的注释id(对于每个规则是惟一的)和要创建的注释的类型。
Simple rules require changes to the regular expression, the annotation id to be created (unique for each rule), and the type of the annotation to be created.
每个FLWR表达式都有一个或多个for子句、一个或多个let子句、一个可选的where子句以及一个return子句。
Each FLWR expression has one or more for clause, one or more let clause, an optional where clause, and a return clause.
这些元素包含col - spec元素,后者的select属性规定了,对应于xml源文档中当前的行元素,将使用何种表达式来计算每个行值。
These elements contain col-spec elements whose select attribute specifies, relative to the current row element from the XML source, what expressions are used for each row value.
然后,for 循环遍历每个行,使用内置的matchlist()函数根据 ASSIGN_LINE 中的正则表达式匹配它
The for loop then iterates through each line, matching it against the regular expression in ASSIGN_LINE using the built-in matchlist() function
与在单个dbspace中保存多个表或索引片段提高了查询性能,这样做胜过将每个分段表达式存储在不同的dbspace中。
Storing multiple table or index fragments in a single dbspace improves query performance over storing each fragmented expression in a different dbspace.
在这种情况下,可以通过使用正则表达式或者String . Replace方法将每个单引号实例替换为两个单引号,使单引号无害。
In such cases, you can render the single quote harmless by using a regular expression or the String.Replace method to replace each instance of the single quote with two single quotes. For example.
当在资源库中添加、修改和删除每个XML文档时,都要根据XML文档求这些XPath表达式的值。
These XPath expressions are evaluated against each XML document as it is added, modified, and deleted from the repository.
清单1给出了一个使用Perl编写的正则表达式,它可以将HTML字符串中的每个替换成。
Listing 1 a small regular expression in Perl that substitutes every occurrence of with in an HTML string.
应用推荐