Tag cloud
algorithm android apache Arch Archlinux birthday blogging C++ C++ Primer domain DreamHost English Firefox font fun G1 game Gentoo GFW GnuPG Google holiday Java life Linux Mac mail music network nVidia OI PageRank pal password programming qq science template Tor Ubuntu Vijos webmaster tools windows wordpress WoWCategories
Archives
- February 2012
- August 2011
- July 2011
- June 2011
- May 2011
- March 2011
- February 2011
- December 2010
- August 2010
- July 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- September 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.Meta
Monthly Archives: July 2008
为什么牛顿第一定律不是第二定律的特例
做物理作业,看到这样一句话,说:牛顿第一定律是独立的一条定律,绝不能简单地看成牛顿第二定律的特例。于是,我就不理解了,再于是, Google 之,找到一些,但是不太清楚, 于是 Wikipedia ,在英文版找到了答案: http://en.wikipedia.org/wiki/Newton%27s_laws_of_motion#Newton.27s_first_law:_law_of_inertia Every body perseveres in its state of being at rest or of moving uniformly straight forward, except insofar as it is compelled to change its state by force impressed.[8] This law is also … Continue reading
VMware 下安装 Gentoo 的唯一注意事项
好吧,安装 Gentoo 其实挺复杂,不过按手册来就是了。 但是我在 VMware 下安装 Gentoo 却怎么安都连不上网……我郁闷啊…… 后来得知,VMware 虚拟的是一块 AMD 网卡,而默认 menuconfig 是不选它的,所以就连不上网了…… 所以请在 make menuconfig 的时候选上以下几项: Device Drivers -> Network device support -> Ethernet (10 or 100Mbit) -> EISA, VLB, PCI and on board controllers 还有它下属的 AMD PCnet32 … Continue reading
我的字体设置
很久以前把中文字体搞定以后,就再没有搞过字体的问题,前几天看到别人的截图,字体很漂亮,倍感嫉妒……一问之后,用的是 wqy-zenhei ,于是更加郁闷了,明明是一样的字体,我的就不好看…… 于是,简单的读了一下 fontconfig 的手册,改了一个 .fonts.conf ,基于 wqy-zenhei 自带的 config 。没有很仔细地读手册,所以不知道这样的 .fonts.conf 有没有什么错误,不过效果还是不错的,于是贴一下: 先贴效果图: 写这篇 post 的时候打开的网页,这张主要是中文(其实这张加粗的太多了,不太好看): 这张主要是英文,英文字体是 DejaVu : 最后贴 .fonts.conf : <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- modified by leafduo@gmail.com --> <match … Continue reading
WordPress 2.6
WordPress 2.6 今天发布了。详情可以看官方发布页,也可以看下面的链接: http://www.underone.com/2008/07/15/wordpress-26-tyner/ http://jiangzhanyong.com/2008/07/wordpress-26-chinese-version-release-878.html 官方有个视频,本来想贴,但是我发现很慢,所以大家还是到官方发布页去看吧。 另外,庆祝一下 10 个分类, 100 个 tags。 Tags:blogging,wordpress