<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Mr Tips | 分享每一天的收获 - MrTips - 和讯博客</title>
    <description></description>
    <link>http://MrTips.blog.hexun.com/</link>
    <language>zh-CN</language>
    <pubDate>Sat, 05 Jul 2008 01:58:34 GMT</pubDate>
    <lastBuildDate>Sat, 05 Jul 2008 01:58:34 GMT</lastBuildDate>
    <generator>和讯博客blog.hexun.com</generator>
    <item>
      <title>Vim下的ESC</title>
      <description>Vim下需要用用ESC从insert状态转换到normal状态。由于Esc太远一直觉得不方便。&lt;br /&gt;今天在smth发现有个解决方案：&lt;br /&gt;&lt;br /&gt;在vim里面如果做了这个映射：&lt;br style=&quot;font-style: italic;&quot; /&gt;imap jj &amp;lt;Esc&amp;gt;&lt;br style=&quot;font-style: italic;&quot; /&gt;在插入模式下输入第一个j后，光标会停顿一下，如果下一个字符还是j，就相当按了esc，如果不是的话就两个字母一并输入。&lt;br /&gt;&lt;br /...&lt;br&gt;&lt;a target='_blank' href='http://MrTips.blog.hexun.com/13759224_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://MrTips.blog.hexun.com/13759224_d.html</link>
      <dc:creator>MrTips</dc:creator>
      <pubDate>Sun, 14 Oct 2007 06:24:05 GMT</pubDate>
      <comments>http://MrTips.blog.hexun.com/13759224_d.html</comments>
    </item>
    <item>
      <title></title>
      <description>我们做一些网站介绍的时候会需要全景抓屏，就是把像sina首页那样很长的页面抓成一张图片。&lt;br /&gt;今天在网上搜到一个很好的firefox插件，Pearl Crescent Page Saver&lt;br /&gt;&lt;br /&gt;http://pearlcrescent.com/products/pagesaver/&lt;br /&gt; &lt;br&gt;&lt;a target='_blank' href='http://MrTips.blog.hexun.com/10685479_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://MrTips.blog.hexun.com/10685479_d.html</link>
      <dc:creator>MrTips</dc:creator>
      <pubDate>Wed, 11 Jul 2007 03:57:50 GMT</pubDate>
      <comments>http://MrTips.blog.hexun.com/10685479_d.html</comments>
    </item>
    <item>
      <title></title>
      <description>非常好用，非常经典。List Comprehensions
List comprehensions provide a concise way to create lists without resorting
to use of map(), filter() and/or lambda.
The resulting list definition tends often to be clearer than lists built
using those...&lt;br&gt;&lt;a target='_blank' href='http://MrTips.blog.hexun.com/10287863_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://MrTips.blog.hexun.com/10287863_d.html</link>
      <dc:creator>MrTips</dc:creator>
      <pubDate>Sun, 24 Jun 2007 13:32:28 GMT</pubDate>
      <comments>http://MrTips.blog.hexun.com/10287863_d.html</comments>
    </item>
    <item>
      <title>解决徐静蕾电子杂志&lt;开啦&gt;无法阅读问题</title>
      <description>徐静蕾电子杂志&amp;lt;开啦&amp;gt;是exe格式的，下载后却无法阅读。&lt;br /&gt;只有声音，内容全是空白。&lt;br /&gt;&lt;br /&gt;解决办法：&lt;br /&gt;安装ecom的imag杂志制作软件后，即可。&lt;br /&gt;&lt;br /&gt;说实话，居然不能直接执行，真够烂的。&lt;br /&gt; &lt;br&gt;&lt;a target='_blank' href='http://MrTips.blog.hexun.com/9716408_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://MrTips.blog.hexun.com/9716408_d.html</link>
      <dc:creator>MrTips</dc:creator>
      <pubDate>Tue, 29 May 2007 04:40:18 GMT</pubDate>
      <comments>http://MrTips.blog.hexun.com/9716408_d.html</comments>
    </item>
    <item>
      <title>vim折叠方便python源代码</title>
      <description>在 vimrc&lt;br /&gt;set foldmethod=indent&lt;br /&gt;&lt;br /&gt;zo
