Regex在匹配的时候,常常会返回一个Match类的对象,今天就来看看怎么玩这个对象。一、属性Captures 按从里到外、从左到右的顺序获取由捕获组匹配的所有捕获的集合(如果正则表达式用 RegexOptions..::.RightToLeft 选项修改了,则顺序为按从里到外、 从...
分类:
其他好文 时间:
2015-06-01 20:05:35
阅读次数:
123
一什么是ngrok ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. ngrok captures and analyzes ....
分类:
其他好文 时间:
2015-05-14 15:38:59
阅读次数:
134
[Add]
Lambda expressions
在合适的时候使用lambda表达式; 不要使用默认的lambda captures, 使用显式的captures;
[http://en.cppreference.com/w/cpp/language/lambda ]
定义:
lambda表达式是一个创建匿名函数对象anonymous function obj...
分类:
其他好文 时间:
2015-04-19 16:14:21
阅读次数:
168
什么是ngrok
ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. ngrok captures and analyzes all traffic over the tunnel for later inspectio...
分类:
其他好文 时间:
2015-01-09 10:44:07
阅读次数:
240
A patch captures the changes of two different files (oldfile and newfile). Given the oldfile and the patch, one can use the patch program to create th...
分类:
其他好文 时间:
2014-09-03 03:52:15
阅读次数:
252
snapshotViewAfterScreenUpdatesThis method very efficiently captures the current rendered appearance of a view and uses it to build a new snapshot view...
分类:
其他好文 时间:
2014-07-02 20:07:46
阅读次数:
166
写在前面
照亮的球体(Lit Sphere,翻译过来很怪)类型的光照模型是一种非常有趣的基于图像的光照。实际上,我们可以使用一张2D贴图来完整地烘焙我们的光照。你可以得到Zbrush这个软件实现的相同效果。如果你对Zbrush的MatCaps(Material
Captures)很熟悉,那么恭喜你,被照亮的球体是相同的实现原理。我们可以创建一个贴图,然后完全照搬各种烘焙类型,...
分类:
其他好文 时间:
2014-05-21 08:44:42
阅读次数:
324