<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feed.quhuashuai.com/styles/feedsky0.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0"><channel><atom:link href="http://feed.quhuashuai.com" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feed.feedsky.com/quhuashuai" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 17 Apr 2009 16:17:18 GMT</lastBuildDate><title>杂乱的书桌</title><description>我学习, 我思考，我记录</description><link>http://www.quhuashuai.com</link><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><itunes:owner><itunes:email>quhuashuai@gmail.com</itunes:email></itunes:owner><itunes:block>No</itunes:block><itunes:explicit>no</itunes:explicit><itunes:image href="http://www.quhuashuai.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg"></itunes:image><language>zh-cn</language><copyright>©</copyright><pubDate>Fri, 17 Apr 2009 18:25:18 GMT</pubDate><dc:creator>quhuashuai@gmail.com ()</dc:creator><image><title>杂乱的书桌</title><url>http://www.quhuashuai.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url><link>http://www.quhuashuai.com</link></image><item><title>Archlinux下给T43添加Win键(Super键)</title><link>http://item.feedsky.com/~feedsky/quhuashuai/~5935939/203312058/4053549/1/item.html</link><content:encoded>&lt;p&gt;为了使用FVWM的需要，Super键，或者说Windows键是必不可少的，可是自己的T43上面只有两个Alt键，所以比较可行的选择就是把右边那个变成Windows键。本来很久之前就已经搞定了，只是最近的一次升级之后，不知道为什么以前的修改失效了，花了点时间改好之后特意记录下来。以前的修改是靠xkeycaps自动完成的，但是估计这个程序是很久以前的，里面有的键盘种类比较少，这次我怎么改都没有成功，所以才开始动手自己寻找解决办法。&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot; font-size:large;&quot;&gt;需要的工具：&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;只需要xev以及xmodmap就可以搞定，我不确定是不是系统自带的，如果没有的话，使用pacman或者yaourt自己装一下就好了。&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot; font-size:large;&quot;&gt;修改原理：&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;这个修改的工作是由xmodmap完成的，它的功能就是完成键盘的物理键映射到计算机内部的逻辑键，也就是说，如果你愿意，你可以修改任意的按键，完全打乱键盘的次序都没有关系。xmodmap完成键映射的命令格式是： &lt;em&gt;xmodmap -e &amp;#8220;keycode NUMBER = KEYNAME&amp;#8221;&lt;/em&gt; 。其中 &lt;em&gt;keycode&lt;/em&gt; 是关键字， &lt;em&gt;NUMBER&lt;/em&gt; 是键的编号，也即物理名称， &lt;em&gt;KEYNAME&lt;/em&gt; 是逻辑名称，即计算机内部把序号为 &lt;em&gt;NUMBER&lt;/em&gt; 的键当 &lt;em&gt;KEYNAME&lt;/em&gt; 处理。如果需要的话可以可以直接&lt;em&gt;man xmodmap &lt;/em&gt;查看。&lt;/p&gt;
&lt;p&gt;另外我们可以把我们所做的修改写入配置文件当中，比如常用的 &lt;em&gt;~/.Xmodmap&lt;/em&gt;，同时我们只需要修改 &lt;em&gt;~/.xinitrc&lt;/em&gt;文件，加入&lt;em&gt;xmodmap ~/.Xmodmap &lt;/em&gt;这条语句，这样在我们每次启动X之后，你所希望的配置就已经启用了。当然配置文件当中还有一些类似remove和add的语句，很容易理解，大家可以看下后面的过程。&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot; font-size:large;&quot;&gt;修改步骤:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;因为我个人想要把右边的Alt键修改为Super键，所以后面的步骤当中都是在这个基础之上的。&lt;/p&gt;
&lt;ul&gt;
&lt;li &gt;在命令行下输入xev，然后在跳出的那个小窗口当中按下右侧的Alt键（或者任何你想要修改的按键），观察终端下面出现的提示信息，在这里我们可以找到&lt;em&gt;keycode NUMBER&lt;/em&gt;以及&lt;em&gt;KEYNAME，&lt;/em&gt;在我这里输出信息为：&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt; KeyRelease event, serial 35, synthetic NO, window 0x3800001, root 0x82, subw 0x3800002, time 6287212, (20,28), root:(42,90), state 0x40, keycode 108 (keysym 0xffec, Alt_R), same_screen YES, XLookupString gives 0 bytes: XFilterEvent returns: False &lt;/code&gt;
&lt;p style=&quot; -qt-block-indent:1;&quot;&gt;我们所需要的信息就是keycode 108，以及括号当中的Alt_R。 &lt;/p&gt;
&lt;ul&gt;
&lt;li &gt; 我们需要查看我们当前的按键配置，在命令行下输入xmodmap，我们可以看到在mod1一行当中有Super_R, Alt_R，同时在mod4下面有Super_L，Hyper_L，知道了当前配置之后我们才可以进行修改。&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li &gt;接下来我们需要在$HOME目录下面建立一个.Xmodmap文件，在里面写入：&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;remove Mod1 = Super_R Alt_R&lt;br /&gt;
 remove Mod4 = Super_L Hyper_L&lt;br /&gt;
keycode 0x6c = Super_R&lt;br /&gt;
add Mod4 = Super_R&lt;/code&gt; &lt;/p&gt;
&lt;p&gt; 所以第一行我们把Super_R和Alt_R从当前的mod1当中删除，第二行把Super_L以及Hyper_L从当前的mod4当中删除，第三行将当前的Alt_R键映射为Super_R键，值得注意的是keycode之后的0&amp;#215;6c其实是我们之前得到的keycode 108的16进制表示方式，最后一行便是将Super_R键加入到当前的mod4当中。&lt;/p&gt;
&lt;ul&gt;
&lt;li &gt;这样之后我们就可以在FVWM的配置文件中，使用Mod4，也就是Super键了。不过需要说明的是，如果只是为了在fvwm当中使左右的Alt键具有不同的功能，我们需要做的只是在&lt;em&gt;~/.Xmodmap&lt;/em&gt;当中将Alt_L保存在mod1当中，而将Alt_R保存在mod4中，相信这样就没有问题了，只是你要使用compiz之类的东西的话，需要Super键的存在。&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;基本上就是这样的过程，希望能够帮上那些和我一样的新手。&lt;/p&gt;
&lt;blockquote&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;&amp;copy; Hugh for &lt;a href=&quot;http://www.quhuashuai.com&quot;&gt;杂乱的书桌&lt;/a&gt;, 2009. |
&lt;a href=&quot;http://www.quhuashuai.com/2009/04/archlinux%e4%b8%8b%e7%bb%99t43%e6%b7%bb%e5%8a%a0win%e9%94%aesuper%e9%94%ae/&quot;&gt;Permalink&lt;/a&gt; |
&lt;a href=&quot;http://www.quhuashuai.com/2009/04/archlinux%e4%b8%8b%e7%bb%99t43%e6%b7%bb%e5%8a%a0win%e9%94%aesuper%e9%94%ae/#comments&quot;&gt;No comment&lt;/a&gt; |
Add to
&lt;a href=&quot;http://del.icio.us/post?url=http://www.quhuashuai.com/2009/04/archlinux%e4%b8%8b%e7%bb%99t43%e6%b7%bb%e5%8a%a0win%e9%94%aesuper%e9%94%ae/&amp;amp;title=Archlinux下给T43添加Win键(Super键)&quot;&gt;del.icio.us&lt;/a&gt;
&lt;br/&gt;
Post tags: &lt;a href=&quot;http://www.quhuashuai.com/tag/features/&quot; rel=&quot;tag&quot;&gt;features&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/linux/&quot; rel=&quot;tag&quot;&gt;linux&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
	&lt;h4&gt;也许你对这些文章还有兴趣&lt;/h4&gt;
	&lt;ul class=&quot;st-related-posts&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/02/body-building-faq-for-man/&quot; title=&quot;男生｜运动｜增肌｜减肥 FAQ (2008-02-01)&quot;&gt;男生｜运动｜增肌｜减肥 FAQ&lt;/a&gt; (9)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/12/protect-your-teeth/&quot; title=&quot;爱自己，从爱牙齿做起 (2007-12-31)&quot;&gt;爱自己，从爱牙齿做起&lt;/a&gt; (26)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/03/how-to-do-personal-knowledge-management/&quot; title=&quot;如何进行个人知识管理 (2008-03-29)&quot;&gt;如何进行个人知识管理&lt;/a&gt; (39)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/10/what-to-do-when-commute/&quot; title=&quot;如何利用乘车的时间 (2008-10-05)&quot;&gt;如何利用乘车的时间&lt;/a&gt; (25)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/10/how-to-tackle-anti-study-mood/&quot; title=&quot;如何克服暂时的厌学情绪 (2008-10-06)&quot;&gt;如何克服暂时的厌学情绪&lt;/a&gt; (16)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/10/write-dokuwiki-in-vim/&quot; title=&quot;在vim中管理dokuwiki (2008-10-01)&quot;&gt;在vim中管理dokuwiki&lt;/a&gt; (4)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/09/first-blog-in-recent-four-months/&quot; title=&quot;四个月来的第一篇文章 (2008-09-08)&quot;&gt;四个月来的第一篇文章&lt;/a&gt; (23)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/04/usa-online-casinos/&quot; title=&quot;USA Online Casinos (2008-04-04)&quot;&gt;USA Online Casinos&lt;/a&gt; (0)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/d04b79735ad3825b7f3209be8f039ad1&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/d04b79735ad3825b7f3209be8f039ad1/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</content:encoded><wfw:commentRss>http://www.quhuashuai.com/2009/04/archlinux%e4%b8%8b%e7%bb%99t43%e6%b7%bb%e5%8a%a0win%e9%94%aesuper%e9%94%ae/feed/</wfw:commentRss><description>为了使用FVWM的需要，Super键，或者说Windows键是必不可少的，可是自己的T43上面只有两个Alt键，所以比较可行的选择就是把右边那个变成Windows键。本来很久之前就已经搞定了，只是最近的一次升[...]&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/d04b79735ad3825b7f3209be8f039ad1&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/d04b79735ad3825b7f3209be8f039ad1/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</description><category>linux</category><category>电脑应用</category><category>features</category><pubDate>Sat, 18 Apr 2009 00:17:18 +0800</pubDate><author>Hugh</author><comments>http://www.quhuashuai.com/2009/04/archlinux%e4%b8%8b%e7%bb%99t43%e6%b7%bb%e5%8a%a0win%e9%94%aesuper%e9%94%ae/#comments</comments><guid isPermaLink="false">http://www.quhuashuai.com/?p=342</guid><dc:creator>Hugh</dc:creator><fs:srclink>http://www.quhuashuai.com/2009/04/archlinux%e4%b8%8b%e7%bb%99t43%e6%b7%bb%e5%8a%a0win%e9%94%aesuper%e9%94%ae/</fs:srclink><fs:srcfeed>http://www.quhuashuai.com/feed</fs:srcfeed><fs:itemid>feedsky/quhuashuai/~5935939/203312058/4053549</fs:itemid></item><item><title>Gigapedia，想下载电子书的来这里！,</title><link>http://item.feedsky.com/~feedsky/quhuashuai/~5935939/203312059/4053549/1/item.html</link><content:encoded>&lt;p&gt;
