向UM l类输入源对象,然后从中获得关键字列表。
Type the source object to a UML class, and then get the keyword list from it.
第二个参数是关键字列表,这些关键字在语法模式中采用字面意义。
The second argument is a list of keywords which are to be taken literally within the syntax patterns.
您输入一个关键字列表,点击Search按钮,马上将得到相关文档的列表。
You entered a list of keywords, clicked the Search button, and instantaneously got back a list of relevant documents.
此外,Twazzup用户可以通过相关关键字列表和子趋势列表,进一步定制搜索结果。
In addition, Twazzup also allows you to easily restrict your searches through lists of related keywords and sub-trends.
WorkOrder2表单使用(Customers)视图来读取客户编号的关键字列表,以及查找特定客户的详细信息。
WorkOrder2 form USES the (Customers) view to read the keyword list of customer Numbers and to look up detailed information for a particular customer.
该示例数据展示了如何使用一个分类视图(VFCustomersKeywords)来获取关键字列表,即从该视图中的每个文档读出keywords字段。
The sample database shows how to use a categorized view (VFCustomersKeywords) to get a keyword list by reading the Keywords field out of each document in the view.
如果你问自己希望多快能够获得一个比较令人满意的排名,而回答是“现在!”那么,让我们停止做SEO的关键字研究转而开始建立一个伟大的PPC活动列表。
When asking yourself how quickly you need to achieve a quality rank, and the answer is "NOW!" then stop doing keyword research for SEO and start building out lists for a great PPC campaign.
要针对其他移动浏览器显示这个备用登录屏幕,需要向这个设置列表添加一个惟一关键字来识别备用浏览器。
To have this alternate login screen display for other mobile browsers, a unique keyword to identify that alternate browser might be added to this Settings list.
这与“使查找频率最小化”中描述的内容相似,并且在文档处于读模式时它可防止关键字下拉列表执行查找。
This is similar to what is described in "Maximize the frequency of your lookups," and it prevents the keyword drop-down list from performing the lookup if the document is in read mode.
公正地说,查找包含关键字的文档列表是件很容易的事情,但是,排序技术却涉及到很多未知的技术和深奥的计算公式。
To be fair, finding the list of documents that contain the keywords is the easy part, while ranking techniques still involve a lot of black magic and secret evaluation formulas.
我们向它提供所知道的关键字参数以及所有给定参数的列表, 它将设置最终参数指向的值。
We give it the list of keyword arguments we understand and all of the arguments we were given, and it will set the values pointed to by the final arguments.
请注意,现在,在类定义中,关键字参数被允许出现在基类列表之后 —通常来讲,即class Foo(*bases, **kwds):pass。
Notice that now in a class definition, keyword arguments are allowed after the list of base classes—generally speaking, class Foo(*bases, **kwds): pass.
那么,让我们停止做SEO的关键字研究转而开始建立一个伟大的PPC活动列表。
Then stop doing keyword research for SEO and start building out lists for a great PPC campaign.
Vimscript中的函数使用function关键字定义,后跟函数名,然后是参数列表(这是强制的,即使该函数没有参数)。
Functions in Vimscript are defined using the function keyword, followed by the name of the function, then the list of parameters (which is mandatory, even if the function takes no arguments).
WolframAlpha返回的不是指向含有关键字页面的链接列表,而是返回诸如股票价格和复杂数学公式等问题的答案——结果不一。
Wolfram Alpha does not return the usual list of links to pages with search keywords, instead providing answers to questions such as stock prices and complex mathematical formulas - with mixed results.
您可以使用它通过位置和关键字搜索tweet、获得Twitter用户的好友和追随者列表,甚至看到这些好友和追随者的tweet。
You can use it to search for tweets by location and keyword, obtain a list of a Twitter user's friends and followers, and even see those friends' and followers' tweets.
SponsoredLinks—根据搜索请求中输入的关键字,显示建议链接的列表。
Sponsored links a "displays a list of suggested links based on keywords entered in the search request."
这些建议可以是针对某个特定对象的方法列表,也可以是基于不同的关键字(比如for或while)来展开的代码片断。
The Suggestions can be a list of methods specific to a particular object, or a code snippet to expand, based on various keywords like for or while.
通过使用From关键字,初始化列表中的每个条目都会被加到新创建的对象中。
Using the From keyword, each item in the initialization list is added to newly created object.
这些建议可以是针对某个特定对象的方法列表,也可以是基于不同的关键字(比如for或while)来展开的代码片段。
The Suggestions can be a list of methods specific to a particular object or a code snippet to expand, based on various keywords such as for or while.
图1展示了您可能看到的输出—匹配关键字“robert crais”的所有图书列表。
Figure 1 demonstrates the output you might see-a list of all books matching the keyword 'Robert crais'.
该REST方法返回一个匹配关键字php的图书列表。
This REST method returns a list of books matching the keyword PHP.
关键字自动检测为参数,并将其添加到报告的参数列表。
As a parameter and adds it to the parameter list of the report.
这意味着,抽象方法应包括abstract关键字、可选的可见度修改符、function关键字,以及圆括号内可选的参数列表。
That means that they should include the abstract keyword, optionally a visibility modifier, the function keyword, and an optional list of arguments in parentheses.
Gperf的内部实现以两个内部数据结构为核心:关键字签名(keyword signatures)列表(Key_List)和关联值(associated values)数组(asso_values)。
Gperf's internal implementation centers on two internal data structures: the keyword signatures list (Key_List) and the associated values array (asso_values).
我们可以使用data - filter属性来指定data -role列表的行为,而该列表可以基于输入的关键字来过滤列表的值。
The data-filter attribute is used to specify the behavior of a list data-role which can display a filtered list of value based on some keyword input.
通常,参数列表中的每一个关键字都必须来自于形式参数,每个参数都有对应的关键字。
In general, an argument list must have any positional arguments followed by any keyword arguments, where the keywords must be chosen from the formal parameter names.
通常,参数列表中的每一个关键字都必须来自于形式参数,每个参数都有对应的关键字。
In general, an argument list must have any positional arguments followed by any keyword arguments, where the keywords must be chosen from the formal parameter names.
应用推荐