1. Reading GPS Data From EXIF Using Groovy

    Mon 05 October 2009
    • 手艺 tags:
    • GIS
    • groovy
    • java published: true comments: true

    废话不说了,直接上code吧:

    import com.drew.imaging.jpeg.*;
    import com.drew.metadata.*;
    import com.drew.metadata.exif.*;

    file = new File("sample.jpg");
    meta = JpegMetadataReader.readMetadata(file);

    gpsdir = meta.getDirectory(GpsDirectory.class);
    lat = gpsdir.getRationalArray …

  2. Gnome Shell

    Sun 04 October 2009
    • 装备 tags:
    • gnome
    • linux
    • ubuntu published: true comments: true

    续昨,好吧,这个无聊的国庆假期就献给karmic了。gnome-shell已经可以在软件仓库里找到了,apt-get安装即可。要使用gnome-shell可以执行 gnome-shell --replace

    要把gnome-shell作为默认的窗口管理器,打开gnome的配置编辑器,找到/desktop/gnome/session/required_components,把panel和windown-manager全部改成gnome-shell,重 …

  3. 'libchamplain: Map Widget of Gnome Desktop'

    Sat 03 October 2009
    • 装备 tags:
    • foss
    • GIS
    • gnome
    • linux published: true comments: true

    续昨,虽然昨天升级到了gnome2.28,也安装了libchamplain,但是却没有发现这个库应用。Ubuntu上的Empathy似乎是没有把location support编译进去。看不到效果怎么办 …

« Page 116 / 133 »