在开始正文之前,首先要感谢UnitedStack工程师朱荣泽对这篇博文的大力帮助和悉心指教。本文主要针对UnitedStack公司在巴黎峰会上对Ceph可靠性的计算方法(https://www.ustack.com/blog/build-block-storage-service/)做了一个更明确的分析和阐述,供对此话题感兴趣的朋友一起来讨论、研究,文章中如果有不当之处,还请各位高人指教。
什么...
分类:
其他好文 时间:
2015-01-23 20:13:44
阅读次数:
284
在调查webstorage的过程中,一步一步了解了各种缓存或存储机制,local storage本地存储,application cache离线应用存储,http cache是http本身自带的缓存机制,cookie多用于身份验证;httpcache和cookie是在页面访问时随request和re...
分类:
Web程序 时间:
2015-01-23 18:05:37
阅读次数:
224
现象描述:
monkey --pkg-blacklist-file storage/sdcard0/blacklist.txt --ignore-security-exc
eptions --monitor-native-crashes -s 800 -v -v -v --throttle 1427 180000 >sdcard
/Monkey.log ...
分类:
移动开发 时间:
2015-01-22 21:52:34
阅读次数:
441
http://diaocow.iteye.com/blog/1768647http://www.cnblogs.com/me-sa/archive/2011/08/11/erlang0007.htmlets是什么?ets是Erlang Term Storage的缩写,它是一个基于内存的KV Tabl...
分类:
其他好文 时间:
2015-01-22 17:55:57
阅读次数:
334
setStorage={ getLocal : function(key){ //获得localStorage里面的值 var storage = window.localStorage; if(storage.getItem(key)){ ...
分类:
Web程序 时间:
2015-01-22 15:00:19
阅读次数:
210
setStorage={ getLocal : function(key){ //获得localStorage里面的值 var storage = window.localStorage; if(storage.getItem(key)){ ...
分类:
Web程序 时间:
2015-01-22 12:56:53
阅读次数:
189
系统环境:
操作系统:Centos6.5X86_64fastdfs版本:FastDFS_v5.02.tar
Fastdfs_trackerIP:172.16.4.30
Fastdfs_storage_s1IP:172.16.4.31
Fastdfs_storage_s1IP:172.16.4.32
Fastdfs_clientIP:172.16.4.33
一.fastdfs和libevent的下载
地址:http://sourceforge.net/projects/fas..
分类:
其他好文 时间:
2015-01-22 11:19:34
阅读次数:
171
FastDFS tracker storage 的工作原理及流程2013 年 3 月 11 日 – 09:22 | 1,409 views |收藏(No Ratings Yet)FastDFS是一个开源的轻量级分布式文件系统,它对文件进行管理,功能包括:文件存储、文件同步、文件访问(文件上传、文件下...
分类:
其他好文 时间:
2015-01-21 19:44:45
阅读次数:
215
eclipse 真机调试报Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
[Please check logcat output for more details.
Launch canceled! 错误
解决办法:
在配置文件:AndroidManifest.xml加入如下代码:
package="com....
分类:
系统相关 时间:
2015-01-21 16:42:21
阅读次数:
287
前面了解了fastdfs的原理,接下来就熟悉一下安装过程,准备了三台机器,一台模拟client,一台模拟storage,一台模拟tracker。 三台机器均为debian6,系统为最小化安装,先安装基本编译环境: apt-get install build-essential php5-dev .....
分类:
其他好文 时间:
2015-01-21 14:58:23
阅读次数:
220