The other type of filter is based on Xpath expressions.
另一种过滤器类型基于Xpath表达式。
Fiberball is a new type of filter material made of polyster fiber.
纤维球是一种用聚脂纤维制成的新型球状滤料。
This paper discussed the design of a new type of filter checking robot.
讨论了一种新型滤芯检测机器人的设计。
In the contact tower, a new type of filter was used to prevent blocking.
本文选用了一种新型的填料,克服了接触氧化塔易发生堵塞的缺点。
A new type of filter using degenerate mode is studied by applying the perturbation theory.
本文应用微扰理论研究了一种利用简并模的新型滤波器。
Most through-the-lens meters will compensate for the lost light, but be sure you are using the right type of filter.
大部分穿过滤镜的光可以补偿损失的部分,但你要确保使用的滤镜种类正确。
The new type of filter element host maintains the water injection rate, and meanwhile, the bearing strength of filter element and the reliability are both enhanced.
采用新型滤芯主体实现了在保持注水流量的同时,提高了滤芯的承压强度,可靠性增强。
This type of filter will not obtain very dry cake, and the thick slurry discharged at the bottom needs to do washing and drying by another microporous pressure filter.
这种型号的过滤机不能得到很干滤饼,底部排走的浓浆还需另一台微孔压干过滤机进行湿料洗涤压干。
In addition, users will now be able to easily filter their streams by specific friends, the type of relationship they have with people (groups), or by the application that generated the update.
此外,用户也可以轻松地过滤他们的信息流,通过指定好友,依据他们与其他人的关系类型(群组),或凭借该生成“更新”的应用程序来实现。
Once you stop working just because it's a good idea, you'll be able to develop a filter for the type of work that is essential, highest leverage and produces the best results.
一旦你仅因为主意不错而停止工作,你就能够过滤那些至关重要、有最大的影响力并能产生最好的结果的工作类型。
The user can filter messages according to a number of criteria, such as the type of problem (warning, error), the priority, and the marker ID.
用户可以根据不同的条件过滤消息,比如问题的类型(警告、错误)、优先级和记号ID。
We can set a filter to generate the report for business service transactions for all applications, or all application suites, or a type of business service.
可以通过设置筛选器生成所有应用程序、所有应用程序套件或某一业务服务类型的业务服务事务报告。
The menu bar allows you to filter by request type, and the small triangles in front of the requests allow you to see the request and response headers as well as the whole response itself.
菜单栏让您可以按请求类型进行过滤,而请求前面的小三角则让您可以看到请求和响应头以及响应本身。
Lines in this file have four entries: a source and destination MIME type, a cost, and the name of the filter.
这个文件的行有四项:源mime类型和目标MIME类型、代价、过滤器的名称。
Tip 6: Filter links in the links sidebar to quickly find references to artifacts of a particular type (for example, a Microsoft Word document).
技巧6:过滤Links工具条上的链接,以快速找到对特定类型工件的引用(例如,一个MicrosoftWord文件)。
Now, when an event of type t1 occurs on that widget, first Filter 1 is informed of the event occurrence, followed by Listener 1, then Listener 2.
现在,当这个控件上产生一个t1类型的事件时,第一个接收到发生该事件的通知的是Filter1,然后是Listener 1,最后是Listener2。
Filter links in the links sidebar to quickly find references to artifacts of a particular type (for example, a Microsoft Word document).
过滤Links工具条上的链接,以快速找到对特定类型工件的引用(例如,一个MicrosoftWord文件)。
To filter the list of reports, click on the report Type selection list.
要过滤报告列表,可以单击ReportType选择需要过滤的列表。
The second filter removes any list items where the left side of the expression is a primitive type or a null.
第二个过滤器负责移除任何表达式左侧为一个基本类型或null型的列表条目。
Once the MIME type of a file has been determined, the correct filter is found using the /etc/cups/mime.convs file.
确定了文件的MIME类型之后,就用 /etc/cups/mime.convs 文件查找正确的过滤器。
With closures, I was able to defer the definition of my desired behavior until runtime — so there was no need to define a new Filter type and compile it, as I would have with my previous design.
使用闭包,我能够把对期望行为的定义推迟到运行时——所以不必像在以前的设计中要做的那样再定义新的Filter类型并编译它。
Since Product type, which is the scope of the summary filter, is projected only in the detail, the summary filter is invalid for the master.
由于Producttype(这是摘要过滤器的范围)只在细节中投射,因此摘要过滤器对于主无效。
The first step is the selection of the storage type based on the storetype element value in the input data object using message filter SelectStoreType.
第一步是使用消息过滤器SelectStoreType基于输入数据对象中的storetype元素值选择存储类型。
For instance, for querying, mobl exposes the collection type, which has methods to filter, sort and page the contents of a collection of entity objects. These methods would can be called as follows.
例如,对于查询,mobl暴露了Collection类型,它拥有对实体对象的集合进行过滤、排序和分页的方法。
In this scenario, the right list object and the page set grouping will need to be associated to another query which consists of Product line, Product type and Revenue with no summary filter.
在这个场景中,右边的列表对象和页面集分组需要关联到另一个查询,该查询包含Productline、Producttype和Revenue,但不包含摘要过滤器。
A filter expression to select storage areas based on whether they have duplicate suppression enabled can be useful to easily select this type of storage for your documents.
根据存储区域是否启用duplicatesuppression来选择存储区域的筛选器表达式便于为文档选择这种类型的存储区域。
Again, I'll create a new filter type, pass in the regular expression closure named rfilter and execute some asserts to ensure that everything is peachy. All of this is shown in Listing 3.
这次我还是要创建一个新的filter类型,向正则表达式传递一个名为rfilter的闭包,并执行一些assert,以确保每件事都正常。
I've tried the latter approach in Listing 6. (Note that filter takes a (t) : Booleanmethod, meaning it takes a single parameter of whatever type the array holds and returns a Boolean.)
我在清单6中采取了后一种方法(注意filter使用了一个(t):Boolean方法,意味着使用数组持有的任意类型的参数,并返回一个Boolean)。
I've tried the latter approach in Listing 6. (Note that filter takes a (t) : Booleanmethod, meaning it takes a single parameter of whatever type the array holds and returns a Boolean.)
我在清单6中采取了后一种方法(注意filter使用了一个(t):Boolean方法,意味着使用数组持有的任意类型的参数,并返回一个Boolean)。
应用推荐