有很多的朋友在我&lt;a href=&quot;http://www.quhuashuai.com/2007/08/bibliography_for_math_student/&quot;&gt;之前的一篇文章&lt;/a&gt;下面留言，寻找电子书，当然基本上都是数学系的朋友了，我虽然已经回复并且发给很多朋友一些电子书了，不过一方面由于自己保存的电子书也是有限，另一方面几十MB的东西有时候无论发还是收都有点麻烦。
&lt;/p&gt;
&lt;p&gt;
今天主要是为了推荐给大家这个网站:&lt;a href=&quot;http://gigapedia.org&quot;&gt; gigapedia.org &lt;/a&gt;。相信有了这个网站之后，在我博客里面留言的朋友会越来越少，不过大家能够找到的电子书会越来越多。gigapedia最初是&lt;a href=&quot;http://jefftan.cn&quot;&gt;Jeff同学&lt;/a&gt;推荐给我的，现在也是我觉得最好的一个寻找并且下载电子书的地方了，对于在外留学可是又不舍得花钱买书的朋友，这里应该是个理想的去处，在我看来，数学方面的多数书籍，如果你在这里找不到电子版的话，基本上你就老老实实去买本书好了。
&lt;/p&gt;
&lt;p&gt;还是应该简单的说一些使用的方法，首先，你需要做的就是注册一个帐号，之后你就可以享用这里无限的资源了。当你需要查找某本书的时候，使用页面右上角的搜索栏，需要注意的时候，把搜索栏选择为gigapedia，而不是默认的google，你可以选择搜索作者的名字或者书名，搜索的结果会将书名，作者以及封面都显示出来。点击你想要下载的书籍，（先不要着急，要找到下载的地址还需要一定的时间），新的页面里面会出现四个tab，分别是description, links, comments, tags, 我们可以在links这个标签下面找到下载链接，需要注意的是，很多时候会有两个甚至更多的链接，接下来你可以查看下上传时间以及comments里面的评论，选择最好的一个链接来下载。基本上这些书都是存放在rapidshare或者ifile这些网络硬盘的站点，我们可以作为免费用户进行下载，只是有一定限制而已，如果你每次只是找一本书的话一点问题都没有。不过相比而言，ifile要更好一些，因为两次下载之间没有时间限制，而rapidshare会需要你等待10几分钟之后才可以再次下载。&lt;/p&gt;
&lt;p&gt;gigapedia当然并不仅仅是有数学方面的书籍，这里能找到的书籍简直无法想象，所以如果你的朋友也在找电子书的话，不妨推荐给他。现在看来，美国数学系用的研究生教材，在这里多数都可以找到，希望这个网站会出现在更多朋友的收藏夹里面。&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;&amp;copy; Hugh for &lt;a href=&quot;http://www.quhuashuai.com&quot;&gt;杂乱的书桌&lt;/a&gt;, 2009. |
&lt;a href=&quot;http://www.quhuashuai.com/2009/04/download-books-on-gigapedia/&quot;&gt;Permalink&lt;/a&gt; |
&lt;a href=&quot;http://www.quhuashuai.com/2009/04/download-books-on-gigapedia/#comments&quot;&gt;2 comments&lt;/a&gt; |
Add to
&lt;a href=&quot;http://del.icio.us/post?url=http://www.quhuashuai.com/2009/04/download-books-on-gigapedia/&amp;amp;title=Gigapedia，想下载电子书的来这里！,&quot;&gt;del.icio.us&lt;/a&gt;
&lt;br/&gt;
Post tags: &lt;a href=&quot;http://www.quhuashuai.com/tag/features/&quot; rel=&quot;tag&quot;&gt;features&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/%e4%b9%a6%e7%b1%8d/&quot; rel=&quot;tag&quot;&gt;书籍&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/online-resource/&quot; rel=&quot;tag&quot;&gt;在线资源&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/%e5%ad%a6%e4%b9%a0/&quot; rel=&quot;tag&quot;&gt;学习&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/%e6%95%b0%e5%ad%a6/&quot; rel=&quot;tag&quot;&gt;数学&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
	&lt;h4&gt;也许你对这些文章还有兴趣&lt;/h4&gt;
	&lt;ul class=&quot;st-related-posts&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/contact/&quot; title=&quot;联系方式 (2007-09-09)&quot;&gt;联系方式&lt;/a&gt; (76)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/10/determine-your-study-time/&quot; title=&quot;确定每天的学习时间 (2008-10-11)&quot;&gt;确定每天的学习时间&lt;/a&gt; (58)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/02/body-building-faq-for-man/&quot; title=&quot;男生｜运动｜增肌｜减肥 FAQ (2008-02-01)&quot;&gt;男生｜运动｜增肌｜减肥 FAQ&lt;/a&gt; (9)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/12/protect-your-teeth/&quot; title=&quot;爱自己，从爱牙齿做起 (2007-12-31)&quot;&gt;爱自己，从爱牙齿做起&lt;/a&gt; (26)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/10/is-it-necessary-to-reorganize-notes/&quot; title=&quot;整理笔记的必要性？ (2008-10-07)&quot;&gt;整理笔记的必要性？&lt;/a&gt; (15)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/01/7-bad-habits-in-study/&quot; title=&quot;我的大学：学习中的八大坏习惯 (2008-01-16)&quot;&gt;我的大学：学习中的八大坏习惯&lt;/a&gt; (32)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/01/how-to-use-youtube/&quot; title=&quot;我的Youtube使用及精彩频道推荐 (2008-01-25)&quot;&gt;我的Youtube使用及精彩频道推荐&lt;/a&gt; (10)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/08/start_my_own_blog/&quot; title=&quot;开始自己的博客历程 (2007-08-14)&quot;&gt;开始自己的博客历程&lt;/a&gt; (2)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/cd2e4caa8cdfbb5de3246627393f4aef&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/cd2e4caa8cdfbb5de3246627393f4aef/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</content:encoded><wfw:commentRss>http://www.quhuashuai.com/2009/04/download-books-on-gigapedia/feed/</wfw:commentRss><description>有很多的朋友在我之前的一篇文章下面留言，寻找电子书，当然基本上都是数学系的朋友了，我虽然已经回复并且发给很多朋友一些电子书了，不过一方面由于自己保存的电子书也是有限，另[...]&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/cd2e4caa8cdfbb5de3246627393f4aef&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/cd2e4caa8cdfbb5de3246627393f4aef/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</description><category>在线资源</category><category>数学</category><category>学习</category><category>个人发展</category><category>书籍</category><category>features</category><pubDate>Mon, 13 Apr 2009 07:49:12 +0800</pubDate><author>Hugh</author><comments>http://www.quhuashuai.com/2009/04/download-books-on-gigapedia/#comments</comments><guid isPermaLink="false">http://www.quhuashuai.com/?p=323</guid><dc:creator>Hugh</dc:creator><fs:srclink>http://www.quhuashuai.com/2009/04/download-books-on-gigapedia/</fs:srclink><fs:srcfeed>http://www.quhuashuai.com/feed</fs:srcfeed><fs:itemid>feedsky/quhuashuai/~5935939/203312059/4053549</fs:itemid></item><item><title>Autobild 汽车画报网</title><link>http://item.feedsky.com/~feedsky/quhuashuai/~5935939/203312060/4053549/1/item.html</link><content:encoded>&lt;p&gt;Autobild汽车画报网是全球最大的汽车媒体AUTOBILD在中国投资创建的互联网媒体公司。第一次看到这个名字的时候当作autobid，后来了解后才知道bild是德语当中画报的意思。&lt;/p&gt;
&lt;p&gt;第一次打开Autobild汽车画报网时遇到了一点小问题，发现是flashblock这个Firefox插件的原因，添加例外之后就好了。首页中的三维车模展示让人印象深刻：
&lt;div align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.quhuashuai.com/wp-content/uploads/2008/11/autobild.png&quot; /&gt;&lt;/div&gt;
&lt;p&gt;并且从性能，空间，舒适，外观以及安全等方面详细介绍了车辆的一系列参数；完全按照真车制作的这个视频，甚至可以让你很好的了解车内的状况；同时可以通过品牌，系列以及价格进行搜索，寻找自己感兴趣的车辆；在索引当中能够比较容易的横向比较这些车辆的参数，使用起来非常的方便。如果非要说这个三维展示有什么不好的话，就是flash的载入速度上面有些稍慢，可是想到这么详细的资料，也是可以接受的，而且如果有更多的车型能够加入到这个三维展示当中来就更好了。&lt;/p&gt;
&lt;p&gt;作为一个用户，对于汽车网站的期望有这样几个方面：评测、导购、交流，而Autobild汽车画报网很好的将这三项内容提供给了用户。&lt;/p&gt;
&lt;p&gt;关于评测方面，可以非常容易的在上方的导航栏中找到。Autobild的评测内容均以原创为主，同时评测的种类也是非常之多：初步的和深度的，新车和旧车，都有不少好的评测文章；如果你在某几款车辆中犹豫不决的，也可以看看这里的对比评测，相信能够帮你做出更好的选择。
&lt;div align=&quot;center&quot;&gt;&lt;/div&gt;
&lt;div align=&quot;center&quot;&gt;&lt;img style=&quot;max-width: 800px;&quot; src=&quot;http://www.quhuashuai.com/wp-content/uploads/2008/11/autobild11.png&quot; /&gt;&lt;/div&gt;
&lt;p&gt;作为汽车的消费者来说，如何购车是个很大的问题。Autobild汽车画报网的导购专栏能够给你不小的帮助：如果你是初次买车，买车攻略相信是你所必须的了；如果你想了解新车性能的话，可以去看看热门推荐这个版块的内容；像我这种只有钱买二手车的人，也可以在这里学到不少的内容。
&lt;div align=&quot;center&quot;&gt;&lt;img style=&quot;max-width: 800px;&quot; src=&quot;http://www.quhuashuai.com/wp-content/uploads/2008/11/autobild21.png&quot; /&gt;&lt;/div&gt;
&lt;p&gt;最后一点就是车友之间的交流。如果你想认识更多的汽车爱好者的话，汽车画报网的社区毫无疑问是你应该去的地方，通过博客，我的车库等等功能，你能够更好的了解其他的车友，找到与你兴趣相同的朋友。&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;&amp;copy; Hugh for &lt;a href=&quot;http://www.quhuashuai.com&quot;&gt;杂乱的书桌&lt;/a&gt;, 2008. |
&lt;a href=&quot;http://www.quhuashuai.com/2008/11/autobild-enters-china-market/&quot;&gt;Permalink&lt;/a&gt; |
&lt;a href=&quot;http://www.quhuashuai.com/2008/11/autobild-enters-china-market/#comments&quot;&gt;6 comments&lt;/a&gt; |
Add to
&lt;a href=&quot;http://del.icio.us/post?url=http://www.quhuashuai.com/2008/11/autobild-enters-china-market/&amp;amp;title=Autobild 汽车画报网&quot;&gt;del.icio.us&lt;/a&gt;
&lt;br/&gt;
Post tags: &lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
	&lt;h4&gt;也许你对这些文章还有兴趣&lt;/h4&gt;
	&lt;ul class=&quot;st-related-posts&quot;&gt;
	&lt;li&gt;No related posts.&lt;/li&gt;
	&lt;/ul&gt;


