该节点可以从特定的数据库行查找指定列值的集合。
This node can lookup a collection of named column values from a located database row.
相反,如果您的程序在内存中某个位置存在错误(例如,使用了一个错误指针),那么可以查找最接近该内存地址的源代码行。
Conversely, if your program has a fault (for example, using a bad pointer) at some location in memory, you can look for the source line that is closest to the memory address.
第126到146行通过适当调用“添加”、“查找”和“关闭”函数来对用户操作作出反应。
Lines 126 to 146 react to user actions, calling the add, find, and close functions, as appropriate.
数据库管理器通过查看应用程序的锁列表并查找行锁最多的表,来决定对哪些锁进行升级。
The database manager determines which locks to escalate by looking through the lock list for the application and finding the table with the most row locks.
数据库服务器首先通过查找索引中的行,定位表中的相关行。
The database server locates relevant rows in the table by first finding the row in the index.
然后在ORDERS表中查找这些订单键,确定行项目所属订单的优先级。
Those order keys are looked up in the ORDERS table to determine the priority of the order that the line item belongs to.
它让DB 2使用索引来立即查找满足where子句中的两个简单谓词的行。
It lets DB2 use the index to immediately look up the row or rows that satisfy the two simple predicates in the WHERE clause.
查找以单词“users”开头的行,并使用组成员所需的属性名称替换其中的第三个字段。
Find the line that starts with the word "users", and replace the third field with the desired attribute name for group members.
州数据图只有一个输出卡,因此需要修改查找输出卡的代码行,使其指向输出卡1而不是输出卡2:card = map.getOutputCardObject(1);。
The states map only has one output card, so modify the line of code that looks for the output card to point to output card 1 instead of card 2: card = map.getOutputCardObject(1);
为了检测哪些资源已被关闭,解析器应该在DB 2跟踪文件中查找包含以下内容的行。
In order to detect which resources have been closed, the parser should look into the DB2 trace file to find the lines containing.
打开电子邮件信息的头部,查找以“Received:from”后接加方括号的IP地址 开头的一行。
Open the header of the email message and look for lines that say “Received: from” followed by an IP address in square brackets.
home类让用户可以创建新的bean实例,或者查找现有的实例(例如数据库中的行)。
The home class lets users create new instances of the bean or find existing instances (such as rows in a database).
如果查找名为cgroup的文件,将会看到一些以devices .开头的行。
If you look at the file called cgroup, you'll see some lines beginning with devices..
当转换查询给定输入的输出时,RelationshipService将使用实例ID来查找匹配行。
When a transformation looks up an output for a given input, the Relationship Service uses the instance id to find the matching row.
输出的上面部分有一行列出了PHP查找 php.ini 的位置
The top section of the output will have a row listing where PHP is looking for php.ini
最后发现其解决方式还是非常简单的(只需要100行Python代码),它基于以下两个想法:约束传播和查找。
It turns out to be quite easy (about 100 lines of [Python] code) using two ideas: constraint propagation and search.
最后我们需要在查找器方法与数据库中的结果行之间建立映射。
The last mapping we need is between the finder methods and the result rows in the database.
这意味着,如果SQL稍微有点复杂,并且要查询一个表来查找多个结果,那么该函数会在所呈现的xhtml表中创建一个新行。
This means that if your SQL were a bit more complicated and queried a table for multiple results, it would create a new line in the rendered XHTML table.
在满足筛选器条件的每个行中,数据库服务器将对键应用哈希函数,并探测哈希表以查找匹配的键值。
For each row that satisfies the filter condition, the database server applies hash function to the key and proves the hash table to find a match.
在查找一组特定的行的时候,这个特性非常有用,而且比通过滚动整个结果集寻找所需的行要快得多,也简单得多。
This feature is useful when looking for a particular set of rows, and is much faster and simpler than finding the desired rows by scrolling through the entire result set.
索引为服务器提供了一种在表中查找特定数据行的方法,而不用搜索整个表。
Indexes provide a means for the server to find a particular row of data in the table without having to search the entire table.
如果查找成功,就检索可以作为散列引用回给调用者的那一行。
If this succeeds, that row is retrieved as a hash reference that can be returned to the caller.
在使用索引表的情况下,DB 2首先对索引表执行索引查找,然后将对应的行和包含CLOB的主表相结合。
With side tables, DB2 first performs an index lookup on the side table and then joins the corresponding row with the main table that contains the CLOBs.
在扫描完第一个表并将它放在哈希表中之后,就扫描第二个表,并在哈希表中查找该表中的每一行,看是否可以进行连接。
After the first table has been scanned and placed in a hash table, the second table is scanned and each row in the table is looked up in the hash table to see if a join can be made.
下面的代码行搜索PATH变量,查找分号。
The line of code below searches the PATH variable looking for a semicolon.
在第23行,用JNDI方式查找主题名称。
在第三行中,我们从事件中提取连接,并从连接中提取视图id,接着使用SWTHelper从该框架查找eclipse视图。
In the third line, we extract the wire from the event and the view ID from the wire, and we use SWTHelper to find the Eclipse view from the framework.
例如,要查找所有包含单词“admin”的行,我们就可以对“admin”进行搜索。
For example, to find all lines containing the word "admin", you can search for "admin".
举一个简单的例子来说,要查找包含“welcoming”单词的行,最好的方法是使用下面的命令行。
As a simple example, to find the lines that have the word "welcoming", the best approach would be to use the following command line.
AlignAssignments随后查找它将对其进行操作的行范围。
AlignAssignments then locates the range of lines on which it will operate.
应用推荐