安装bindyum install -y bind bind-chroot bind-utis如果是Centos 5# yum -y install bind caching-nameserver文件结构# ll /etc/named.*-rw-r----- 1 root named 1021 Ma...
分类:
其他好文 时间:
2015-05-09 16:17:37
阅读次数:
138
查询缓存Scan的caching属性默认值是1,意味着扫描器每次从region服务器抓取1条记录进行匹配。我们可以设置caching为比1大得多的值。例如,设置为500,则一次可以抓取500条,需要注意的是该值设得越大服务器的内存开销会越多。HTableInterfacehTable=getHTable(tableName);Scans..
分类:
其他好文 时间:
2015-05-04 20:24:20
阅读次数:
153
查询缓存Scan的caching属性默认值是1,意味着扫描器每次从region服务器抓取1条记录进行匹配。我们可以设置caching为比1大得多的值。例如,设置为500,则一次可以抓取500条,需要注意的是该值设得越大服务器的内存开销会越多。HTableInterface hTable=getHTa...
分类:
其他好文 时间:
2015-05-04 19:42:33
阅读次数:
214
查询缓存 Scan的caching属性默认值是1,意味着扫描器每次从region服务器抓取1条记录进行匹配。我们可以设置caching为比1大得多的值。例如,设置为500,则一次可以抓取500条,需要注意的是该值设得越大服务器的内存...
分类:
其他好文 时间:
2015-05-04 18:23:06
阅读次数:
227
转:http://blog.csdn.net/messageloop3/article/details/9966727在iOS端如何使用Charles用作http调试After noticing that the caching in iPad Safari seemed a little funk...
分类:
移动开发 时间:
2015-05-02 15:06:23
阅读次数:
174
一、什么是Guava1)Guava库是一个适合很多Java项目的通用工具库
2)Guava工具库中包含了:集合Collection、并发Concurrency、原语Primitive、反射Reflection、比较Comparison、I/O操作、哈希Hash、网络Networking、字符串String、数学函数Math、缓存Caching、内存中的发布/订阅……以及各种级别的数据类型
3)需...
分类:
其他好文 时间:
2015-05-01 17:24:00
阅读次数:
116
代码示例: private function _download_send_headers($filename) { // disable caching $now = gmdate("D, d M Y H:i:s"); header("Expires...
分类:
Web程序 时间:
2015-04-30 17:41:56
阅读次数:
137
Caching Data with SpringMessaging with RedisScheduling Tasks
分类:
编程语言 时间:
2015-04-30 10:33:28
阅读次数:
123
1. tcmalloc中文版:http://shiningray.cn/tcmalloc-thread-caching-malloc.html2. heapprofiler:http://gperftools.googlecode.com/svn/trunk/doc/heapprofile.html...
分类:
其他好文 时间:
2015-04-30 10:22:18
阅读次数:
111
一、GuavaGoogle的基于java1.6的类库集合的扩展项目,包括collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O等等. 这些高...
分类:
移动开发 时间:
2015-04-27 01:57:26
阅读次数:
183