1. Failure Detection

    Sun 03 July 2011
    • 手艺 tags:
    • algorithm
    • distribute published: true comments: true

    分布式系统中检测节点的工作情况,最直观的方法是采用心跳包的方式,通过定时发送心跳包,如果 …

  2. 最近的一些想法

    Thu 30 June 2011
    • 当时 tags:
    • work published: true comments: true

    最近有机会带着两个弟兄做一个老产品的技术改造。起因是测试发现产品的并发性很差,反馈回开发 …

  3. 'ngeohash: node module for geohash algorithm'

    Fri 24 June 2011
    • ANN tags:
    • GIS
    • javascript
    • nodejs
    • opensource published: true comments: true

    ngeohash是一个geohash的javascript实现,之所以叫做ngeohash是因为到了Publish的时候才发现已经有geohash这个module了。这么令人沮丧的事就不多说了。

    安装 npm install ngeohash

    使用
    var geohash = require('ngeohash');
    sys.puts(geohash.encode(32.1717, 118.2342));

    详 …

« Page 45 / 133 »