码迷,mamicode.com
首页 >  
搜索关键字:cache    ( 8390个结果
ZooKeeper-cache(curator)
Curator提供了三种类型的缓存方式:Path Cache,Node Cache 和Tree Cache。 Path Cache Path Cache用来监控一个ZNode的子节点. 当一个子节点增加, 更新,删除时, Path Cache会改变它的状态, 会包含最新的子节...
分类:系统相关   时间:2015-09-03 16:44:38    阅读次数:285
oracle执行计划翻译
MISSES IN library cache during parse:1翻译:发生在解析的硬解析数量为1,表示硬解析MISSES IN library cache during parse:0翻译:发生在解析的硬解析数量为0,表示没有硬解析,即为软件解析,一般发生在绑定变量的sql语句执行的时候...
分类:数据库   时间:2015-09-02 18:42:17    阅读次数:243
[Redis]通过代码配置Redis
查看了文档https://azure.microsoft.com/en-us/documentation/articles/cache-how-to-scale/,发现可以使用代码来配置Redis,所以就比较感兴趣试了下。通过https://github.com/rustd/RedisSamples...
分类:其他好文   时间:2015-09-02 18:41:51    阅读次数:233
http协议
一、http请求流程用户:填写要请求的参数(url、method等等)浏览器:补充部分http关键参数(cookie)、浏览器能力参数(Accept、Accept-Encoding、User-Agent)以及用户未填写参数的默认值(cache-control、proxy-connection)缓存代...
分类:Web程序   时间:2015-09-02 13:18:37    阅读次数:222
smarty基础总结
前提:1. 部署smarty模板目录;2. 编写Smarty类的子类,定制好template_dir、compile_dir、config_dir、cache_dir、left_delimiter、right_delimiter、compile_check、caching等配置信息。3. 在Base...
分类:其他好文   时间:2015-09-02 13:10:40    阅读次数:164
【LeetCode】LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:get and set.get(key) - Get the v...
分类:系统相关   时间:2015-09-02 09:26:06    阅读次数:204
memslab源码阅读总结
Memslab从结构上可以分为三层,1最顶层是一些cache队列,2 每个cache队列中又包含三个slab队列,3 每个slab管理着一个页面我们首先从这三层来介绍memslab的整体结构1 cache队列最顶层与cache相关的队列有Ikmem_array: 指向不同大小的cacheIkmem_...
分类:其他好文   时间:2015-09-01 21:36:49    阅读次数:266
HDFS集中式的缓存管理原理与代码剖析--转载
原文地址:http://yanbohappy.sinaapp.com/?p=468Hadoop 2.3.0已经发布了,其中最大的亮点就是集中式的缓存管理(HDFS centralized cache management)。这个功能对于提升Hadoop系统和上层应用的执行效率与实时性有很大帮助,本文...
分类:其他好文   时间:2015-08-31 21:09:30    阅读次数:214
ulua源码分析
对于NestClass的Type,用了2次被Cache了两次。主要是因为PushType这个函数:对于NestClass的Type,用了2次被Cache了两次。主要是因为PushType这个函数:...
分类:其他好文   时间:2015-08-31 19:43:58    阅读次数:270
简单的对数组内字符串排序方法
// NSArray * sortedArray = [cache sortedArrayUsingSelector:@selector(compare:)];{ NSArray * arr1 = @[@"A",@"B",@"C",@"D"]; NSArray * arr2 = @[@"1",@"....
分类:编程语言   时间:2015-08-31 17:14:11    阅读次数:141
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!