今天晚上心血来潮装libevent和memcached,可是却出现了奇葩的问题,结果一看越来是引导文件的路径不对!我遇到 error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: ...
分类:
其他好文 时间:
2014-10-08 01:58:54
阅读次数:
230
UNIX and Linux Shared Memory and Oracle
The UNIX and LINUX operating systems allocate memory based on an interprocess communication model (IPC) to manage memory segments for Oracle database envir...
分类:
数据库 时间:
2014-10-06 20:12:10
阅读次数:
341
存储位置
SharedPreferences数据保存在: /data /data/ /shared_prefs 目录下,以XML格式保存,根元素为:。文件名为获取SharedPreferences实例时传递的参数值。
value
获取实例
SharePerferences是一个接口,Context实现了API:getShared...
分类:
移动开发 时间:
2014-10-05 23:41:29
阅读次数:
313
A method and apparatus for verification of coherence for shared cache components in a system verification environment are provided. With the method an...
分类:
移动开发 时间:
2014-10-04 01:44:35
阅读次数:
400
A method and apparatus for verification of coherence for shared cache components in a system verification environment are provided. With the method an...
分类:
移动开发 时间:
2014-10-04 01:39:25
阅读次数:
492
在动态网络下实现分布式共享存储http://cacm.acm.org/magazines/2014/6/175173-implementing-distributed-shared-memory-for-dynamic-networks译者序 共享内存系统是普通单机程序开发者熟悉的开发范式,通过简单...
分类:
其他好文 时间:
2014-10-03 14:06:44
阅读次数:
291
暂时使用boost 序列化, 目前我的测试基本都ok 只是对于c++11 shared ptr 没有测试成功,只能手工写下shared ptr 部分的序列化,也就是目前我对指针都不直接序列化,自己管理,例如下面样子
Load_(modelFile); //model直接序列化
string norm...
分类:
编程语言 时间:
2014-10-01 18:32:51
阅读次数:
217
前阵子在ubuntu上搭载安卓的开发环境(Eclipse+Sdk+Adt),搭载是完成了,但是却出现了该问题:aapt: error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64该问题还导致了创...
分类:
编程语言 时间:
2014-10-01 02:40:40
阅读次数:
289
weak_ptr是辅助shared_ptr的智能指针。就像它的名字一样,是个“弱”指针;仅有几个接口,仅能完成很少工作,来辅助shared_ptr...
分类:
其他好文 时间:
2014-09-29 22:38:41
阅读次数:
196
C++关于shared_ptr的总结。里面有一份简单的源码实现,有助于理解shared_ptr的实际原理。希望对大家有帮助。也欢迎批评指正。...
分类:
编程语言 时间:
2014-09-29 10:55:30
阅读次数:
188