compact处理流程分析 compact的处理与split同样。由client端与flush时检查发起。 针对compact另一个在rs生成时生成的CompactionChecker线程定期去检查是否须要做compact操作 线程运行的间隔时间通过hbase.server.thread.wakef ...
分类:
其他好文 时间:
2017-06-30 18:54:38
阅读次数:
274
其实原文是一个英文文章“Two Servlet Filters Every Web Application Should Have” 文章说了2个Filter: GzipFilter ChcheFilter 为了防止资源失效。在csdn上上传了包含文章提供的包含写好的可用的这两个Filter的包,下 ...
分类:
Web程序 时间:
2017-06-30 18:47:31
阅读次数:
152
插件列表 Auto Close Tag 自动闭合HTML标签 Auto Rename Tag 修改HTML标签时,自动修改匹配的标签 Bookmarks 添加行书签 Can I Use HTML5、CSS3、SVG的浏览器兼容性检查 Code Runner 运行选中代码段(支持大量语言,包括Node ...
分类:
其他好文 时间:
2017-06-30 17:09:42
阅读次数:
185
pwnable从入门到放弃第二题, ssh col@pwnable.kr -p2222 (pw:guest) 同样是登录,然后看到了col.c、col、flag三个文件,读一下col.c 发现就限定了字符串长度为20,然后做了一次check函数,函数中就是把输入参数的字符串指针当做整数指针进行解析然 ...
分类:
其他好文 时间:
2017-06-30 12:32:32
阅读次数:
173
It could be a resource problem. Try to increase the number of cores and executor and also to assign more RAM to the application then you should increa ...
分类:
其他好文 时间:
2017-06-29 17:50:25
阅读次数:
4185
同java一样: 在为对象数组进行排序时,比较器的作用非常明显,首先来讲解Comparable接口。 让需要进行排序的对象实现Comparable接口,重写其中的compareTo(T o)方法 The implementation of this method should return the ...
分类:
编程语言 时间:
2017-06-29 15:27:29
阅读次数:
170
题目链接: http://poj.org/problem?id=1329 题目描述: Circle Through Three Points Description Your team is to write a program that, given the Cartesian coordinat ...
分类:
其他好文 时间:
2017-06-29 00:55:02
阅读次数:
211
Assume you are an awesome parent and want to give your children some cookies. But, you should give each child at most one cookie. Each child i has a g ...
分类:
其他好文 时间:
2017-06-28 18:51:23
阅读次数:
175
man tzset可以很清楚了解时区设置格式,共3种: The first format is used when there is no daylight saving time in the local timezone: std offset The second format is used ...
分类:
系统相关 时间:
2017-06-28 02:21:05
阅读次数:
398
Creating trace with system stored procedures Following are the stored procedures which you should know: sp_trace_create: This stored procedure is used ...
分类:
数据库 时间:
2017-06-27 23:36:27
阅读次数:
197