03 2017 档案
使用log4cplus时遇到的链接错误:无法解析的外部符号 "public: static class log4cplus::Logger __cdecl log4cplus::Logger::getInstance(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,
摘要:error LNK2019: 无法解析的外部符号 "public: static class log4cplus::Logger __cdecl log4cplus::Logger::getInstance(class std::basic_string<wchar_t,struct std::ch 阅读全文
posted @ 2017-03-15 18:09 言止予思 阅读(3132) 评论(0) 推荐(2) 编辑
linux中free命令内存分析
摘要:Mem(物理内存分配情况)行 total:表示物理 内存总量 used:表示总计分配给缓存(包含buffers 与cache )使用的数量,但其中可能部分缓存并未实际使用 free:未被分配的内存 shared:共享内存,一般系统不会用到,这里也不讨论 buffers: 系统分配但未被使用的buff 阅读全文
posted @ 2017-03-14 10:54 言止予思 阅读(1963) 评论(0) 推荐(0) 编辑
ImportError: libmysqlclient_r.so.16: cannot open shared object file: No such file or directory
摘要:在开发一个python项目是,需要用到mysql,但是, 安装完mysql-python后import加载模块提示以下错误: ImportError: libmysqlclient_r.so.16: cannot open shared object file: No such file or di 阅读全文
posted @ 2017-03-07 14:37 言止予思 阅读(2410) 评论(0) 推荐(0) 编辑