使用过滤器 meaning in Chinese
apply filter
Examples
- This tip demonstrated the use of filters in stax parsers
这篇技巧示范了在stax解析器中使用过滤器。 - Tell you how to apply filters , do basic searches , and lots more
告诉您如何使用过滤器、进行基本搜索以及很多其他内容。 - You can also choose to load only part of an xml document by interrupting parsing using the filter api
您还可以选择使用过滤器api中断解析过程,从而只装载xml文档的某一部分。 - Anywhere that a decorating filter pattern or interceptor pattern would be appropriate , you can use a filter
在适合使用装饰过滤器模式或者拦截器模式的任何地方,您都可以使用过滤器。 - The use of a filter is shown by the following definition of a function which takes a number and returns a list of all its factors ,
下面的代码通过定义计算某个数值的所有因子的函数演示了如何使用过滤器: