发布时间:2015-09-11 09:46:34
<h1 style="font-size:30px;line-height:36px;margin:0px;padding:0px;color:#444444;white-space:normal;font-family:Arvo, 'Helvetica Neue', Helvetica, Arial, sans-serif;background-color:#FFFFFF;">每日一Vim(0)</h1><p style="margin-top:0px;margin-bottom:9px;white-space:normal;font-family:Arvo, 'Helve.........【阅读全文】
发布时间:2015-08-24 17:29:24
Poco::Exception:<br /> Poco::Exception 是所有Poco异常的父类,Poco::Exception由std::exception派生<br /> #include "Poco/Exception.h"<br /><br />自定义 Exceptions:<br /><span style="white-space:normal;">抛出捕获异常:</span><br /> poco提供2个宏完成自.........【阅读全文】
发布时间:2015-08-24 16:17:03
基础数据类型:<br /> poco 提供了整数类型头文件 "Poco/type.h"<br /> 并提供了2个宏<br /> POCO_PTR_IS_64_BIT <br /> POCO_LONG_IS_64_BIT<br /> 可以用来判断是否64.........【阅读全文】
发布时间:2015-08-24 15:10:33
poco lib 专注于网络应用,基于stl,支持多平台<br />特性:<br /> Any and DynamicAny classes<br /> Cache framework<br /> Cryptography (cryptographic hashes, encryption based onOpenSSL)<br /> Date and Time .........【阅读全文】