Class loaders normally keep a map of the classes they've loaded, to be able to find one by name if it's requested again.
类装入器通常保留它们所装入类的映射,从而当再次请求某个类时,能通过名称找到该类。
The BPC and HTM installation wizards create a new bus and new resources if they don't find a bus by that name.
如果BPC和HTM安装向导没有找到该名称的总线,则它们会创建新的总线和资源。
You can also find fun characters by name.
我们还可以通过名称来寻找一些有趣的字符。
First, each person has to find the name of his or her food ration distributor. Then the voter must consult a much larger list of all of the families served by that distributor.
首先找到他的食品分发人,然后根据此人服务的家庭再找自己的名字。
You will also have to “find” the other PrinterShare accounts (you can search by account name) and once that happen’s you’re ready to print.
同时,用户也可以”查找“其它的PrinterShare帐户 (通过帐户名查找),一旦查找到用户即可打印。
In the article " Learn Linux, 101: File and directory management," you learn how to use the find command to find files by name, modification time, size, or other characteristics.
文件和目录管理” 中,您学习例如如何使用find命令根据名称、修改时间、大小或其他特征查找文件。
To obtain all the Web services referenced by the links, (to find by service name or business name) you need to repeat step four.
通过链接获取所有的Web服务,(通过服务名称或企业名称进行查找)您需要重复第四步。
If you do not know your host name, you can find it by looking in the Cast Iron error log.
如果您不知道自己的主机名,则可以在CastIron错误日志中找到它。
Several search iterators of object IDs, such as find object of given type by name and find content by workflow stage.
对象ID的一些搜索迭代器,比如按照名称查找给定类型的对象,或者按照工作流的阶段来查找内容。
I'm going to make a class method that enables User objects to find themselves by name.
我打算制造一个类名,让User对象根据名称查找其自己。
Find by Key: An event that is part of a name lookup on a sorted list of documents.
Find byKey:该事件是在分类文档列表上执行的名称查找的一部分。
For starters, let's say we need to be able to find all employees by last name.
对于初学者,我们假定需要能够通过lastname找到所有员工。
The nl_langinfo (CODESET) function is also what the locale charmap command calls to find the name of the encoding specified by the current locale.
nl_langinfo (CODESET)函数也是由localecharmap命令调用,从而查找当前语言环境指定的编码名称。
This qualified name and the identifier specified by the id attribute are used by RRD to find the matching extension handler for an extension.
RRD使用ID属性指定的此限定名称和标识符来查找用于扩展的匹配扩展处理程序。
Search is also used when composing an email, letting you quickly find people by any part of their name or email address, then letting you select who you want to add out-of-order.
另外在撰写新邮件时,用户也是使用搜索功能,它可以让你通过不完整的人名或者电子邮件找到联系人,然后用户就可以将你要找的人勾选出来。
So here is a challenge for the forthcoming decade, beginning in 2010 and ending in 2019: find the right name by which to call it.
从2010年初至 2019年尾,又一轮十年将至,我们该怎样“正名” 下一轮十年? 这是一道难题!
You could use the DELETE SPARQL statement with a WHERE clause to find the data by name rather than URI, which would enable you to have an identical function header to the SQL version.
您可以将DELETEsparql语句与where子句结合使用以按名称而不是按uri查找数据,这将拥有与SQL版本相同的函数头。
You can often find a character of interest by loading UnicodeData-3.2.0.txt in a text editor and searching for a key word in the character name.
使用文本编辑器打开 UnicodeData-3.2.0.txt 之后,我们通常都可以通过搜索字符名中的关键字在其中找到感兴趣的字符。
One agent (find users by first name) finds all Domino Directory documents in which the first name of the person matches the name you typed in the input box.
其中一个代理(Findusersbyfirstname)查找所有这样的DominoDirectory文档,即其中人的名字与您在输入框中输入的名字匹配。
If you're trying to find a file by name, try locate instead of find -name.
如果您打算根据名称来查找一个文件,那么可以尝试使用locate来代替find - name。
You can apply similarity detection to XML data using various XQuery constructs to find data by a common element such as author name, source of data, and so on.
您可以使用各种XQuery构造向XML数据应用相似度监测,以便按共同元素(比如作者名、数据来源,等等)找到数据。
If you can't remember the cell name and node name, you can find them by looking under the config directory for the profile.
如果您没有记住计算单元名称和节点名称,您可以在概要的config目录中找到它们。
Finally, get the author's name by jumping from the element, back up to its parent, then using find('author>name').
最后,从元素跳回到它的父元素,接着使用find('author>name'),获得作者的用户名。
A quick check of the Discussion application is done by using a bookmark to launch the application and to search on the company name or to find the appropriate category.
随后将快速查看Discussion应用程序,方法为使用书签启动该程序,然后搜索公司名称或查找相应的类别。
To preserve an entire file name (remember, UNIX arguments are separated by white space), be sure to use find -print0 and its companion, xargs -0.
为了保持完整的文件名(请记住,UNIX参数以空格分隔),一定要使用find - print0和xargs - 0。
Plugdwindling domestic consumption by tapping into overseas markets, some of Japan's big-name retailers are telling their employees to start speaking English — or find another job.
为开拓海外市场,弥补日益减少的国内消费,日本一些知名零售企业要求员工开始说英语——否则就会饭碗不保。
He tags both assets with a tag called Corporate Finance so that he can group similar assets by this name and easily find them again.
他也用CorporateFinance标签给资产作了标记,这样,他就可以根据名字将同类资产分组,下次的检索也就更容易了。
Subdirectories can also be searched by using **/; the process is recursive, such as the find command, so that you can produce the equivalent of a find command, such as $ find . -name "*.c".
通过使用 **/,还可以搜索子目录;该过程是递归的,例如find命令,以便您能产生 find 命令的等效结果,例如 $ find. -name "*.c"。
Subdirectories can also be searched by using **/; the process is recursive, such as the find command, so that you can produce the equivalent of a find command, such as $ find . -name "*.c".
通过使用 **/,还可以搜索子目录;该过程是递归的,例如find命令,以便您能产生 find 命令的等效结果,例如 $ find. -name "*.c"。
应用推荐