將游標所在處的折疊打開。open。
zc
將游標所在處已打開的內容再度折疊起來。close。
zr
將全文的所有折疊依層次通通打開。reduce。
zm
將全文已打開的折疊依層次通通再折疊起來。more。
zR
作用和 zr 同，但會打開含巢狀折疊（折疊中又還有折疊）的所有折疊。
zM
作用和 zm 同，但對於巢狀折疊亦有作用。
zi
這是個切換，是折疊與不折疊指令間的切換。...&lt;br&gt;&lt;a target='_blank' href='http://MrTips.blog.hexun.com/7303058_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://MrTips.blog.hexun.com/7303058_d.html</link>
      <dc:creator>MrTips</dc:creator>
      <pubDate>Fri, 12 Jan 2007 13:21:10 GMT</pubDate>
      <comments>http://MrTips.blog.hexun.com/7303058_d.html</comments>
    </item>
    <item>
      <title>关于dreamhost上django.fcgi问题...</title>
      <description>　　昨晚我的dreamhost上的django.fcgi突然无法启动。
&lt;br /&gt;　　touch或者edit都不行。
&lt;br /&gt;　　
&lt;br /&gt;　　刚才在网上google了一下，找到解决方案，就是将django.fcgi改名为
&lt;br /&gt;　　dispatch.fcgi，这样dreamhost就不会kill了。
&lt;br /&gt;　　
&lt;br /&gt;　　这个办法目前有效，thanks blawg
&lt;br /&gt;　　
&lt;br /&gt;　　参考文献
&lt;br /&gt;　　http://grimboy...&lt;br&gt;&lt;a target='_blank' href='http://MrTips.blog.hexun.com/7041143_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://MrTips.blog.hexun.com/7041143_d.html</link>
      <dc:creator>MrTips</dc:creator>
      <pubDate>Mon, 25 Dec 2006 12:05:03 GMT</pubDate>
      <comments>http://MrTips.blog.hexun.com/7041143_d.html</comments>
    </item>
    <item>
      <title>CSS实现圆角</title>
      <description>圆角风格在web2.0应用很普遍。&lt;br /&gt;我研究了多种实现后，选择了&lt;br /&gt;http://www.editsite.net/blog/rounded_corners.html&lt;br /&gt;&lt;br /&gt;一个简单的js文件，并且封装的很好。&lt;br /&gt;&lt;br /&gt; &lt;br&gt;&lt;a target='_blank' href='http://MrTips.blog.hexun.com/7021608_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://MrTips.blog.hexun.com/7021608_d.html</link>
      <dc:creator>MrTips</dc:creator>
      <pubDate>Sun, 24 Dec 2006 05:13:55 GMT</pubDate>
      <comments>http://MrTips.blog.hexun.com/7021608_d.html</comments>
    </item>
    <item>
      <title>vim * 命令</title>
      <description>将光标对准的词进行搜索，并且高亮标出。&lt;br /&gt; &lt;br&gt;&lt;a target='_blank' href='http://MrTips.blog.hexun.com/6976672_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://MrTips.blog.hexun.com/6976672_d.html</link>
      <dc:creator>MrTips</dc:creator>
      <pubDate>Wed, 20 Dec 2006 14:19:40 GMT</pubDate>
      <comments>http://MrTips.blog.hexun.com/6976672_d.html</comments>
    </item>
    <item>
      <title>changing the color scheme for vim</title>
      <description>在_vimrc文件中加入&lt;br /&gt;colorscheme &amp;lt;scheme_name&amp;gt;&lt;br /&gt;&lt;br /&gt;下次重启后，colorscheme仍然可以被记住&lt;br /&gt;
  &lt;br&gt;&lt;a target='_blank' href='http://MrTips.blog.hexun.com/6948436_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://MrTips.blog.hexun.com/6948436_d.html</link>
      <dc:creator>MrTips</dc:creator>
      <pubDate>Mon, 18 Dec 2006 16:29:37 GMT</pubDate>
      <comments>http://MrTips.blog.hexun.com/6948436_d.html</comments>
    </item>
    <item>
      <title>vim svn plugin</title>
      <description>http://www.vim.org/scripts/script.php?script_id=90 &lt;br&gt;&lt;a target='_blank' href='http://MrTips.blog.hexun.com/6948273_d.html'&gt;[阅读全文]&lt;/a&gt;&lt;br&gt;&lt;a href='http://blog.hexun.com/' target='_blank'&gt;[和讯博客]&lt;/a&gt;</description>
      <link>http://MrTips.blog.hexun.com/6948273_d.html</link>
      <dc:creator>MrTips</dc:creator>
      <pubDate>Mon, 18 Dec 2006 15:54:08 GMT</pubDate>
      <comments>http://MrTips.blog.hexun.com/6948273_d.html</comments>
    </item>
  </channel>
</rss>