摘要:
/************************************************** * dom-drag.js * 09.25.2001 * www.youngpup.net ************************************************** * 10.28.2001 - fixed minor bug where events * somet... 阅读全文
摘要:
今天听了eros同学讲memcache,讲到memcache的hash策略,大家争论了半天,最后没得出结论,听说是很难的一个算法来保证扩容时的兼容性。 后来想了一下,设计一些框架,需要用到的大部分都包括hash算法,链表操作等。在网上找了一篇文章,在这里分享一下: 转自:http://opaque.blogbus.com/c1841522/ 暴雪公司有个经典的字符串的hash公式 ... 阅读全文
摘要:
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... 阅读全文