Google Weather API
仅仅支持美国地区使用邮政编码进行查询,比如:http://www.google.com/ig/api?hl=zh-cn&weather=94043(94043
为 山景城, 美国加州 的邮政编码)而除了美国以外的地区须要使用经纬度坐标作为參数才干运行 Goo.....
1,设置Xshell编码为utf82,修改~/.bash_profile,添加export
LANG=zh_CN.utf8 执行命令$source ~/.bash_profile 解决~
分类:
系统相关 时间:
2014-06-12 06:46:14
阅读次数:
331
添加中文字符编码:$sudo vim
/var/lib/locales/supported.d/local#添加下面的中文字符集zh_CN.GBK GBKzh_CN.GB2312
GB2312zh_CN.GB18030 GB18030使其生效:$sudo dpkg-reconfigure local...
分类:
其他好文 时间:
2014-06-10 21:59:46
阅读次数:
355
1. 汉化代码里的资源
virtviewer使用的是gettex的方案是标准的linux里国际化的方案。按道理只需要修改virtualviewer/po/zh_CN.po的文件。编译。
然后确认在代码里设置好正确的locale,绑定好正确的textdomain就可以了。
查看irtviewer的代码,在 virt-viewer-util.c里的virt_viewer_util_ini有相应的...
参考:http://msdn.microsoft.com/zh-cn/library/ms178472(v=vs.100).aspx
分类:
Web程序 时间:
2014-06-10 08:24:48
阅读次数:
199
http://www.w3help.org/zh-cn/causes/BX2001标准参考无问题描述IE
支持使用 window.clipboardData 对象内的一系列方法访问系统剪贴板;Chrome 和 Safari 中存在类似的 Clipboard
对象,且有与 IE 中类似的方法,但其功能...
https://software.intel.com/zh-cn/android/articles/speeding-up-the-android-emulator-on-intel-architecture?utm_campaign=CSDN&utm_source=intel.csdn.net&u...
分类:
移动开发 时间:
2014-06-09 19:21:57
阅读次数:
257
一.
Ubuntu默认的中文字符编码Ubuntu默认的中文字符编码为zh_CN.UTF-8,这个可以在/etc/environment中看到:sudo gedit
/etc/environment可以看到如下内容:PATH="/usr/local/sbin:/usr/local/bin:/usr/s...
分类:
其他好文 时间:
2014-06-08 21:43:04
阅读次数:
339
首先,打开终端,切换成英文环境,export
LANG=en_US接着,目录转换xdg-user-dirs-gtk-update最后,切换回中文环境export LANG=zh_CN.UTF-8大功告成。
分类:
其他好文 时间:
2014-06-08 08:04:55
阅读次数:
246