03 2013 档案
完美编译运行PCRE on Windows , Solved the __imp__pcre_exec __imp__pcre_compile __imp__pcre_free Errors
摘要:写写英文吧,好长时间不写都有点不熟练了when I compile the following codes which test the pcre , I got the unreferenced error __imp__pcre_exec __imp__pcre_... 阅读全文
posted @ 2013-03-22 23:42 未雨愁眸 阅读(340) 评论(0) 推荐(0)
pcrecpp高级使用
摘要:昨天简单介绍了一下pcrecpp的使用,常用的匹配函数包括FullMatch和PartilaMatch等,FullMatch和PartilaMatch对于捕获参数的个数都有限制,最多能传16个捕获参数。而且不能够根据模式中的捕获情况动态设定捕获参数。查看了一个pcre... 阅读全文
posted @ 2013-03-15 16:50 未雨愁眸 阅读(240) 评论(0) 推荐(0)
windows平台cl.exe编译pcre 8.13
摘要:最近在windows平台开发的一个project需要使用正则表达式,当然自己实现一个regexp也是可以的,只是太蛋疼且技术不到家。所以我优先考虑了open source的library,pcre是比较有名的库,在linux编译都是普通的套路,不过在win下面就稍微麻... 阅读全文
posted @ 2013-03-15 15:24 未雨愁眸 阅读(487) 评论(0) 推荐(0)
__gnu_cxx::hash_map使用中的一些问题
摘要:[STL] __gnu_cxx::hash_map使用中的一些问题,今天看《libstdc++ manual 20110201》中提到这个hash_map是为了向后兼容SGI/HP的代码,但是已经被废弃了,取而代之的是C++0x中的unordered_map/unor... 阅读全文
posted @ 2013-03-01 15:18 未雨愁眸 阅读(541) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示