摘要: /************************************************** * dom-drag.js * 09.25.2001 * www.youngpup.net ************************************************** * 10.28.2001 - fixed minor bug where events * somet... 阅读全文
posted @ 2009-06-12 22:43 一只灰色的羊 阅读(502) 评论(0) 推荐(0) 编辑
摘要: 今天听了eros同学讲memcache,讲到memcache的hash策略,大家争论了半天,最后没得出结论,听说是很难的一个算法来保证扩容时的兼容性。 后来想了一下,设计一些框架,需要用到的大部分都包括hash算法,链表操作等。在网上找了一篇文章,在这里分享一下: 转自:http://opaque.blogbus.com/c1841522/ 暴雪公司有个经典的字符串的hash公式 ... 阅读全文
posted @ 2009-06-12 22:33 一只灰色的羊 阅读(1264) 评论(2) 推荐(0) 编辑
摘要: Big endian machine: It thinks the first byte it reads is the biggest. Little endian machine: It thinks the first byte it reads is the littlest. #include <stdio.h> int main(int argc, char **arg... 阅读全文
posted @ 2009-06-12 22:09 一只灰色的羊 阅读(343) 评论(0) 推荐(0) 编辑