摘要:
PlayOnLinux 是使用 Python 写成的图形化前端,主要用来辅助 Wine 在 Linux 中安装面向 Windows 平台的程序和游戏,如 M$ Office 2003。另外,此程序也支持使用 Dosbox 来安装基于 Dos 的程序和游戏。 PlayOnLinux 包括如下特点: * 允许每个安装的程序有自己的 wineprefix 和目录; * 能够模拟重启; * 包含针对游戏的 Directx 安装选项; * 可以执行显卡测试 (使用 Glxgears、Glxmux 等); * 可以更新安装脚本; * 可以指定 Wine 版本; * 可以指定 Wine ... 阅读全文
posted @ 2012-08-15 21:08
congbo
阅读(1402)
评论(0)
推荐(0)
摘要:
evernote在linux下的版本有nixnote、everpad。nixnote(need install java)http://sourceforge.net/projects/nevernote/files/For ubuntu user, Nixnote also available to install via PPA, do following on terminal :sudo add-apt-repository ppa:vincent-c/nevernotesudo apt-get updatesudo apt-get install nixnotenixnote(1.2 阅读全文
posted @ 2012-08-15 17:34
congbo
阅读(1708)
评论(0)
推荐(0)
摘要:
linux 版本:Ubuntu 12.04.1 64-bitevernote 版本:Evernote_4.5.8.7356.exeupdate:提示升级后,升级为 Evernote_4.5.10.7472,跟windows 总升级一样,不需要额外操作。sudo apt-get install wine 后的wine版本为1.4.1,安装evernote后运行,提示如下错误:Could not connect to server. You need to be online to register or perform an initial sync.Please check your inte 阅读全文
posted @ 2012-08-15 17:18
congbo
阅读(3613)
评论(0)
推荐(0)
摘要:
方法1:若为json 格式,使用json.loads 解码方法2:使用unicode_escape 解码方法3:使用evalIn [1]: import jsonIn [2]: s = '\u4f60\u597d\uff0c\u4ece\u6ce2\uff01'In [3]: print json.loads('"%s"' % s)你好,从波!In [4]: print s.decode('unicode_escape')你好,从波!In [5]: print unicode(s, 'unicode_escape 阅读全文
posted @ 2012-08-15 16:55
congbo
阅读(4200)
评论(3)
推荐(0)
浙公网安备 33010602011771号