安装好 aptana 后,打开 eclipse 后,进入 aptana 页面的时候出现报 swt 的错误

Unhandled event loop exception No more handles (java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3349 or swt-mozilla-gtk in swt.library.path, java.library.path or the jar file)

才发现原来在 eclipse 调用 firefox 的时候,其实是许亚 xulrunner 的,所以安装下就可以了

sudo apt-get install xulrunner
重新打开eclipse,搞定-)-

Google 推出了一个新的服务 Google Sync。同步你的手机和 Gamil 上的数据,支持 iPhone, BlackBerry, Symbian(诺基亚)和 Windows Mobile。
通过这个服务可以把你的日历和通讯录同步到 gmail 上。
我的手机是 WM 的,实验成功,用这个来备份手机上的通讯录,那是多么的方便阿,呵呵 -_-

你可以设置你的连接来配置你的同步 iPhoneBlackBerry, Nokia S60, Nokia standard, Sony Ericsson, 和 Windows Mobile

官方网站:

如果你要在 linux 开发软件,从源码安装软件,那么你肯定用过 makefile 的东西。

如果你对 linux 继续狂热,不妨掌握它:

首推:《The GNU Make Manual》

英文原版:http://www.gnu.org/software/make/manual/

有热心朋友已经翻译了:http://xhbdahai.cublog.cn/(这是他的 blog,提供下载了)

文件: 中文 make v3.80 手册.pdf
大小: 1373KB
下载: 下载

今天很奇怪无法切换到视觉效果的正常。

使用 compiz 直接运行,出现以下错误提示:

/usr/bin/compiz.real (core) - Error: Could not acquire compositing manager selection on screen 0 display ":0.0"
/usr/bin/compiz.real (core) - Fatal: No manageable screens found on display :0.0
然后查了好多资料原来是开启了Metacity的复合特性,只要关闭就可以了

打开 gconf-editor, 勾选 /apps/metacity/general/compositing_manager 这个键值即可

Adobe 平台的传道者 Kevin Hoyt 在他的 blog 上发布了 75 个使用 JavaScript 编写的 Adobe AIR 代码示例。完美的使用了 AIR 的 API。所有的示例包括有:

  • 同步访问文本文件
  • 同步访问二进制文件
  • 访问粘贴版本
  • 在你的应用程序中增加拖拽支持
从Google Code上的项目网站下载.zip或.air的示例文件文件,开始入门。

在 ubuntu 上安装 air 程序比较方便。但是没有直观的删除操作,只能命令行下删除,操作如下:

  1. 查找应用程序全名:
    dpkg --list | grep name (name 为程序名)
  2. 根据上面查找的全名再执行删除
    sudo dpkg -r allname (allname 为查找的程序全名)

0%