&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/764c3f14e3ef9721b1e029da09a4d60b&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/764c3f14e3ef9721b1e029da09a4d60b/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</content:encoded><wfw:commentRss>http://www.quhuashuai.com/2008/11/autobild-enters-china-market/feed/</wfw:commentRss><description>Autobild汽车画报网是全球最大的汽车媒体AUTOBILD在中国投资创建的互联网媒体公司。第一次看到这个名字的时候当作autobid，后来了解后才知道bild是德语当中画报的意思。
第一次打开Autobild汽车[...]&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/764c3f14e3ef9721b1e029da09a4d60b&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/764c3f14e3ef9721b1e029da09a4d60b/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</description><category>胡言乱语</category><pubDate>Sat, 22 Nov 2008 00:47:02 +0800</pubDate><author>Hugh</author><comments>http://www.quhuashuai.com/2008/11/autobild-enters-china-market/#comments</comments><guid isPermaLink="false">http://www.quhuashuai.com/?p=306</guid><dc:creator>Hugh</dc:creator><fs:srclink>http://www.quhuashuai.com/2008/11/autobild-enters-china-market/</fs:srclink><fs:srcfeed>http://www.quhuashuai.com/feed</fs:srcfeed><fs:itemid>feedsky/quhuashuai/~5935939/203312060/4053549</fs:itemid></item><item><title>MATLAB 2008b下载地址</title><link>http://item.feedsky.com/~feedsky/quhuashuai/~5935939/203312061/4053549/1/item.html</link><content:encoded>&lt;p&gt;
&lt;a href=&quot;http://www.quhuashuai.com/tag/matlab&quot;  class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&amp;#20851;&amp;#20110;&quot;Matlab&quot;&amp;#30340;&amp;#25991;&amp;#31456;&quot;  rel=&quot;external&quot;&gt;Matlab&lt;/a&gt; 2008B发布已经有一个多月的时间了，现在thePirateBay上面也有了&lt;a href=&quot;http://www.quhuashuai.com/tag/linux&quot;  class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&amp;#20851;&amp;#20110;&quot;Linux&quot;&amp;#30340;&amp;#25991;&amp;#31456;&quot;  rel=&quot;external&quot;&gt;Linux&lt;/a&gt;和Windows系统下的安装文件。&lt;br /&gt;
具体的下载地址在这里：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://thepiratebay.org/torrent/4510366/Mathworks.Matlab.R2008b.UNIX.DVD.ISO-TBE&quot;&gt;Linux以及Mac的下载地址&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://thepiratebay.org/torrent/4488640/Mathworks.Matlab.R2008b.DVD.ISO-TBE&quot;&gt;Windows的下载地址&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.verycd.com/topics/430963/&quot;&gt;Verycd上面的Windows版本下载&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
安装方法其实还是和以前一样，Windows的很容易，Linux下面就是解压，挂载，安装，破解就好了，如果不太熟悉安装方法的话，可以查看我以前写过的&lt;a href=&quot;http://www.quhuashuai.com/2008/09/install-matlab-2008a-on-archlinux/&quot;&gt;《Archlinux下安装Matlab 2008a》&lt;/a&gt;和&lt;a href=&quot;http://www.quhuashuai.com/2007/08/install_matlab_on_ubuntu/&quot;&gt;《Ubuntu下matlab安装过程》&lt;/a&gt;，一般只是在破解的方法上稍微有些区别，所以下载完成之后需要仔细阅读readme或者crack文件。Matlab2008b中有server license和standalone license，破解的方法稍有区别。
&lt;/p&gt;
&lt;p&gt;
有人总会喜欢跟着最新版本走，可是并不是每个人都需要这些最新的功能，不过还是看看最新发布的Matlab的Latest Features:
&lt;/p&gt;
&lt;h3&gt;Matlab中的新功能&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt; Function Browser for finding functions, and automatic help for function arguments, in MATLAB&lt;/li&gt;
&lt;li&gt; New algorithms for random number generation in MATLAB, including ability to create multiple independent streams&lt;/li&gt;
&lt;li&gt; Support for netCDF and JPEG 2000 file formats in MATLAB &lt;/li&gt;
&lt;li&gt; Ability to deploy Parallel Computing Toolbox applications using MATLAB Compiler that run with MATLAB Distributed Computing Server&lt;/li&gt;
&lt;li&gt; New notebook interface in Symbolic Math Toolbox for managing and documenting symbolic computations, plus access to MuPAD symbolic engine and language directly from MATLAB&lt;/li&gt;
&lt;li&gt; Nonlinear mixed-effects (NLME) models in Statistics Toolbox &lt;/li&gt;
&lt;li&gt;Econometrics Toolbox, a new product for economic forecasting and risk management that incorporates the functionality of GARCH Toolbox &lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Simulink中的新功能&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt; MATLAB based language in Simscape for authoring of physical modeling components &lt;/li&gt;
&lt;li&gt; Fixed-point data types up to 128 bits for accelerated simulation, automatic code generation, Embedded MATLAB code, and Simulink Fixed Point
&lt;li&gt;
&lt;li&gt; Support for embedding Simulink function-call subsystems in Stateflow charts &lt;/li&gt;
&lt;li&gt; Target-specific code generation for Embedded MATLAB code, and generation of encapsulated C++ class interfaces, in Real-Time Workshop Embedded Coder &lt;/li&gt;
&lt;li&gt; CD and network boot options and real-time Ethernet I/O support in xPC Target &lt;/li&gt;
&lt;li&gt; SimElectronics, a new product for modeling and simulating electronic and electromechanical systems  &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
另外如果有兴趣的话可以查看官方的这些介绍新功能的视频：&lt;a href=&quot;http://www.mathworks.com/products/matlab/whatsnew.html#&quot;&gt;地址在这里&lt;/a&gt;。据称这个版本中还出现了一些Bug，这个我倒是不太清楚，不过现在的Matlab越来越大了！&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;&amp;copy; Hugh for &lt;a href=&quot;http://www.quhuashuai.com&quot;&gt;杂乱的书桌&lt;/a&gt;, 2008. |
&lt;a href=&quot;http://www.quhuashuai.com/2008/11/matlab-2008b-download/&quot;&gt;Permalink&lt;/a&gt; |
&lt;a href=&quot;http://www.quhuashuai.com/2008/11/matlab-2008b-download/#comments&quot;&gt;5 comments&lt;/a&gt; |
Add to
&lt;a href=&quot;http://del.icio.us/post?url=http://www.quhuashuai.com/2008/11/matlab-2008b-download/&amp;amp;title=MATLAB 2008b下载地址&quot;&gt;del.icio.us&lt;/a&gt;
&lt;br/&gt;
Post tags: &lt;a href=&quot;http://www.quhuashuai.com/tag/matlab/&quot; rel=&quot;tag&quot;&gt;matlab&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
	&lt;h4&gt;也许你对这些文章还有兴趣&lt;/h4&gt;
	&lt;ul class=&quot;st-related-posts&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/08/install_matlab_on_ubuntu/&quot; title=&quot;Ubuntu下安装matlab过程 (2007-08-15)&quot;&gt;Ubuntu下安装matlab过程&lt;/a&gt; (8)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/03/introduction-to-matlab2008a-and-download/&quot; title=&quot;Matlab 2008a介绍以及下载地址 (2008-03-23)&quot;&gt;Matlab 2008a介绍以及下载地址&lt;/a&gt; (14)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/09/install-matlab-2008a-on-archlinux/&quot; title=&quot;Archlinux下安装Matlab 2008a (2008-09-11)&quot;&gt;Archlinux下安装Matlab 2008a&lt;/a&gt; (2)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/d9d07ca526e3fdff671476846f9bc157&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/d9d07ca526e3fdff671476846f9bc157/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</content:encoded><wfw:commentRss>http://www.quhuashuai.com/2008/11/matlab-2008b-download/feed/</wfw:commentRss><description>Matlab 2008B发布已经有一个多月的时间了，现在thePirateBay上面也有了Linux和Windows系统下的安装文件。
具体的下载地址在这里：

Linux以及Mac的下载地址
Windows的下载地址
Verycd上面的Windows版本下载

