Ubuntu操作系统Flash中文乱码的产生和消除

修改edit节点,将sans-serif
改为 sans

  1. <match target="pattern">
  2.         <test qual="all" name="family" compare="not_eq">
  3.             <string>sans-serif</string>
  4.         </test>
  5.         <test qual="all" name="family" compare="not_eq">
  6.             <string>serif</string>
  7.         </test>
  8.         <test qual="all" name="family" compare="not_eq">
  9.             <string>monospace</string>
  10.         </test>
  11.         <edit name="family" mode="append_last">
  12.             <string>sans-serif</string>     <--- <string>sans</string>这里就是要修改的部分-->
  13.         </edit>
  14.     </match>

Wordpess中有关日期和时间函数的通用参数详细说明

了解了这些php的时间格式就可以按照自己的意愿修饰Wordpress的主题了,当然这种格式的调用也适用于其它php程序。

[解释]什么是云计算(Cloud Computing)

最近,大公司如MS、Google、IBM、Sun等都在炒作一个概念就是云计算,如IBM跟欧盟…

简单两步解决ubuntu下wine中文菜单乱码

由于windows下的字体无法正常识别,ubuntu下正常安装wine后中文菜单显示为乱码。查阅资料(作者未知)找到相关的解决思路,大家分享一下。在Ubuntu8.04及Ubuntu8.10版本下(wine1.10)测试正常。有问题提出来,有空的话大家帮助测试下。

[推荐阅读]红旗Linux遭质疑-究竟Linux应用该如何推动

近期,computerworld…

[解释]OSI界定的常用开源协议:GPL、LGPL、BSD、MPL、Apache Licence、MIT

现今存在的开源协议很多,而经过Open…