自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (24)
  • 收藏
  • 关注

转载 Understanding Weak References

Understanding Weak ReferencesPosted by enicholas on May 4, 2006 at 5:06 PM PDTSome time ago I was interviewing candidates for a Senior Java Engineer position. Among the many questions I asked

2013-12-31 15:17:15 724

原创 深入理解Redis:底层数据结构

简介redis[1]是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)、zset(sorted set --有序集合)和hash(哈希类型)。通常我们并不需要理解其底层数据结构,但如果能了解一下相关知识将会有助于我们更有效地使用Redis,并能够将这些知识应用到我们的工作中。Red

2013-12-31 10:55:05 18641 3

原创 深入理解Redis:命令处理流程

Redis是著名的NoSQL键值数据库服务器,为了保证效率,其数据都缓存在内存中。与Memcached相比,Redis支持的数据类型更多,包括String,List,Set,Zset和Hash。下面简单介绍一下Redis内部运行流程。Redis是单线程运行的。在这个主线程中,Redis通过循环不断接收处理外部事件,处理外部事件同时产生的网络操作,如回复客户端请求,也转化为事件进行处理。Re

2013-12-15 21:47:44 6059

原创 shell中的数组

在shell脚本中,除了通常使用的shell变量外,有时也需要复杂的数据结构去实现一些功能,这里简单说明一下shell数组的使用方法:初始化方法_array_name[0]="random"_array_name[1]="random1"_array_name[2]="random2"或者_array_name=( 1 2 3 )引用数组元素${_array_name[

2013-12-04 17:11:57 2356

大话存储 pdf

大话存储

2014-05-10

Real Time Big Data Analytics Emerging Architecture

Real Time Big Data Analytics Emerging Architecture 实时大数据分析架构

2014-02-19

Ten steps to better requirements management

Ten steps to better requirements management IBM需求管理建议

2014-01-17

Distributed system: CAP paper

Distributed system, CAP, NoSQL

2013-11-12

Dynamo-and-Cassandra-paper

Two papers on Dynamo, Cassandra, Key-value, store

2013-11-04

google papers

Google分布式系统的几篇经典论文,即GFS,MapReduce,BigTable,Chubby

2013-10-30

R and Hadoop

This is one presentation for R and Hadoop

2013-09-03

50 Tips and Tricks for MongoDB Developers

50 Tips and Tricks for MongoDB Developers

2013-08-22

视觉中国的MongoDB应用实践

视觉中国的MongoDB应用实践, good share

2013-08-22

The.Definitive.Guide.to.MongoDB

The.Definitive.Guide.to.MongoDB

2013-08-22

The.Little.MongoDB.Book

NoSQL MongoDB Document-Oriented

2013-08-22

The-Little-Redis-Book

Redis is famous key value store with persistent

2013-08-16

Towards the Next Generation of Recommender Systems

Towards the Next Generation of Recommender Systems

2013-08-06

A-Comparative-Study-of-Reco-mmendation-Algorithms-in-E-Commerce-Applications

A-Comparative-Study-of-Reco-mmendation-Algorithms-in-E-Commerce-Applications

2013-08-02

The-BellKor-solution-to-the-Netflix-Prize

Netflix奖的实现方案,向牛人学习,希望对大家有帮助

2013-08-02

Why No SQL

Why No SQL, Please read it

2013-07-31

twisted-introduction

目前看到的最好的twisted文章 中文翻译 http://blog.sina.com.cn/s/blog_704b6af70100py9n.html

2013-07-31

Apple Push Notification Service简介

Apple Push Notification Service简介

2013-07-26

A-collection-of-popular-NoSQL-articles-published-on-InfoQ.com

A-collection-of-popular-NoSQL-articles-published-on-InfoQ.com

2013-07-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除