[...]&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/d9d07ca526e3fdff671476846f9bc157&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/d9d07ca526e3fdff671476846f9bc157/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</description><category>电脑应用</category><category>matlab</category><pubDate>Fri, 21 Nov 2008 07:20:39 +0800</pubDate><author>Hugh</author><comments>http://www.quhuashuai.com/2008/11/matlab-2008b-download/#comments</comments><guid isPermaLink="false">http://www.quhuashuai.com/?p=297</guid><dc:creator>Hugh</dc:creator><fs:srclink>http://www.quhuashuai.com/2008/11/matlab-2008b-download/</fs:srclink><fs:srcfeed>http://www.quhuashuai.com/feed</fs:srcfeed><fs:itemid>feedsky/quhuashuai/~5935939/203312061/4053549</fs:itemid></item><item><title>Archlinux下启用Thinkpad功能键</title><link>http://item.feedsky.com/~feedsky/quhuashuai/~5935939/203312062/4053549/1/item.html</link><content:encoded>&lt;p&gt;
不知道是Thinkpad的问题，还是Archlinux的问题，自从由Ubuntu换到了Archlinux之后，我的T43就没有成功搞定过Thinkpad的这些功能键，所以Fn这个键就成了个摆设，每次需要开启蓝牙或者关闭屏幕的时候，我能做的事情就是敲一些命令，实在有点烦。今天在网上找了一些，确实是有解决办法的，而且并不复杂，我们需要做的事情就是修改/etc/acpi/handler.sh这个问题，在这里面配置下功能键对应的命令。
&lt;/p&gt;
&lt;p&gt;
开始之前，先确定你已经在/etc/rc.conf里面加载了ibm_acpi这个Module。这是我们进行修改和配置的先决条件，接下里将原本的/etc/acpi/handler.sh备份一下，尽管来说很多时候并不是需要这么做，鉴于我们都是新手，防止出现意外还是备份一下比较安全。这些都搞定之后，把下面的这段代码保存为新的/etc/acpi/handler.sh。
&lt;/p&gt;
&lt;div class=&quot;hl-surround&quot;&gt;&lt;div class=&quot;hl-main&quot;&gt;#!/bin/sh&lt;br /&gt;# Default acpi script that takes an entry for all actions&lt;br /&gt;&lt;br /&gt;# NOTE: This is a 2.6-centric script.&amp;nbsp; If you use 2.4.x, you'll have to&lt;br /&gt;#&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;modify it to not use /sys&lt;br /&gt;&lt;br /&gt;set $*&lt;br /&gt;&lt;br /&gt;case &amp;quot;$1&amp;quot; in&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;ibm/hotkey)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;case &amp;quot;$2&amp;quot; in&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HKEY)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;case &amp;quot;$4&amp;quot; in&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00001002) # Lock screen&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xscreensaver-command -lock&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00001003) # swithing display off&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;	xset dpms force off&lt;br /&gt;						;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00001004) # Suspend to RAM&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/usr/sbin/pm-suspend&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00001005) # Switch Bluetooth&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if [ &amp;quot;$(grep &amp;quot;status.*enabled&amp;quot; /proc/acpi/ibm/bluetooth)&amp;quot; ]; then&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;echo &amp;quot;disable&amp;quot; &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;else&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;echo &amp;quot;enable&amp;quot; &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fi&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00001007) # Toggle external display&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if [ &amp;quot;$(xrandr -q | grep &amp;quot;VGA connected&amp;quot;)&amp;quot; ]; then&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if [ &amp;quot;$(xrandr -q | grep &amp;quot;VGA connected [0-9]&amp;quot;)&amp;quot; ]; then&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xrandr --output VGA --off&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;else&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xrandr --output VGA --auto&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fi&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;else&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xrandr --output VGA --off&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fi&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#00001008) # Toggle Trackpoint/Touchpad&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#&amp;nbsp; &amp;nbsp; ;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#00001009) # Eject from dock&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#&amp;nbsp; &amp;nbsp; ;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0000100c) # Hibernate&lt;br /&gt;						/usr/sbin/pm-hibernate&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#00001014) # Toggle zoom&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#&amp;nbsp; &amp;nbsp; ;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#00001018) # ThinkVantage button&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#&amp;nbsp; &amp;nbsp; ;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;esac&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;esac&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;button/lid)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;case &amp;quot;$2&amp;quot; in&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LID)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;case &amp;quot;$3&amp;quot; in&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00000080) # Lid opened/closed&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;grep open /proc/acpi/button/lid/LID/state || hibernate -F /etc/hibernate/ususpend-ram.conf&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;esac&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;esac&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;ac_adapter)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;case &amp;quot;$2&amp;quot; in&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AC)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;case &amp;quot;$4&amp;quot; in&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00000001) # AC plugged&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;echo -n performance &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00000000) # AC unplugged&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;echo -n ondemand &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;esac&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;esac&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;video)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;case &amp;quot;$2&amp;quot; in&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LCD0)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;case &amp;quot;$3&amp;quot; in&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00000086) # Brightness up&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;brightness +&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;00000087) # Brightness down&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;brightness -&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;esac&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;esac&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;;&lt;br /&gt;esac&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;
在保存好之后，其实你可以根据自己的需要修改一些对应的命令，进而调整一些功能键。在我的这个配置下面，Fn+F2是使用xscreensaver锁定屏幕；Fn+F3是关闭显示屏幕；Fn+F4是挂起，这里我使用的是pm-suspend；Fn+F5是切换蓝牙的开关；Fn+F7是启动外接显示器或者投影仪之类的；Fn+F12是休眠。基本上就是这样，同时还启用了调整屏幕亮度，打开上面小灯等功能。至少在我的T43上面这些功能都没有问题。
&lt;/p&gt;
&lt;p&gt;
这些都搞定之后你只需要sudo /etc/rc.d/acpi restart，重启启动acpi就好了，现在赶紧来试试看吧，那些你熟悉的功能键是不是都找回来了？
&lt;/p&gt;
&lt;p&gt;&lt;i&gt;本文主要参考&lt;a href=&quot;http://bbs.archlinux.org/viewtopic.php?id=45710&quot;&gt;Arch Linux Forum&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;&amp;copy; Hugh for &lt;a href=&quot;http://www.quhuashuai.com&quot;&gt;杂乱的书桌&lt;/a&gt;, 2008. |
&lt;a href=&quot;http://www.quhuashuai.com/2008/10/enable-fn-in-thinkpad-under-archlinux/&quot;&gt;Permalink&lt;/a&gt; |
&lt;a href=&quot;http://www.quhuashuai.com/2008/10/enable-fn-in-thinkpad-under-archlinux/#comments&quot;&gt;One comment&lt;/a&gt; |
Add to
&lt;a href=&quot;http://del.icio.us/post?url=http://www.quhuashuai.com/2008/10/enable-fn-in-thinkpad-under-archlinux/&amp;amp;title=Archlinux下启用Thinkpad功能键&quot;&gt;del.icio.us&lt;/a&gt;
&lt;br/&gt;
Post tags: &lt;a href=&quot;http://www.quhuashuai.com/tag/linux/&quot; rel=&quot;tag&quot;&gt;linux&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/ubuntu/&quot; rel=&quot;tag&quot;&gt;ubuntu&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
	&lt;h4&gt;也许你对这些文章还有兴趣&lt;/h4&gt;
	&lt;ul class=&quot;st-related-posts&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/08/install_matlab_on_ubuntu/&quot; title=&quot;Ubuntu下安装matlab过程 (2007-08-15)&quot;&gt;Ubuntu下安装matlab过程&lt;/a&gt; (8)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/10/okular-font-problem-in-archlinux/&quot; title=&quot;Archlinux中配置Okular下缺失的英文字体 (2008-10-09)&quot;&gt;Archlinux中配置Okular下缺失的英文字体&lt;/a&gt; (2)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/09/install-matlab-2008a-on-archlinux/&quot; title=&quot;Archlinux下安装Matlab 2008a (2008-09-11)&quot;&gt;Archlinux下安装Matlab 2008a&lt;/a&gt; (2)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/07c7c87920567de15c17dfebfb6abe7f&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/07c7c87920567de15c17dfebfb6abe7f/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</content:encoded><wfw:commentRss>http://www.quhuashuai.com/2008/10/enable-fn-in-thinkpad-under-archlinux/feed/</wfw:commentRss><description>不知道是Thinkpad的问题，还是Archlinux的问题，自从由Ubuntu换到了Archlinux之后，我的T43就没有成功搞定过Thinkpad的这些功能键，所以Fn这个键就成了个摆设，每次需要开启蓝牙或者关闭屏幕的时候[...]&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/07c7c87920567de15c17dfebfb6abe7f&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/07c7c87920567de15c17dfebfb6abe7f/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</description><category>ubuntu</category><category>linux</category><category>电脑应用</category><pubDate>Thu, 16 Oct 2008 09:39:41 +0800</pubDate><author>Hugh</author><comments>http://www.quhuashuai.com/2008/10/enable-fn-in-thinkpad-under-archlinux/#comments</comments><guid isPermaLink="false">http://www.quhuashuai.com/?p=294</guid><dc:creator>Hugh</dc:creator><fs:srclink>http://www.quhuashuai.com/2008/10/enable-fn-in-thinkpad-under-archlinux/</fs:srclink><fs:srcfeed>http://www.quhuashuai.com/feed</fs:srcfeed><fs:itemid>feedsky/quhuashuai/~5935939/203312062/4053549</fs:itemid></item><item><title>确定每天的学习时间</title><link>http://item.feedsky.com/~feedsky/quhuashuai/~5935939/203312063/4053549/1/item.html</link><content:encoded>&lt;p&gt;
