发布时间:2015-09-11 11:54:05
<p style="margin-top:0px;margin-bottom:9px;white-space:normal;font-family:Arvo, 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;line-height:18px;color:#444444;background-color:#FFFFFF;">上一篇主要讲解了Vim的翻页(整页,半页,往上,往下),移动(单词,在一行中),拷贝(主要是y的各种组.........【阅读全文】
发布时间: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.........【阅读全文】