• The selected IP filter list specifies which network traffic will be secured with this rule.

    所选的IP筛选器列表指定了哪个网络传输将用此规则保护。

    youdao

  • The satisfy() method accepts the input list and the filter list and performs all filtering in one step.

    satisfy()方法接收输入列表和过滤器列表,并且在一步中执行所有的筛选操作。

    youdao

  • Keep your filter list small so you don't lower your revenue potential by blocking the highest-paying ads.

    确保你的过滤列表较小。这样通过阻断最高单价广告,你就不会降低你的创收潜力。

    youdao

  • The tunnel endpoint is the tunneling computer closest to the IP traffic destination, as specified by the security rule's IP filter list.

    隧道终结点是最接近IP通讯目标的隧道操作计算机,正如安全规则的IP筛选器列表所指定的。

    youdao

  • You can filter this list to show errors or warnings and select the level of the model from the entire project down to the selected element only.

    您可以通过过滤该列表来显示错误信息或警告信息,并且从整个项目到仅所选定的元素中选择模型级别。

    youdao

  • The return from this operation is a list of numbers that meet my filter criteria, which I coerce into a set to remove duplicates.

    从此操作返回的是一组满足过滤标准的数字列表,我将其放入一个集合来删除重复值。

    youdao

  • The list begins to filter, showing you only methods that begin with the characters you're typing.

    列表将开始过滤,只为您显示以所键入字符为开头的方法。

    youdao

  • Similar functionality is possible with an LDAP server by modifying the authentication filter to list only the allowed LDAP field names.

    在LDAP服务器上,可以通过修改身份验证过滤器,只列出所允许的ldap字段名称,也可以实现类似的功能。

    youdao

  • You also can filter the contents of a list feed or a cell feed, such that the feed returns only rows or cells matching specific criteria.

    还可以过滤列表提要或单元格提要的内容,从而使提要只返回匹配特定条件的行或单元格。

    youdao

  • You can use wildcards when you type the class name to filter the list below the text box.

    在键入类名以过滤文本框下方的列表时,可以使用通配符。

    youdao

  • A visual filter can be used to filter the list with user input.

    可以使用一个过滤器根据用户输入过滤列表。

    youdao

  • The result is a list feed containing only those worksheet rows that match the filter criteria.

    过滤结果是列表提要只包含满足过滤条件的工作表行。

    youdao

  • This list is defined as a list of topic expression attached to the filter.

    此列表是作为附加到该筛选器的主题表达式列表定义的。

    youdao

  • To filter, you can either restrict the list of rules that are applied, or instruct Code Review to apply the rules to a limited set of classes.

    为了实现过滤,你可以严格定义使用的规则或者对一些限定的类应用特定的一些规则来进行代码复查。

    youdao

  • To change the filters, click the filter icon in the task list and in the problem list. Make sure that XM markers are selected.

    要改变过滤器,请在任务列表或问题列表中单击过滤器图标,一定要选中XM记号。

    youdao

  • In a production environment where the number of processes in the list is quite extensive, it is helpful to not just sort, but also to filter the list.

    在生产环境中,列表中的过程数量非常多,因此除了排序之外,列表筛选也很有帮助。

    youdao

  • This time, you will apply a filter to the Relational Record List to select only the records that correspond to the city, as specified by the largestCityVar sessionScope variable.

    这时,您将应用一个对关联记录列表的过滤器,只选中相应城市的记录,城市由largestCityVarsessionScope 变量来指定。

    youdao

  • The values on the right define a filter chain - an ordered, comma delimited list of Servlet filters to execute for the given path.

    等号右边的值定义了过滤器链-一个逗号分隔的有序Servlet过滤器列表,它会针对给出的路径进行执行。

    youdao

  • The second filter removes any list items where the left side of the expression is a primitive type or a null.

    第二个过滤器负责移除任何表达式左侧为一个基本类型或null型的列表条目。

    youdao

  • The first step in creating this personalized list (view) is to filter the Lotus Quickr content to fetch all announcement items.

    创建个性化列表(视图)的第一步是过滤lotusQuickr内容以获取所有声明项。

    youdao

  • Once you have chosen the filter, click Apply to filter the packet list.

    一旦您选择了某个过滤,单击Apply就可以过滤数据包列表。

    youdao

  • The function preg_grep can also filter a list quickly.

    函数preg_grep还可以快速地过滤列表。

    youdao

  • This should filter the list that follows so that it contains only Archive File.

    这将过滤掉跟随的列表,使它只包含Archive文件。

    youdao

  • Assuming these CLI calls are run immediately after the Poster test above, where we added a new filter, you should see that filter in the list, right?

    假设这些CLI调用在上面的Poster测试后立即运行,其中我们添加了一个过滤器,您应该会在列表中看到该过滤器,对吗?

    youdao

  • To filter the list of reports, click on the report Type selection list.

    要过滤报告列表,可以单击ReportType选择需要过滤的列表。

    youdao

  • In a construct similar to filter chaining, it takes a list of MessageHandler objects in the constructor.

    在类似于过滤器链的结构中,构造函数中包含一系列的MessageHandler对象。

    youdao

  • Another way to use conditions is to apply a filter to a list of repeatable elements.

    使用条件的另一方法是将筛选器应用到可重复元素的列表上,如第2部分中的“筛选数组”中所述。

    youdao

  • The filter method in Listing 9 accepts a list and a criteria (a code block specifying how to filter the list) and iterates over the list, adding each item to a new list if it matches the predicate.

    清单9中的filter方法接受了一个list和一个criteria(指定如何过滤列表的代码块)并对列表进行遍历,将满足谓语的项添加到一个新列表中。

    youdao

  • The filter method in Listing 9 accepts a list and a criteria (a code block specifying how to filter the list) and iterates over the list, adding each item to a new list if it matches the predicate.

    清单9中的filter方法接受了一个list和一个criteria(指定如何过滤列表的代码块)并对列表进行遍历,将满足谓语的项添加到一个新列表中。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定