前两天在&lt;a href=&quot;http://www.quhuashuai.com/2008/10/how-to-tackle-anti-study-mood/&quot;&gt;《如何克服短暂的厌学情绪》&lt;/a&gt;里提到了一些&lt;a href=&quot;http://www.quhuashuai.com/tag/&amp;#23398;&amp;#20064;&quot;  class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&amp;#20851;&amp;#20110;&amp;#8220;&amp;#23398;&amp;#20064;&amp;#8221;&amp;#30340;&amp;#25991;&amp;#31456;&quot;  rel=&quot;external&quot;&gt;学习&lt;/a&gt;过程中如何休息的内容，在去年的一篇文章&lt;a href=&quot;http://www.quhuashuai.com/2007/09/manage_your_study_time/&quot;&gt;《如何管理你的学习时间》&lt;/a&gt;里面讲了管理学习时间的问题，今天有个关于“如何选择学习时间”的想法。对于选择学习时间，我想说的意思就是是在每天在固定的某些时间学习，还是说想学习的时候就开始坐下来学习。当然我谈论这个是在说自己是学生的基础之上了。
&lt;/p&gt;
&lt;p&gt;
这个想法是在自己总结最近一个月的学习时产生的。拿我自己来说，每天到了办公室之后，除了上课的时间，就是坐在那里看看书，做做作业，与此同时可能和其他人聊聊天或者在网上看看新闻都有可能。晚上到了家之后也是，电脑打开，然后在一旁开始看书写作业。基本情况就是这样，但是在这样的节奏当中我发现了一些问题，所以我在想究竟怎么样才是好的呢？大概分为这样两类情况，大家看看我的想法。
&lt;/p&gt;
&lt;h4&gt;没有特定的学习时间&lt;/h4&gt;
&lt;p&gt;
这也是我自己一直的做法，可是说学习和休息是随意交叉的，也可以说没有休息时间，甚至可以说一直是在休息。这样的学习方式让我发现了有些问题：
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;在某种程度上降低了学习效率。&lt;/b&gt;。两者的交叉混乱反而使得学习的时候效率不高，因为没有完全集中精力，因为在学习的同时，可能还有一些分散注意力的事情在干扰我们。同时因为不知道什么时候该停下来休息，就会使我们觉得没有个deadline来加强自己的紧迫感。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;无法保证自己的休息时间。&lt;/b&gt;在这种状态下，通常我们不知道什么时候该去休息，而是不停地纠结在某个问题上，从而破坏了休息时间。就算休息也是觉得累了不想看了，就会休息下，没有什么规律的。这样也导致了我这一周只去了一次健身，本来的打算是至少三次的。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;可能总的学习时间会比较长。&lt;/b&gt;感觉上是这样的，会给自己一种每天都在学习的感觉。但是我们考虑的不应该是总的学习时间，而是有效的学习时间，或是学习的效果如何，但是这个指标似乎还不好衡量，有待我的实践情况。&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;给自己规定某个时间段为学习时间。&lt;/h4&gt;
&lt;p&gt;
从我的设想上来看，这样应该好一些。我们可以在每天早上根据当天的作业任务，课程安排来确定下自己的学习时间，将某些时间段作为学习时间，并且同时制定好自己的休息时间。好处也是显而易见的：
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;可以集中精力在学习上面。&lt;/b&gt;确定好了学习时间之后，那么在这些时间段内学习就是唯一的事情，我们可以避免其他任何可能的干扰，选择合适的地方，比如图书馆。在一个小时或者两个小时的时间里完全投入到学习中去。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;更有动力来提高效率。&lt;/b&gt;在我个人来讲，如果我知道我在这个学习时间段结束之后，会有休息的时间，我可以去健身，可以上网放松下，我会更加没有杂念的投入到学习中去。不知道你们会不会也这么想？&lt;/li&gt;
&lt;li&gt;&lt;b&gt;保证了学习时间和休息时间。&lt;/b&gt;两者都是提前确定好的，到了时间就做该做的事情，这样保证了两个时间都会被利用到，而我们需要做的只是根据当前的课业负担调整自己的时间分配好了。在这里面，保证休息时间是很重要的，毕竟我们的&lt;a href=&quot;http://www.quhuashuai.com/tag/&amp;#29983;&amp;#27963;&quot;  class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&amp;#20854;&amp;#20182;&amp;#20851;&amp;#20110;&amp;#8220;&amp;#29983;&amp;#27963;&amp;#8221;&amp;#30340;&amp;#25991;&amp;#31456;&quot;  rel=&quot;external&quot;&gt;生活&lt;/a&gt;并不全是学习。&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
这么相比下来，似乎我已经把后者当作比较好的方式了，不过也只是我自己的一个思考。我准备尝试一下后面的这样方式，提前确定好自己每天的学习时间，也同时安排好休息时间，甚至学习内容和休息内容，看看是否能收到更好的效果。我想很多朋友可能早就在这样做了，估计是我自己比较笨比较落后，从来没有去考虑过这样的问题，如果大家有什么好的&lt;a href=&quot;http://www.quhuashuai.com/tag/&amp;#24314;&amp;#35758;&quot;  class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&amp;#20854;&amp;#20182;&amp;#20851;&amp;#20110;&amp;#8221;&amp;#24314;&amp;#35758;&amp;#8220;&amp;#30340;&amp;#25991;&amp;#31456;&quot;  rel=&quot;external&quot;&gt;建议&lt;/a&gt;，多多告诉我，多多帮助我！&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;&amp;copy; Hugh for &lt;a href=&quot;http://www.quhuashuai.com&quot;&gt;杂乱的书桌&lt;/a&gt;, 2008. |
&lt;a href=&quot;http://www.quhuashuai.com/2008/10/determine-your-study-time/&quot;&gt;Permalink&lt;/a&gt; |
&lt;a href=&quot;http://www.quhuashuai.com/2008/10/determine-your-study-time/#comments&quot;&gt;58 comments&lt;/a&gt; |
Add to
&lt;a href=&quot;http://del.icio.us/post?url=http://www.quhuashuai.com/2008/10/determine-your-study-time/&amp;amp;title=确定每天的学习时间&quot;&gt;del.icio.us&lt;/a&gt;
&lt;br/&gt;
Post tags: &lt;a href=&quot;http://www.quhuashuai.com/tag/%e5%a6%82%e4%bd%95/&quot; rel=&quot;tag&quot;&gt;如何&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/%e5%ad%a6%e4%b9%a0/&quot; rel=&quot;tag&quot;&gt;学习&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/%e5%ae%9e%e8%b7%b5/&quot; rel=&quot;tag&quot;&gt;实践&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/%e5%bb%ba%e8%ae%ae/&quot; rel=&quot;tag&quot;&gt;建议&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/%e6%97%b6%e9%97%b4/&quot; rel=&quot;tag&quot;&gt;时间&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
	&lt;h4&gt;也许你对这些文章还有兴趣&lt;/h4&gt;
	&lt;ul class=&quot;st-related-posts&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/12/mit-sls-lectures-browser/&quot; title=&quot;麻省理工学院的SLS课程浏览器 (2007-12-16)&quot;&gt;麻省理工学院的SLS课程浏览器&lt;/a&gt; (11)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/04/umass-offer-online-course-in-china/&quot; title=&quot;马萨诸塞大学(UMass)获准在中国提供在线课程 (2008-04-10)&quot;&gt;马萨诸塞大学(UMass)获准在中国提供在线课程&lt;/a&gt; (7)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/09/boost_your_energy_in_10_minutes/&quot; title=&quot;让你瞬间精力充沛的8个办法 (2007-09-30)&quot;&gt;让你瞬间精力充沛的8个办法&lt;/a&gt; (8)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/contact/&quot; title=&quot;联系方式 (2007-09-09)&quot;&gt;联系方式&lt;/a&gt; (76)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/12/yale-open-courses/&quot; title=&quot;耶鲁大学推出开放课程材料! (2007-12-14)&quot;&gt;耶鲁大学推出开放课程材料!&lt;/a&gt; (30)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/08/bibliography_for_math_student/&quot; title=&quot;美国数学本科生，研究生基础课程参考书目 (2007-08-16)&quot;&gt;美国数学本科生，研究生基础课程参考书目&lt;/a&gt; (59)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/12/protect-your-teeth/&quot; title=&quot;爱自己，从爱牙齿做起 (2007-12-31)&quot;&gt;爱自己，从爱牙齿做起&lt;/a&gt; (26)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/02/tips-on-cold-water-shower/&quot; title=&quot;洗冷水澡的注意事项 (2008-02-21)&quot;&gt;洗冷水澡的注意事项&lt;/a&gt; (9)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/f64bb57861d28f41c78a2824ad13d3a6&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/f64bb57861d28f41c78a2824ad13d3a6/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</content:encoded><wfw:commentRss>http://www.quhuashuai.com/2008/10/determine-your-study-time/feed/</wfw:commentRss><description>前两天在《如何克服短暂的厌学情绪》里提到了一些学习过程中如何休息的内容，在去年的一篇文章《如何管理你的学习时间》里面讲了管理学习时间的问题，今天有个关于“如何选择学习时[...]&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/f64bb57861d28f41c78a2824ad13d3a6&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/f64bb57861d28f41c78a2824ad13d3a6/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</description><category>如何</category><category>实践</category><category>学习</category><category>个人发展</category><category>建议</category><category>时间</category><pubDate>Sat, 11 Oct 2008 18:00:44 +0800</pubDate><author>Hugh</author><comments>http://www.quhuashuai.com/2008/10/determine-your-study-time/#comments</comments><guid isPermaLink="false">http://www.quhuashuai.com/?p=273</guid><dc:creator>Hugh</dc:creator><fs:srclink>http://www.quhuashuai.com/2008/10/determine-your-study-time/</fs:srclink><fs:srcfeed>http://www.quhuashuai.com/feed</fs:srcfeed><fs:itemid>feedsky/quhuashuai/~5935939/203312063/4053549</fs:itemid></item><item><title>Archlinux中配置Okular下缺失的英文字体</title><link>http://item.feedsky.com/~feedsky/quhuashuai/~5935939/203312064/4053549/1/item.html</link><content:encoded>&lt;p&gt;在解决okular下面部分英文字体缺失之前，一直在用xpdf或者Acroread看pdf文档。可是在这个的同时我已经纳闷了很久，这个okular的英文字体到底是怎么个机制来查找的，试图修改过xpdfrc，没有任何效果，在我尝试了很久之后终于解决了问题。&lt;/p&gt;
&lt;p&gt;
先把问题说说看，不知道大家遇到过没有。《Math Into Latex》这个文档我在用Latex写笔记的时候总会开着，难免忘记了一些什么符号，不过Okular下面的字体惨不忍睹，很多字母重合在一起，先上个图大家看看：
&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://pic.yupoo.com/huashuai/33147651506d/medium.jpg&quot; alt=&quot;配置前的Okular字体&quot; /&gt;&lt;/p&gt;
&lt;p&gt;
简单说下我的系统，Archlinux，FVWM，字体用了Lucida和STHeiti稍作美化，所以修改了$HOME下的.fonts.conf文件，所以问题也就出在这里。在我解决问题之后，我把$HOME/.fonts.conf删除后，发现okular会到系统的/usr/share/fonts/TTF下寻找字体，显示的效果是这样的：
&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://pic.yupoo.com/huashuai/95488651506e/medium.jpg&quot; alt=&quot;没有任何配置的Okular字体&quot; /&gt;&lt;/p&gt;
&lt;h4&gt;解决办法：&lt;/h4&gt;
&lt;p&gt;
如果你在Okular的菜单中找到File - Properties，然后在Fonts标签下就会看到缺失的字体名称，在这个Math_Into_Latex.pdf文件中缺失的便是一系列Galliard字体，包括Galliard-Bold, Galliard-BoldItalic, Galliard-Italic, 以及Galliar-Roman。首先要解决问题的话必须下载这些字体，我在某个英文站点找到了下载，大家也可以根据自己的情况下载对应的字体。&lt;/p&gt;
&lt;p&gt;
第二件事情便是把这些字体放在适当的文件夹下，一般来说放在$HOME/.fonts/下面就可以，至少我是这样的。在你登录之后，这些字体是可以使用的。
&lt;/p&gt;
&lt;p&gt;接下来需要做的便是在$HOME/.fonts.conf里面添加类似下面的内容：&lt;/p&gt;
&lt;div class=&quot;hl-surround&quot;&gt;&lt;ol class=&quot;hl-main ln-show&quot; title=&quot;Double click to hide line number.&quot; ondblclick = &quot;linenumber(this)&quot;&gt;&lt;li class=&quot;hl-firstline&quot;&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: Green;&quot;&gt;match&lt;/span&gt;&lt;span style=&quot;color: Gray;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #00008b;&quot;&gt;target&lt;/span&gt;&lt;span style=&quot;color: Gray;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #8b0000;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: Red;&quot;&gt;pattern&lt;/span&gt;&lt;span style=&quot;color: #8b0000;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: Gray;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #00008b;&quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: Gray;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #8b0000;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: Red;&quot;&gt;family&lt;/span&gt;&lt;span style=&quot;color: #8b0000;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: Gray;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: Green;&quot;&gt;test&lt;/span&gt;&lt;span style=&quot;color: Gray;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #00008b;&quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: Gray;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #8b0000;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: Red;&quot;&gt;family&lt;/span&gt;&lt;span style=&quot;color: #8b0000;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: Gray;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #00008b;&quot;&gt;qual&lt;/span&gt;&lt;span style=&quot;color: Gray;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #8b0000;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: Red;&quot;&gt;any&lt;/span&gt;&lt;span style=&quot;color: #8b0000;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: Gray;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: Green;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: Gray;&quot;&gt;Galliard&lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: Green;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: Gray;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: Green;&quot;&gt;test&lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: Gray;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: Green;&quot;&gt;edit&lt;/span&gt;&lt;span style=&quot;color: Gray;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #00008b;&quot;&gt;mode&lt;/span&gt;&lt;span style=&quot;color: Gray;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #8b0000;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: Red;&quot;&gt;assign&lt;/span&gt;&lt;span style=&quot;color: #8b0000;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: Gray;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #00008b;&quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: Gray;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #8b0000;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: Red;&quot;&gt;family&lt;/span&gt;&lt;span style=&quot;color: #8b0000;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: Gray;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: Green;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: Gray;&quot;&gt;Galliard BT&lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: Green;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: Gray;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: Green;&quot;&gt;edit&lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: Gray;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: Green;&quot;&gt;match&lt;/span&gt;&lt;span style=&quot;color: Olive;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;
&lt;p&gt;
这样Okular在启动之后, 遇到Galliard类的字体，便会自动配对了，否则不一定会找到哪个字体。问题解决之后，再上图看看效果，这次在File - Properties当中看到的这些Galliard字体都是准确使用的对应字体了。
&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://pic.yupoo.com/huashuai/95509651506d/medium.jpg&quot; alt=&quot;配置后的Okular字体&quot; /&gt;&lt;/p&gt;
&lt;p&gt;
对于&lt;a href=&quot;http://www.quhuashuai.com/tag/linux&quot;  class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&amp;#20851;&amp;#20110;&quot;Linux&quot;&amp;#30340;&amp;#25991;&amp;#31456;&quot;  rel=&quot;external&quot;&gt;Linux&lt;/a&gt;，我确实是菜鸟一个，在慢慢&lt;a href=&quot;http://www.quhuashuai.com/tag/&amp;#23398;&amp;#20064;&quot;  class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&amp;#20851;&amp;#20110;&amp;#8220;&amp;#23398;&amp;#20064;&amp;#8221;&amp;#30340;&amp;#25991;&amp;#31456;&quot;  rel=&quot;external&quot;&gt;学习&lt;/a&gt;，都说用&lt;a href=&quot;http://www.quhuashuai.com/tag/linux/&quot; class=&quot;st_tag internal_tag&quot; rel=&quot;tag&quot; title=&quot;标签 linux 下的日志&quot;&gt;linux&lt;/a&gt;的人喜欢折腾，我这也算自己折腾出个东西，分享给大家。我觉得如果对于fontconfig很了解的，&lt;br /&gt;
应该很快就能解决这个问题，我嘛，就需要很久来尝试了。不管怎么说，这至少也是个原创，呵呵！&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;&amp;copy; Hugh for &lt;a href=&quot;http://www.quhuashuai.com&quot;&gt;杂乱的书桌&lt;/a&gt;, 2008. |
&lt;a href=&quot;http://www.quhuashuai.com/2008/10/okular-font-problem-in-archlinux/&quot;&gt;Permalink&lt;/a&gt; |
&lt;a href=&quot;http://www.quhuashuai.com/2008/10/okular-font-problem-in-archlinux/#comments&quot;&gt;2 comments&lt;/a&gt; |
Add to
&lt;a href=&quot;http://del.icio.us/post?url=http://www.quhuashuai.com/2008/10/okular-font-problem-in-archlinux/&amp;amp;title=Archlinux中配置Okular下缺失的英文字体&quot;&gt;del.icio.us&lt;/a&gt;
&lt;br/&gt;
Post tags: &lt;a href=&quot;http://www.quhuashuai.com/tag/linux/&quot; rel=&quot;tag&quot;&gt;linux&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/%e5%88%86%e4%ba%ab/&quot; rel=&quot;tag&quot;&gt;分享&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
	&lt;h4&gt;也许你对这些文章还有兴趣&lt;/h4&gt;
	&lt;ul class=&quot;st-related-posts&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/contact/&quot; title=&quot;联系方式 (2007-09-09)&quot;&gt;联系方式&lt;/a&gt; (76)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/09/first-blog-in-recent-four-months/&quot; title=&quot;四个月来的第一篇文章 (2008-09-08)&quot;&gt;四个月来的第一篇文章&lt;/a&gt; (23)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/09/install-matlab-2008a-on-archlinux/&quot; title=&quot;Archlinux下安装Matlab 2008a (2008-09-11)&quot;&gt;Archlinux下安装Matlab 2008a&lt;/a&gt; (2)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/10/enable-fn-in-thinkpad-under-archlinux/&quot; title=&quot;Archlinux下启用Thinkpad功能键 (2008-10-15)&quot;&gt;Archlinux下启用Thinkpad功能键&lt;/a&gt; (1)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/049e88ddd402f27b117c0c764c5ddc29&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/049e88ddd402f27b117c0c764c5ddc29/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</content:encoded><wfw:commentRss>http://www.quhuashuai.com/2008/10/okular-font-problem-in-archlinux/feed/</wfw:commentRss><description>在解决okular下面部分英文字体缺失之前，一直在用xpdf或者Acroread看pdf文档。可是在这个的同时我已经纳闷了很久，这个okular的英文字体到底是怎么个机制来查找的，试图修改过xpdfrc，没有任何[...]&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/049e88ddd402f27b117c0c764c5ddc29&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/049e88ddd402f27b117c0c764c5ddc29/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</description><category>linux</category><category>电脑应用</category><category>分享</category><pubDate>Thu, 09 Oct 2008 18:30:13 +0800</pubDate><author>Hugh</author><comments>http://www.quhuashuai.com/2008/10/okular-font-problem-in-archlinux/#comments</comments><guid isPermaLink="false">http://www.quhuashuai.com/?p=256</guid><dc:creator>Hugh</dc:creator><fs:srclink>http://www.quhuashuai.com/2008/10/okular-font-problem-in-archlinux/</fs:srclink><fs:srcfeed>http://www.quhuashuai.com/feed</fs:srcfeed><fs:itemid>feedsky/quhuashuai/~5935939/203312064/4053549</fs:itemid></item><item><title>整理笔记的必要性？</title><link>http://item.feedsky.com/~feedsky/quhuashuai/~5935939/203312065/4053549/1/item.html</link><content:encoded>&lt;p&gt;
