上一页 1 ··· 4 5 6 7 8
摘要: 正则表达式通常包含字母文本(Literaltext)和元字符(metacharacter): 字母文本指的是普通文本如"abcde"可匹配字符串中任何包含"abcde"的字符串。 元字符则更加灵活运用通用的表达式匹配所有符合此表达式规律的字符串。下表是元字符及其在正则表达式上下文中的行为的一个完整列表:字符描述\将下一个字符标记为一个特殊字符、或一个原义字符、或一个 向后引用、或一个八进制转义符。例如,'n' 匹配字符 "n"。'\n' 匹配一个换行符。序列 '\\' 匹配 " 阅读全文
posted @ 2014-01-06 16:16 祁临芯 阅读(300) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;using System.Reflection.Emit;namespace ConsoleApp{ class Program { static void Main(string[] args) { TestA test = DynamicProxy.Create(); int result = te... 阅读全文
posted @ 2013-11-27 15:48 祁临芯 阅读(434) 评论(1) 推荐(1) 编辑
上一页 1 ··· 4 5 6 7 8
友情链接:初心商城