赤壁怀古
 
苏 轼
 
大江东去,浪淘尽、千古风流人物。故垒西边,人道是、三国周郎赤壁。乱石崩云,惊涛裂岸,卷起千堆雪。江山如画,一时多少豪杰!
 
遥想公瑾当年,小乔初嫁了,雄姿英发。羽扇纶巾,谈笑间、樯橹灰飞烟灭。故国神游,多情应笑我、早生华发,人生如梦,一尊还酹江月。 
Thursday, November 26, 2009
Wednesday, November 04, 2009
解决linux下firefox中flash插件乱码问题
解决linux下firefox中flash插件乱码问题, 转自: http://roclinux.cn/?p=1189 
   
在Linux下用Firefox浏览有Flash的网页时,经常碰到有些文字不能正常显示,有些还可能显示乱码,比如Google 的在线音乐播放音乐时,完全显示不了文字。
 解决方法很简单,操作如下:
 修改/etc/fonts/conf.d/49-sansserif.conf
 <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- If the font still has no generic name, add sans-serif --> <match target="pattern">     <test qual="all" name="family" compare="not_eq">         <string>sans-serif</string>     </test>     <test qual="all" name="family" compare="not_eq">         <string>serif</string>     </test>     <test qual="all" name="family" compare="not_eq">         <string>monospace</string>     </test>     <edit name="family" mode="append_last">         <string>sans-serif</string>     </edit> </match> </fontconfig>将上面的红色的内容改为:
 <string>sans</string> 保存一下,在firefox里刷新一下,问题就解决了。
Sunday, November 01, 2009
雪
| 《沁园春•雪》(1936年2月) | |
         北国风光,千里冰封,万里雪飘。           江山如此多娇,引无数英雄竞折腰。   | 
Subscribe to:
Comments (Atom)