其实关于笔记的话题，应该写过一些了，包括做笔记的工具-&lt;a href=&quot;http://www.quhuashuai.com/2007/12/15-tools-for-note-taking/&quot;&gt;《15款工具帮你更好的做笔记》&lt;/a&gt;，包括做笔记的方法-&lt;a href=&quot;http://www.quhuashuai.com/2007/09/note_taking/&quot;&gt;《也谈如何做笔记》&lt;/a&gt;。这次不是关于做笔记，而是关于整理笔记的问题，希望听听大家怎么看。
&lt;/p&gt;
&lt;p&gt;
其实我知道这种问题本来是因人而异的，所以我只是想说说自己的想法。不知道大家一般在课后会不会整理课上的笔记，至少我在以前很长的时间里面从来不去整理笔记，但是对我个人而言，我越来越觉得应该而且必须在课后开始整理笔记了。当然主要原因是因为课程越来越难，课上的内容我自己是没有办法在课上完全理解，更谈不上什么消化这些知识了。所以对我个人而言，重新整理笔记绝对是必要的：
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;能够让自己重新复习课上内容。&lt;/b&gt;对于现在的课程，自己也渐渐的感觉到有些吃力，所以不得不在课后进行复习，而在课后当天马上进行复习毫无疑问是最好的。因此重新整理笔记就变成了督促自己复习一遍的最好的办法。尽量在下课之后，或者在晚上回家之后，拿出今天的笔记，对比课本的内容，整理笔记的同时思考可能遇到的一些问题。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;整理笔记能够更好的听课。&lt;/b&gt;之所以这么说是因为，课上记笔记毕竟是或多或少的影响听课的，尤其是遇到某些语速极快的教授时。所以在能够看清的基础之上记下尽可能多的内容，无论是黑板上出现的，还是从教授嘴里出现的。课后把这些有些混乱的笔记内容，整理清晰，无论是对复习还是对准备考试，都是非常有帮助的。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;帮助你更好的&lt;a href=&quot;http://www.quhuashuai.com/tag/&amp;#23398;&amp;#20064;&quot;  class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&amp;#20851;&amp;#20110;&amp;#8220;&amp;#23398;&amp;#20064;&amp;#8221;&amp;#30340;&amp;#25991;&amp;#31456;&quot;  rel=&quot;external&quot;&gt;学习&lt;/a&gt;课本内容。&lt;/b&gt;很多时候我们在课上所学到的仅仅是课本内容的一部分，教授通常会简略的跳过课本上的某些内容，选择性的在Lecture讲述某些概念定理。在这种情况之下，课后自学变得非常重要，而重新整理笔记就会让你意识到哪些内容是讲到的，哪些内容是需要自己重新学习的。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;整理笔记让你意识到自己的问题。&lt;/b&gt;可能很多问题在课上的时候你认为自己听明白了，所以笔记上没有详细记录，你也没有在课上向老师提问。但是在你整理笔记的时候，你应该思考每个在笔记中出现的问题，如果你发现自己并不是那么明白这个部分的话，那么你就应该好好利用老师的答疑时间或者下节课时提出自己的疑问了。 &lt;/li&gt;
&lt;li&gt;&lt;b&gt;很多时候你不得不去整理笔记。&lt;/b&gt;很多人会把课堂上的笔记写的很好，我自己也是这样，尽量写的清楚。可是事实上在你课后复习的时候，难免要添加某些内容，也许是来自课本，也许是来自reference，笔记上原本有限的空间会被写的有些杂乱。因为整理笔记变成了不得不做的事情。&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;至于整理笔记的工具，我多数情况下选择纸和笔，当然有些时候会选择Latex，如果非常需要保存下来的话。其实有的时候我在考虑，如果自己足够熟练使用Latex的话，也许直接使用Latex整理笔记会是非常好的选择，希望有一天能够这样吧！&lt;/p&gt;
&lt;p&gt;总之很多很多原因，使得整理笔记变成了我每天必做的一件事情，至少在我现在来看效果还是不错的，时间虽然是要消耗一些，但至少重写笔记的过程中我还在思考，不是简单的抄过来抄过去。至少在我个人看来对于学数学来说，这么去做还是非常必要的，毕竟需要思考的时间还是很多的。我不知道工科或者文科会不会也是这样，所以希望听听大家的意见。&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;&amp;copy; Hugh for &lt;a href=&quot;http://www.quhuashuai.com&quot;&gt;杂乱的书桌&lt;/a&gt;, 2008. |
&lt;a href=&quot;http://www.quhuashuai.com/2008/10/is-it-necessary-to-reorganize-notes/&quot;&gt;Permalink&lt;/a&gt; |
&lt;a href=&quot;http://www.quhuashuai.com/2008/10/is-it-necessary-to-reorganize-notes/#comments&quot;&gt;15 comments&lt;/a&gt; |
Add to
&lt;a href=&quot;http://del.icio.us/post?url=http://www.quhuashuai.com/2008/10/is-it-necessary-to-reorganize-notes/&amp;amp;title=整理笔记的必要性？&quot;&gt;del.icio.us&lt;/a&gt;
&lt;br/&gt;
Post tags: &lt;a href=&quot;http://www.quhuashuai.com/tag/%e5%ad%a6%e4%b9%a0/&quot; rel=&quot;tag&quot;&gt;学习&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/%e7%ac%94%e8%ae%b0/&quot; rel=&quot;tag&quot;&gt;笔记&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
	&lt;h4&gt;也许你对这些文章还有兴趣&lt;/h4&gt;
	&lt;ul class=&quot;st-related-posts&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/12/mit-sls-lectures-browser/&quot; title=&quot;麻省理工学院的SLS课程浏览器 (2007-12-16)&quot;&gt;麻省理工学院的SLS课程浏览器&lt;/a&gt; (11)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/04/umass-offer-online-course-in-china/&quot; title=&quot;马萨诸塞大学(UMass)获准在中国提供在线课程 (2008-04-10)&quot;&gt;马萨诸塞大学(UMass)获准在中国提供在线课程&lt;/a&gt; (7)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/contact/&quot; title=&quot;联系方式 (2007-09-09)&quot;&gt;联系方式&lt;/a&gt; (76)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/12/yale-open-courses/&quot; title=&quot;耶鲁大学推出开放课程材料! (2007-12-14)&quot;&gt;耶鲁大学推出开放课程材料!&lt;/a&gt; (30)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/08/bibliography_for_math_student/&quot; title=&quot;美国数学本科生，研究生基础课程参考书目 (2007-08-16)&quot;&gt;美国数学本科生，研究生基础课程参考书目&lt;/a&gt; (59)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/01/ultimate-student-resource-list/&quot; title=&quot;终极学生资源列表 (2008-01-24)&quot;&gt;终极学生资源列表&lt;/a&gt; (17)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/10/determine-your-study-time/&quot; title=&quot;确定每天的学习时间 (2008-10-11)&quot;&gt;确定每天的学习时间&lt;/a&gt; (58)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/01/7-bad-habits-in-study/&quot; title=&quot;我的大学：学习中的八大坏习惯 (2008-01-16)&quot;&gt;我的大学：学习中的八大坏习惯&lt;/a&gt; (32)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/92e885e42e331434283a0023ef415042&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/92e885e42e331434283a0023ef415042/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</content:encoded><wfw:commentRss>http://www.quhuashuai.com/2008/10/is-it-necessary-to-reorganize-notes/feed/</wfw:commentRss><description>其实关于笔记的话题，应该写过一些了，包括做笔记的工具-《15款工具帮你更好的做笔记》，包括做笔记的方法-《也谈如何做笔记》。这次不是关于做笔记，而是关于整理笔记的问题，希望听[...]&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/92e885e42e331434283a0023ef415042&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/92e885e42e331434283a0023ef415042/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</description><category>笔记</category><category>学习</category><category>个人发展</category><pubDate>Wed, 08 Oct 2008 08:27:01 +0800</pubDate><author>Hugh</author><comments>http://www.quhuashuai.com/2008/10/is-it-necessary-to-reorganize-notes/#comments</comments><guid isPermaLink="false">http://www.quhuashuai.com/?p=250</guid><dc:creator>Hugh</dc:creator><fs:srclink>http://www.quhuashuai.com/2008/10/is-it-necessary-to-reorganize-notes/</fs:srclink><fs:srcfeed>http://www.quhuashuai.com/feed</fs:srcfeed><fs:itemid>feedsky/quhuashuai/~5935939/203312065/4053549</fs:itemid></item><item><title>如何克服暂时的厌学情绪</title><link>http://item.feedsky.com/~feedsky/quhuashuai/~5935939/203312066/4053549/1/item.html</link><content:encoded>&lt;p&gt;
