摘要: 一、C#集合的命名空间 1.System.Collections //非泛型集合 2.System.Collections.Generic //泛型集合 3.System.Collections.Specialized //特定集合 4.System.Collections.Concurrent / 阅读全文
posted @ 2017-06-04 11:36 秋郊饮马 阅读(3394) 评论(0) 推荐(0) 编辑
摘要: 类别 字符 含义 定位符 ^ 行首(默认) $ 行尾(默认) \b 字边界,是单词和空格之间的位置 \B 非字边界,除字边界之外的任何位置 限定符 ? 重复 [0,1] + 重复 [1, +∞] * 重复 [0, +∞] {n} 重复 n {n,} 重复 [n,+∞] {n,m} 重复 [n, m] 阅读全文
posted @ 2017-06-04 11:28 秋郊饮马 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 序号 错误代码 错误描述 错误名称 0 HRESULT:0x80040201 “Failed to load a resource (string, icon, bitmap, etc).” LOADING_RESOURCE 1. HRESULT:0x80040202 The index passe 阅读全文
posted @ 2017-06-04 11:18 秋郊饮马 阅读(1118) 评论(0) 推荐(0) 编辑