public
sealed
class
KeywordFilter
{
public
KeywordFilter(IEnumerable<Keyword> keywords);
public
KeywordFilter(IEnumerable<
string
> keywords);
public
KeywordFilter(IEnumerable<Keyword> keywords, IEnumerable<
char
> skipChars);
public
KeywordFilter(IEnumerable<
string
> keywords, IEnumerable<
char
> skipChars);
public
ReadOnlyCollection<Keyword> Keywords {
get
; }
public
ReadOnlyCollection<
char
> SkipChars {
get
; }
public
bool
ContainsAny(
string
original);
public
bool
ContainsAny(
string
original,
bool
ignoreCase);
public
bool
ContainsAny(
string
original, KeywordOrder order);
public
bool
ContainsAny(
string
original, KeywordOrder order,
bool
ignoreCase);
public
KeywordFilterResult Filter(
string
original);
public
KeywordFilterResult Filter(
string
original, KeywordFormatter formatter);
public
KeywordFilterResult Filter(
string
original, KeywordFormatter formatter,
bool
ignoreCase);
public
KeywordFilterResult Filter(
string
original, KeywordFormatter formatter, KeywordOrder order);
public
KeywordFilterResult Filter(
string
original, KeywordFormatter formatter, KeywordOrder order,
bool
ignoreCase);
public
static
KeywordFilterResult Filter(
string
original, IEnumerable<Keyword> keywords);
public
static
KeywordFilterResult Filter(
string
original, IEnumerable<
string
> keywords);
public
static
KeywordFilterResult Filter(
string
original, IEnumerable<Keyword> keywords, KeywordFormatter formatter);
public
static
KeywordFilterResult Filter(
string
original, IEnumerable<
string
> keywords, KeywordFormatter formatter);
public
static
KeywordFilterResult Filter(
string
original, IEnumerable<Keyword> keywords, KeywordFormatter formatter,
bool
ignoreCase);
public
static
KeywordFilterResult Filter(
string
original, IEnumerable<Keyword> keywords, KeywordFormatter formatter, KeywordOrder order);
public
static
KeywordFilterResult Filter(
string
original, IEnumerable<
string
> keywords, KeywordFormatter formatter,
bool
ignoreCase);
public
static
KeywordFilterResult Filter(
string
original, IEnumerable<
string
> keywords, KeywordFormatter formatter, KeywordOrder order);
public
static
KeywordFilterResult Filter(
string
original, IEnumerable<Keyword> keywords, KeywordFormatter formatter, KeywordOrder order,
bool
ignoreCase);
public
static
KeywordFilterResult Filter(
string
original, IEnumerable<
string
> keywords, KeywordFormatter formatter, KeywordOrder order,
bool
ignoreCase);
public
static
KeywordFilterResult Filter(
string
original, IEnumerable<Keyword> keywords, IEnumerable<
char
> skipChars, KeywordFormatter formatter, KeywordOrder order,
bool
ignoreCase);
public
static
KeywordFilterResult Filter(
string
original, IEnumerable<
string
> keywords, IEnumerable<
char
> skipChars, KeywordFormatter formatter, KeywordOrder order,
bool
ignoreCase);
public
static
List<Keyword> LoadKeywords(
string
filePath);
public
static
List<Keyword> LoadKeywords(
string
filePath, Encoding encoding);
public
static
List<Keyword> ParseKeywords(
string
keywordsText);
public
static
void
SaveKeywords(IEnumerable<Keyword> keywords,
string
filePath);
public
static
void
SaveKeywords(IEnumerable<
string
> keywords,
string
filePath);
public
static
void
SaveKeywords(IEnumerable<Keyword> keywords,
string
filePath, Encoding encoding);
public
static
void
SaveKeywords(IEnumerable<
string
> keywords,
string
filePath, Encoding encoding);
}
相关推荐
保存文件的同时删除文件,保存用时会略微升高。没必要花大功夫专门处理 保存500文件用时(毫秒):30906 删除文件同时,保存500文件用时(毫秒):30263 删除500文件用时(毫秒):363 保存500文件用时(毫秒):...
1、人脸识别sdk功能包含:摄像头操作封装,人脸检测、特征提取、人脸特征比对、性别检测、年龄检测; 2、本sdk二次开发包提供32位和64位dll,适用于Windows7以上系统,建议配置为i3+4G,开发包打包环境vs2015; 3...
4.每个功能块可以无数次重复调用,可以建成库,用时调出即可 5.上位机采样威纶通触摸屏 6.参考本案例熟悉掌握结构化编程技巧,扩展逻辑思维,借鉴本案例实现自己得第一个项目 包括: (1)博图V14SP1-S7-1200PLC程序 ...
本示例将详细介绍如何通过优化技术使ListView在1秒内快速加载并显示100万条数据。 首先,关键在于使用高效的适配器(Adapter)和数据加载策略。通常我们会采用`BaseAdapter`或`CursorAdapter`进行自定义,以避免...
(1).三轴机械手联动取放料PTO脉冲定位控制台达B2伺服 (2).台达伺服速度模式应用+扭矩模式应用实现收放卷 (3).程序为结构化编程,每一功能为模块化设计,功能:自动_手动_单步_暂停后原位置继续运行_轴断电保持_...
4.每个功能块可以无数次重复调用,可以建成库,用时调出即可 5.上位机采样威纶通触摸屏 6.参考本案例熟悉掌握结构化编程技巧,扩展逻辑思维,借鉴本案例实现自己得第一个项目 PLC程序,触摸屏程序, 博图V14以上都...
S7-1200PLC运动控制程序-结构化编程控制5轴伺服项目每一功能 具有一个项目都有的功能:自动_手动_单步_暂停后原位置继续运行_轴断电保持_报警功能_气缸运行及报警. 2.每个功能块可以无数次重复调用,可以建成库,用时...
Dictionary比Collection慢好多; 采用了高精度计时器进行比较,可以精确到微秒; 添加速度快1-2倍 读取快3倍 删除有时快5倍 具体数据量不一样,CPU和电脑不同,结果也不同。...Collection,删除20万条,用时600毫秒
《易语言取开机用时》是一款小巧而实用的程序,主要功能是用于获取计算机的开机时间以及计算开机至今所消耗的时间。在IT行业中,了解系统的运行状态和性能指标是至关重要的,尤其是对于系统优化和故障排查。易语言是...
dubbo 的功能列表 dubbo 是一个高性能、轻量级的开源Java RPC 框架,它提供了很多功能强大...dubbo 提供了很多功能强大且灵活的功能特性,满足了不同场景下的服务需求,提高了服务的可用性、可靠性、性能和可扩展性。
在易语言中,我们可以编写各种程序来实现特定的功能,比如获取计算机的开机用时。"取开机用时"是易语言编程中一个实用的功能,它可以帮助用户了解计算机自启动以来已经运行了多长时间。 在易语言中实现"取开机用时...
"电子政务-多块起重电磁铁联用时发生过流或短路的保护装置"这一主题聚焦于解决一个具体的技术问题:如何在多块起重电磁铁并用过程中,防止因过电流或短路引发的安全隐患。下面我们将深入探讨这个问题及其相关的知识...
"易语言源码易语言取开机用时.rar"这个压缩包文件,显然包含了与易语言相关的源代码,特别是涉及到获取计算机开机时间的实现。 在易语言中,源码是用来描述程序功能、逻辑和数据结构的文本,程序员通过编写源码来...
"欢乐24点小游戏 功能强大"是一款集趣味性与挑战性于一体的数学娱乐软件,它基于经典的24点游戏规则,旨在锻炼用户的计算能力和逻辑思维。这款游戏小程序具有丰富的功能,可以满足不同用户的需求,同时也是一种...
Keith Reckdahl的文章《Using Imported Graphics in LaTeX2e》介绍了如何在LaTeX2e中处理图形,包括并排显示、旋转等高级功能。本文将详细介绍该文章的关键知识点。 #### LaTeX2e字体选择机制 LaTeX2e相比之前的...
1. 便捷性:网页版数字华容道无需下载安装,只需打开网页即可游玩,适应各种设备,无论是电脑、平板还是手机,只要有网络连接,都可以随时随地进行游戏。 2. 多样化关卡:网页版游戏通常提供多种难度级别,从初级到...
本篇文章主要讲解了51单片机外部存储器的扩展,包括最小应用系统的结构、片内带程序存储器的最小应用系统、片内无程序存储器的最小应用系统、单片机的三总线结构、MCS-51系统扩展的实现、外部总线的扩展、地址总线...