晚上在看书的时候莫名的看不进去，这种情况以前也时常遇到，通常都是短暂的厌学，看什么都看不进去，不知道是脑袋里面还是心里面一阵躁动（哈哈，没有什么特殊原因啦！），总之注意力无法集中到读书中来。今天就停下来开始琢磨这个问题。有的时候是因为有些特殊的事情一直在脑中纠缠，这种时候要不你就想明白这些事情，或者干脆选择忘掉；不过有的时候就是象今天这样，很莫名其妙的看不下去，不知道大家平时都会怎样应对这样的情况？&lt;/p&gt;
&lt;p&gt;
我把自己平时用到的一些方式大概想了想，对我自己来说还是比较有用的。通常都是在家里或者宿舍的时候会遇到这种问题，在学校仿佛少一些吧！需要一提的是，下面这些事情我通常就是按照这样的顺序来做，如果第一条无效，进行第二条，以此类推。无论前面效果如何，最后一条百分之百管用，不过不能直接跳到最后一条哦！&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;尝试坚持读书或者&lt;a href=&quot;http://www.quhuashuai.com/tag/&amp;#23398;&amp;#20064;&quot;  class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&amp;#20851;&amp;#20110;&amp;#8220;&amp;#23398;&amp;#20064;&amp;#8221;&amp;#30340;&amp;#25991;&amp;#31456;&quot;  rel=&quot;external&quot;&gt;学习&lt;/a&gt;一会。&lt;/b&gt;通常这个手段在开始读书或者学习的时候比较奏效，如果你想去看书，却发现很难静下来，那么就逼着自己坐下来看一会。我自己通常在5-10分钟之后就进入状态，不会想站起来了。如果是在学习了一段时间之后，那么这个手段可能并没有那么好的效果，至少对于我来说。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;喝杯冰水，让自己冷静下来。&lt;/b&gt;这是我最经常做的，通常在家里看书或者学习的时候，我都会接一杯冰水放在旁边，一定要有冰块的！通常在头脑发热，或者心里烦躁的时候，冰水就会有它的功效了。这种方法呢，一般来说还是比较奏效的。其实还有一种类似的手段，就是&lt;b&gt;尽量让自己在稍微冷的环境下学习&lt;/b&gt;，记得自己在本科的时候上自习通常都是去全校最大最冷的那个教室，主要原因就是在这种略微寒冷的情况下，人可以保持清醒，另外这种教室通常比较安静，因为人少嘛！不过，注意防止感冒。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;做些体育运动，简单的锻炼。&lt;/b&gt;这个是我今天晚上用的办法，因为手边的冰水喝完了，就干脆在地上做了30个俯卧撑。我平时简单的锻炼就是说俯卧撑，可能有人认为说锻炼之后心跳加速不是更难冷静下来吗？可是我发觉在20-30个俯卧撑之后好像脑中马上清醒了，精力也能够马上集中起来，也许这个运动的数量级正好合适。大家可以选择自己方便的运动手段，我一直觉得俯卧撑比较好，有点地方就可以做了。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;利用音乐或者短片来放松情绪，暂时忘记学习。&lt;/b&gt;这个估计是很多朋友都会用的办法，尽量找一些柔和一些的音乐，比如Bandari之类的轻音乐。虽然我相信很多朋友会选择重金属，摇滚一类的音乐，这个本身就是因人而异的东西，何况还有很多人会边听音乐边学习呢，至少我以前是。现在？现在可不行了，会喜欢相对安静一些的环境。除了音乐之外一些轻松搞笑的短片也不错，尽量还是避免连续剧电影这一类，通常一看就停不下来了。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;想一些比较有激励作用的事情。&lt;/b&gt;记得自己上新东方的时候，特意把那本《新东方精神》保留下来，准备作为激励自己的材料阅读来着。当然后来也确实读过几次，不过还真没有在出现厌学的时候用过这个办法。只是说因为自己看过这些东西之后，会有一种很振奋的感觉，想要努力，想要向上，现在还记得那时看完《新东方精神》的感觉，呵呵！就像你见到一牛人之后，就会想说我也想变成那样，所以我要努力。当然了，能够自我激励便是最好的，否则你可以试试看这个办法。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;换个学习内容，让自己的思维转换到别的事情上。&lt;/b&gt;这也是一个很平常的手段，甚至在我们很小的时候就知道。只是在我学习的过程中发现，有的时候很难实现，原因也很简单：比如数学系的学生，他从概率换到实变，换到偏微分，终究还是在数学里面，对于大脑没有什么很明显的作用嘛！于是让我说，不如在这个写写博客，哈哈，数字和文字之间转换一下还是不错的。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;干脆给自己放假，想怎么玩怎么玩。&lt;/b&gt;这就是最后一条啦，屡试不爽，相信对你也一定奏效了！我只是想说，尽量还是不要这样的好，偶尔使用一下必杀就可以了，否则难免伤到自己啊！&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;不知道大家平时遇到这个问题都怎么办呢？如果你也有应对这个问题的技巧，不妨分享一下！这样我下次也可以尝试一下了。&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;&amp;copy; Hugh for &lt;a href=&quot;http://www.quhuashuai.com&quot;&gt;杂乱的书桌&lt;/a&gt;, 2008. |
&lt;a href=&quot;http://www.quhuashuai.com/2008/10/how-to-tackle-anti-study-mood/&quot;&gt;Permalink&lt;/a&gt; |
&lt;a href=&quot;http://www.quhuashuai.com/2008/10/how-to-tackle-anti-study-mood/#comments&quot;&gt;16 comments&lt;/a&gt; |
Add to
&lt;a href=&quot;http://del.icio.us/post?url=http://www.quhuashuai.com/2008/10/how-to-tackle-anti-study-mood/&amp;amp;title=如何克服暂时的厌学情绪&quot;&gt;del.icio.us&lt;/a&gt;
&lt;br/&gt;
Post tags: &lt;a href=&quot;http://www.quhuashuai.com/tag/features/&quot; rel=&quot;tag&quot;&gt;features&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/%e5%a6%82%e4%bd%95/&quot; rel=&quot;tag&quot;&gt;如何&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/%e5%ad%a6%e4%b9%a0/&quot; rel=&quot;tag&quot;&gt;学习&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
	&lt;h4&gt;也许你对这些文章还有兴趣&lt;/h4&gt;
	&lt;ul class=&quot;st-related-posts&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/12/mit-sls-lectures-browser/&quot; title=&quot;麻省理工学院的SLS课程浏览器 (2007-12-16)&quot;&gt;麻省理工学院的SLS课程浏览器&lt;/a&gt; (11)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/04/umass-offer-online-course-in-china/&quot; title=&quot;马萨诸塞大学(UMass)获准在中国提供在线课程 (2008-04-10)&quot;&gt;马萨诸塞大学(UMass)获准在中国提供在线课程&lt;/a&gt; (7)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/contact/&quot; title=&quot;联系方式 (2007-09-09)&quot;&gt;联系方式&lt;/a&gt; (76)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/12/yale-open-courses/&quot; title=&quot;耶鲁大学推出开放课程材料! (2007-12-14)&quot;&gt;耶鲁大学推出开放课程材料!&lt;/a&gt; (30)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/08/bibliography_for_math_student/&quot; title=&quot;美国数学本科生，研究生基础课程参考书目 (2007-08-16)&quot;&gt;美国数学本科生，研究生基础课程参考书目&lt;/a&gt; (59)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/01/ultimate-student-resource-list/&quot; title=&quot;终极学生资源列表 (2008-01-24)&quot;&gt;终极学生资源列表&lt;/a&gt; (17)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/02/body-building-faq-for-man/&quot; title=&quot;男生｜运动｜增肌｜减肥 FAQ (2008-02-01)&quot;&gt;男生｜运动｜增肌｜减肥 FAQ&lt;/a&gt; (9)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/12/protect-your-teeth/&quot; title=&quot;爱自己，从爱牙齿做起 (2007-12-31)&quot;&gt;爱自己，从爱牙齿做起&lt;/a&gt; (26)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/fa2015515f1e1089e63cd95fe47ed113&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/fa2015515f1e1089e63cd95fe47ed113/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</content:encoded><wfw:commentRss>http://www.quhuashuai.com/2008/10/how-to-tackle-anti-study-mood/feed/</wfw:commentRss><description>晚上在看书的时候莫名的看不进去，这种情况以前也时常遇到，通常都是短暂的厌学，看什么都看不进去，不知道是脑袋里面还是心里面一阵躁动（哈哈，没有什么特殊原因啦！），总之注意[...]&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/fa2015515f1e1089e63cd95fe47ed113&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/fa2015515f1e1089e63cd95fe47ed113/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</description><category>如何</category><category>学习</category><category>个人发展</category><category>features</category><pubDate>Tue, 07 Oct 2008 06:08:54 +0800</pubDate><author>Hugh</author><comments>http://www.quhuashuai.com/2008/10/how-to-tackle-anti-study-mood/#comments</comments><guid isPermaLink="false">http://www.quhuashuai.com/?p=235</guid><dc:creator>Hugh</dc:creator><fs:srclink>http://www.quhuashuai.com/2008/10/how-to-tackle-anti-study-mood/</fs:srclink><fs:srcfeed>http://www.quhuashuai.com/feed</fs:srcfeed><fs:itemid>feedsky/quhuashuai/~5935939/203312066/4053549</fs:itemid></item><item><title>如何利用乘车的时间</title><link>http://item.feedsky.com/~feedsky/quhuashuai/~5935939/203312067/4053549/1/item.html</link><content:encoded>&lt;p&gt;今天坐在这里半天，发现自己的效率很低，于是开始想写点什么。到了美国这边之后，因为还没有买车，所以每天都是坐校车往返，等车加上坐车的时间每天肯定超过一个小时。于是自己也想了很久怎么去利用这一个小时的时间，毕竟只是坐在那里发呆是一件很傻的事情。其实无论你是坐车，开车，还是走路上学上班，总会有一些时间是耽误在路上的，所以好好想想这件事情还是有必要的。随便列出几条自己平时在做的事情，抛砖引玉啦，大家如果有什么好的想法，我可以&lt;a href=&quot;http://www.quhuashuai.com/tag/&amp;#23398;&amp;#20064;&quot;  class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&amp;#20851;&amp;#20110;&amp;#8220;&amp;#23398;&amp;#20064;&amp;#8221;&amp;#30340;&amp;#25991;&amp;#31456;&quot;  rel=&quot;external&quot;&gt;学习&lt;/a&gt;一下！
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;闭上眼睛，多睡一会。&lt;/b&gt;这绝对是一件非常实际的事情。随着冬天的到来，好像更容易赖床，被迫起来之后，毕竟不是一件很爽的事情，何况像我这种12点多睡觉，6点起床的……如果你真的很困，车上的20多分钟绝对能起到效果。当然了，回家的路上也是一样，在学校呆了超过12小时之后，我已经多次在回家的校车上睡了过去。至少这样短暂的休息之后，能够让你在晚上的三四个小时效率有所提升。总觉得这种短期睡眠的效果非常之后，就像别人说午睡不要超过30分钟一样。一旦你觉得有些疲劳，稍微休息一会的效果往往极好。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;通过广播，podcast或者有声读物来了解新闻，扩展思维。&lt;/b&gt;很多人都会在路上带着mp3，我在这边校车上看到的老外也都是，至于听什么我就不知道了。我个人一般都是听广播或者podcast，这都靠我的Nokia N800，真的很好用。广播的话，我觉得现在的手机和mp3应该都支持了。不过说起来，我在国内的时候听广播很少，除了偶尔听听CRI。现在到了这边广播对于我来说，已经毕竟&lt;a href=&quot;http://www.quhuashuai.com/tag/&amp;#29983;&amp;#27963;&quot;  class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&amp;#20854;&amp;#20182;&amp;#20851;&amp;#20110;&amp;#8220;&amp;#29983;&amp;#27963;&amp;#8221;&amp;#30340;&amp;#25991;&amp;#31456;&quot;  rel=&quot;external&quot;&gt;生活&lt;/a&gt;中必须的：第一，可以练习下听力，经常听到采访中各种各样的口音，这倒是其次，平时聊天效果来得更好；第二，了解这边发生的事情，自己城市附近的，美国这边的事情，如果你没有时间或者没有条件看电视，又不想上网看新闻的话，广播绝对是个不错的选择。podcast我一般是早上起床，打开N800，洗漱吃饭的过程之中，让它自己更新就好了，然后想听随时听。其实买个新的ipod nano或者itouch也不错，只是我用不着啦。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;考虑一天的计划，总结一天的生活。&lt;/b&gt;每天都能好好计划以及总结一下是非常有必要的事情！如果你有比较好的习惯，相信你基本上每天都在做这件事情，就像&lt;a href=&quot;http://www.quhuashuai.com/tag/gtd&quot;  class=&quot;alinks_links&quot; onclick=&quot;return alinks_click(this);&quot; title=&quot;&amp;#20851;&amp;#20110;&amp;#8220;GTD&amp;#8221;&amp;#30340;&amp;#25991;&amp;#31456;&quot;  rel=&quot;external&quot;&gt;GTD&lt;/a&gt;当中也会有类似的要求。你可以在早上的时候计划一下今天的日程。如果你已经制定好了的话，可以再次查看一下自己今天的日程，免得忘记什么事情，还可以对日程稍作修改；如果是在晚上回去的路上，当然是用来总结下今天的工作学习，看看还有哪些未完成的事情，并且考虑下晚上的学习或者放松。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;构思一篇博客文章。&lt;/b&gt;这是自己突然想起来的一件事情，如果你正好有些想法想写点东西的话，不妨拿出纸笔（这些东西一定是随身携带的嘛！），甚至打开电脑也可以。把自己的思路和要点记录下来，等自己有空的时候再整理一下。这种习惯非常有必要，无论是乘车还是其他时候，脑中突然出现的想法，无论是做research的，还是音乐家艺术家，这种突然的灵感往往是能产生精品的。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;读书或者看论文。&lt;/b&gt;我有的时候会在车上看书，通常是在很紧张的情况下，但多数情况下不会这么去做，而且早上我在车上见到的看书的人明显很少，当然是和晚上回来的时候相比。这算是我一个多月以来统计的结果，当然也有少数牛人早上在车上研究paper。说起来的话，无论是书，还是打印几页纸随身带着，有空的时候拿出来读读非常不错。晚上回来的时候，其实也就下午6点来钟，我有的时候会看看今天上课的笔记，利用车上的时间再想想里面的问题，而且这个时候在车上看书的人明显也多一些。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;考虑下一会买什么菜，做什么饭。&lt;/b&gt;自从需要自己每天买菜做饭开始，这两件事情就成了我不得不考虑的事情了。与其回到家里花时间想吃什么好，还不如在路上就考虑清楚，回家马上动手。想想这件事情，至少在你需要买菜的时候可以及时去买菜；否则当你到家之后，看着空空的冰箱，摸着咕咕的肚子，唉，生活何其悲惨啊……还好我没有这样过，毕竟有常备面条一类的东西。&lt;/li&gt;
&lt;li&gt;&lt;b&gt;利用这些时间认识新朋友，和别人交流。&lt;/b&gt;这点真的很重要，多认识一个朋友，多和别人交流一点，能多获得太多的消息，尤其是在这边，个人的话还是要相对封闭一点。只是自己在车上的交流还是与中国人比较多啦，因为认识了之后碰上就会闲聊。其实你也可以和老外聊聊，如果你愿意的话，呵呵！local的新闻，天气的变化，选举的情况，超市的特价，总之你能获得的东西太多了，这种聊天非常有必要！&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;&amp;copy; Hugh for &lt;a href=&quot;http://www.quhuashuai.com&quot;&gt;杂乱的书桌&lt;/a&gt;, 2008. |
&lt;a href=&quot;http://www.quhuashuai.com/2008/10/what-to-do-when-commute/&quot;&gt;Permalink&lt;/a&gt; |
&lt;a href=&quot;http://www.quhuashuai.com/2008/10/what-to-do-when-commute/#comments&quot;&gt;25 comments&lt;/a&gt; |
Add to
&lt;a href=&quot;http://del.icio.us/post?url=http://www.quhuashuai.com/2008/10/what-to-do-when-commute/&amp;amp;title=如何利用乘车的时间&quot;&gt;del.icio.us&lt;/a&gt;
&lt;br/&gt;
Post tags: &lt;a href=&quot;http://www.quhuashuai.com/tag/features/&quot; rel=&quot;tag&quot;&gt;features&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/%e5%a6%82%e4%bd%95/&quot; rel=&quot;tag&quot;&gt;如何&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/%e5%ad%a6%e4%b9%a0/&quot; rel=&quot;tag&quot;&gt;学习&lt;/a&gt;, &lt;a href=&quot;http://www.quhuashuai.com/tag/%e6%97%b6%e9%97%b4/&quot; rel=&quot;tag&quot;&gt;时间&lt;/a&gt;&lt;br/&gt;
&lt;/small&gt;&lt;/p&gt;
	&lt;h4&gt;也许你对这些文章还有兴趣&lt;/h4&gt;
	&lt;ul class=&quot;st-related-posts&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/12/mit-sls-lectures-browser/&quot; title=&quot;麻省理工学院的SLS课程浏览器 (2007-12-16)&quot;&gt;麻省理工学院的SLS课程浏览器&lt;/a&gt; (11)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/04/umass-offer-online-course-in-china/&quot; title=&quot;马萨诸塞大学(UMass)获准在中国提供在线课程 (2008-04-10)&quot;&gt;马萨诸塞大学(UMass)获准在中国提供在线课程&lt;/a&gt; (7)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/contact/&quot; title=&quot;联系方式 (2007-09-09)&quot;&gt;联系方式&lt;/a&gt; (76)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/12/yale-open-courses/&quot; title=&quot;耶鲁大学推出开放课程材料! (2007-12-14)&quot;&gt;耶鲁大学推出开放课程材料!&lt;/a&gt; (30)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/08/bibliography_for_math_student/&quot; title=&quot;美国数学本科生，研究生基础课程参考书目 (2007-08-16)&quot;&gt;美国数学本科生，研究生基础课程参考书目&lt;/a&gt; (59)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/01/ultimate-student-resource-list/&quot; title=&quot;终极学生资源列表 (2008-01-24)&quot;&gt;终极学生资源列表&lt;/a&gt; (17)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2008/02/body-building-faq-for-man/&quot; title=&quot;男生｜运动｜增肌｜减肥 FAQ (2008-02-01)&quot;&gt;男生｜运动｜增肌｜减肥 FAQ&lt;/a&gt; (9)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.quhuashuai.com/2007/12/protect-your-teeth/&quot; title=&quot;爱自己，从爱牙齿做起 (2007-12-31)&quot;&gt;爱自己，从爱牙齿做起&lt;/a&gt; (26)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;small&gt;Feed enhanced by &lt;a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'&gt;Better Feed&lt;/a&gt; from  &lt;a href='http://planetozh.com/blog/'&gt;Ozh&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/4f802d4122bd8295253cd29fc5d768c3&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/4f802d4122bd8295253cd29fc5d768c3/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</content:encoded><wfw:commentRss>http://www.quhuashuai.com/2008/10/what-to-do-when-commute/feed/</wfw:commentRss><description>今天坐在这里半天，发现自己的效率很低，于是开始想写点什么。到了美国这边之后，因为还没有买车，所以每天都是坐校车往返，等车加上坐车的时间每天肯定超过一个小时。于是自己也想[...]&lt;br /&gt;&lt;!-- Feedsky ad --&gt;&lt;a href=&quot;http://feed.feedsky.com/~cpm/c/quhuashuai/4f802d4122bd8295253cd29fc5d768c3&quot;&gt;&lt;img src=&quot;http://feed.feedsky.com/~cpm/quhuashuai/4f802d4122bd8295253cd29fc5d768c3/s.gif&quot; border=&quot;0&quot; style=&quot;margin-top:5px;&quot; /&gt;&lt;/a&gt;&lt;!-- /Feedsky ad --&gt;</description><category>如何</category><category>学习</category><category>个人发展</category><category>features</category><category>时间</category><pubDate>Sun, 05 Oct 2008 22:21:09 +0800</pubDate><author>Hugh</author><comments>http://www.quhuashuai.com/2008/10/what-to-do-when-commute/#comments</comments><guid isPermaLink="false">http://www.quhuashuai.com/?p=216</guid><dc:creator>Hugh</dc:creator><fs:srclink>http://www.quhuashuai.com/2008/10/what-to-do-when-commute/</fs:srclink><fs:srcfeed>http://www.quhuashuai.com/feed</fs:srcfeed><fs:itemid>feedsky/quhuashuai/~5935939/203312067/4053549</fs:itemid></item></channel></rss>