http://nosql-database.orgCore NoSQL Systems: [Mostly originated out of a Web 2.0 need]Wide Column Store / Column FamiliesHadoop / HBaseAPI:Java / any ...
分类:
数据库 时间:
2015-06-11 16:37:20
阅读次数:
332
1 /* 2 * the super block basically lists the main trees of the FS 3 * it currently lacks any block count etc etc 4 */ 5 struct btrfs_super_block {...
分类:
其他好文 时间:
2015-06-11 16:34:15
阅读次数:
141
1:iOS系统检测到手指触摸(Touch)操作 -> 打包成一个UIEvent对象 -> 放入当前活动Application的事件队列
-> 传递给单例的UIWindow来处理 -> UIWindow通过响应者链的事件分发机制找到第一响应者(如下图步骤所示)
图二
加入用户点击了View E,下面结合图二介绍hit-tes...
分类:
移动开发 时间:
2015-06-11 14:43:42
阅读次数:
147
Adeneo Embedded: Building Qt 5.1 for Freescale i.MX6Introduction Currently there is not an easy procedure to build Qt 5.1 with hardware acceleration s...
分类:
其他好文 时间:
2015-06-09 11:16:47
阅读次数:
212
4、fetch子进程如果收到的后端响应报文的ttl值小于0(失效了),或者响应报文中有Set-cookie首部,或者首部Vary等于“*”,则设定响应报文的ttl值为120秒,返回关键字hit_for_pass进行处理subvcl_fetch{
if(beresp.ttl<=0s||
beresp.http.Set-Cookie||
beresp.http.Vary=="*..
分类:
其他好文 时间:
2015-06-07 21:41:37
阅读次数:
209
Put the Mouse Down and Step Away from the KeyboardBurk HufnagelYOU’VE BEEN FOCUSED FOR HOURS on some gnarly problem, and there’s no solution in sight. So you get up to stretch your legs or to hit the v...
分类:
其他好文 时间:
2015-05-30 09:19:53
阅读次数:
114
gitclonexxx@xx版本后,edit某文件,commit之后,点push,提示报错。可能有以下原因:1、权限不够,远程仓库的文件夹(比如/home/git)下面的文件所属用户非git用户,而默认的文件权限通常是644,那么当你用非git用户push的时候,肯定是权限不够的。解决方法:进入远程仓库的上..
分类:
其他好文 时间:
2015-05-28 18:23:07
阅读次数:
875
【问题】
代理环境数据流:本地浏览器——代理服务器(squid)——远程服务器(RS)
squid3做了缓存配置之后,IE浏览器始终无法获取squid中的缓存数据。
要解决这个问题,需要很多扩展知识,如下:
1.X-Cache 与X-Cache-Lookup的值
浏览器的HTTP消息头中的这两个值可以判断获取数据的缓存情况,其中HIT表示缓存命中,MISS表示未命中缓存。...
分类:
其他好文 时间:
2015-05-27 12:20:03
阅读次数:
251
I demonstrate how to write a simple BLE peripheral application in Android here. I am bad in Android development, The UI would be very ugly, but the code work:
Currently(5/25/2015), the code could...
分类:
移动开发 时间:
2015-05-26 23:29:03
阅读次数:
248