1. Python获取本机IP

    Sat 05 June 2010
    • 把戏 tags:
    • linux
    • python published: true comments: true

    除了用inetface库和分析ifconfig输出以外,一个比较简单的获取本机IP的方法:
    [cc lang="python"]
    import socket
    def get_local_ip():
    s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
    s.connect(("sdo.com",80))
    return …

  2. Alexandria with Douban support

    Tue 25 May 2010
    • 装备 tags:
    • opensource published: true comments: true

    迟到的新闻了,5月8号,GNOME桌面的书籍管理程序Alexandria发布了0.6.6 Beta2。上个月底我提交的豆瓣支持已经被加入了标准发布的打包里,这里可以看 …

  3. 我的卡卡颂

    Mon 24 May 2010
    • 自话 tags:
    • boardgame
    • carcassonne published: true comments: true

    口水了一年多的入门桌游,在山寨高仿版本泛滥的时候,我终于拥有了属于自己的。 carcassonne

    卡卡颂规则简单 …

« Page 85 / 133 »