<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">


<channel>
  <title>鹿米 的最新日记</title>
  <link>http://www.douban.com/people/GoliardWan/notes</link>
  <description><![CDATA[鹿米 在豆瓣上发表的最新日记]]></description>
  <language>zh-cn</language>
  <copyright>&amp;copy; 2012, douban.com.</copyright>
  <pubDate>Mon, 21 May 2012 14:29:07 GMT</pubDate>
    
    <item>
        <title>观twitter-bootstrap后感</title>
        <link>http://www.douban.com/note/215663454/</link>
        <description><![CDATA[最近有不少困惑，经常小窗骚扰摆摆的刘同学，后来刘同学和我说twitter有个轻量级的...]]></description>
            <content:encoded><![CDATA[
<font face="arial,sans-serif" size="3">
<pre style="white-space:pre-wrap;word-wrap:break-word;">最近有不少困惑，经常小窗骚扰摆摆的刘同学，后来刘同学和我说twitter有个轻量级的前端框架叫bootstrap，我就老实了，因为说实话从git拖下来就一天都没整明白。  后来把Makefile里面那些针头线脑闻所未闻的基于python和js的node平台的各种小工具都整明白了。感想如下：  1、“伟大的工程要建三百年”，计算机行业能够屹立三......</pre>
</font>
]]></content:encoded>
        <dc:creator>鹿米</dc:creator>
        <pubDate>Mon, 21 May 2012 14:29:07 GMT</pubDate>
        <guid isPermaLink="true">http://www.douban.com/note/215663454/</guid>
    </item>
    
    <item>
        <title>HTML5 贪食蛇</title>
        <link>http://www.douban.com/note/215399787/</link>
        <description><![CDATA[上周计划写一个贪食蛇，借以熟悉前端代码，勉强可以一个人玩了。我得承认review代...]]></description>
            <content:encoded><![CDATA[
<font face="arial,sans-serif" size="3">
<pre style="white-space:pre-wrap;word-wrap:break-word;">上周计划写一个贪食蛇，借以熟悉前端代码，勉强可以一个人玩了。我得承认review代码的时候的无聊导致我刻意缩短了代码行数，使script标签内的代码缩短至30行，滥用了同一行的变量声明和三目表达式。导致不好读。  接下来我想加上WebSocket和一个Node.js的后端框架，做成类似RoboCode那种后端对战的，可以自己写ai脚本挂上去......</pre>
</font>
]]></content:encoded>
        <dc:creator>鹿米</dc:creator>
        <pubDate>Sun, 20 May 2012 03:53:50 GMT</pubDate>
        <guid isPermaLink="true">http://www.douban.com/note/215399787/</guid>
    </item>
    
    <item>
        <title>师叔小白</title>
        <link>http://www.douban.com/note/213998373/</link>
        <description><![CDATA[小白是组里一个同事，有次和另一个同事喝酒，那人说，小白是我师叔，我说……这么...]]></description>
            <content:encoded><![CDATA[
<font face="arial,sans-serif" size="3">
<pre style="white-space:pre-wrap;word-wrap:break-word;">小白是组里一个同事，有次和另一个同事喝酒，那人说，小白是我师叔，我说……这么高的辈份？同事说，他是我研究生导师的同学。  小白平时很低调，在lab里面有一个机柜是没有门的，据说是小白入职第一天，带球进lab，撞在机柜上，震碎了上面的所有玻璃。说起来爱踢球的小白，我已经离职的老板尚在的时候，有天中午散步，说我......</pre>
</font>
]]></content:encoded>
        <dc:creator>鹿米</dc:creator>
        <pubDate>Fri, 11 May 2012 08:11:17 GMT</pubDate>
        <guid isPermaLink="true">http://www.douban.com/note/213998373/</guid>
    </item>
    
    <item>
        <title>一个旅游产品</title>
        <link>http://www.douban.com/note/213148552/</link>
        <description><![CDATA[大方向定了，产品细节长什么样儿，一直不明晰。昨天开始觉得不能停留在纸上谈兵的层面...]]></description>
            <content:encoded><![CDATA[
<font face="arial,sans-serif" size="3">
<pre style="white-space:pre-wrap;word-wrap:break-word;">大方向定了，产品细节长什么样儿，一直不明晰。昨天开始觉得不能停留在纸上谈兵的层面，就开始边学php、javascript边搭原型。  我带着无数的问题上手，一个连php该用什么工具开发都不知道的小白，在摆摆书架http://bookfor.us/和一款snsTV创始人以及一个矗立十来年不倒的某独立下载站创始人的帮助下（这么个长句似乎可以让......</pre>
</font>
]]></content:encoded>
        <dc:creator>鹿米</dc:creator>
        <pubDate>Sun, 06 May 2012 09:44:49 GMT</pubDate>
        <guid isPermaLink="true">http://www.douban.com/note/213148552/</guid>
    </item>
    
    <item>
        <title>mysql远程登录</title>
        <link>http://www.douban.com/note/212964767/</link>
        <description><![CDATA[理论上只需要去修改mysql.user里面的host字段和/etc/mysql/my.cnf的bind字段。  但在...]]></description>
            <content:encoded><![CDATA[
<font face="arial,sans-serif" size="3">
<pre style="white-space:pre-wrap;word-wrap:break-word;">理论上只需要去修改mysql.user里面的host字段和/etc/mysql/my.cnf的bind字段。  但在现实中，比较蠢的是，你若是有多条同一个帐号的信息，mysql不会自动计算权限覆盖（譬如有一条是%允许任意ip是远程访问，另一条是localhost，那么结果可能只有localhost可以访问，即使使用grant语句授权也不成）。  浪费了不少时间去找服务......</pre>
</font>
]]></content:encoded>
        <dc:creator>鹿米</dc:creator>
        <pubDate>Sat, 05 May 2012 05:15:38 GMT</pubDate>
        <guid isPermaLink="true">http://www.douban.com/note/212964767/</guid>
    </item>
    
    <item>
        <title>奈何奈何，蹉跎蹉跎</title>
        <link>http://www.douban.com/note/212256122/</link>
        <description><![CDATA[25号晚上到的深圳，雷暴晚点，在腾讯大厦楼下和老板一起面试，不知不觉到了晚上两点，...]]></description>
            <content:encoded><![CDATA[
<font face="arial,sans-serif" size="3">
<pre style="white-space:pre-wrap;word-wrap:break-word;"><div class="ll"><a href="http://www.douban.com/note/212256122/"><img src="http://img1.douban.com/view/note/small/public/p212256122-1.jpg" alt="06年坐了一整天火车来面试的时候饿着肚子看到的小屋，当时金山的楼一共五层，如今小屋还在，金山"/></a></div>25号晚上到的深圳，雷暴晚点，在腾讯大厦楼下和老板一起面试，不知不觉到了晚上两点，回去洗澡，三点睡下。次日开会，主讲的同事飞机晚点到早上六点才到，讲webkit内核对js引擎的优化，一个人用了将近一上午的时间，这个哥们精力还是不错的。  26号晚上到了珠海，和larry从金山大厦步行到假日酒店，然后步行到九洲城后面吃......</pre>
</font>
]]></content:encoded>
        <dc:creator>鹿米</dc:creator>
        <pubDate>Mon, 30 Apr 2012 14:26:54 GMT</pubDate>
        <guid isPermaLink="true">http://www.douban.com/note/212256122/</guid>
    </item>
    
    <item>
        <title>打车不打打车不打</title>
        <link>http://www.douban.com/note/211378708/</link>
        <description><![CDATA[今天和朋友聊，出了点误会，打过去解释了一下，挂了电话以后，觉得这个误会有可能普遍...]]></description>
            <content:encoded><![CDATA[
<font face="arial,sans-serif" size="3">
<pre style="white-space:pre-wrap;word-wrap:break-word;">今天和朋友聊，出了点误会，打过去解释了一下，挂了电话以后，觉得这个误会有可能普遍存在，就四处打了电话，发现果然是一个普遍存在的误会。  我们若是要完成一个PW，要有客户经理出面搞定客户，客户做不做是由客户经理决定的，和工程师没关。由于我工作了几年，周围不少朋友还在各个公司一线做研发或者做研发管理，所以我......</pre>
</font>
]]></content:encoded>
        <dc:creator>鹿米</dc:creator>
        <pubDate>Tue, 24 Apr 2012 14:43:19 GMT</pubDate>
        <guid isPermaLink="true">http://www.douban.com/note/211378708/</guid>
    </item>
    
    <item>
        <title>设计模式 - 创建型</title>
        <link>http://www.douban.com/note/210718487/</link>
        <description><![CDATA[本来是实现《设计模式》这本书的代码，后来觉得有点单薄，开始自行翻译，但是重读的时...]]></description>
            <content:encoded><![CDATA[
<font face="arial,sans-serif" size="3">
<pre style="white-space:pre-wrap;word-wrap:break-word;">本来是实现《设计模式》这本书的代码，后来觉得有点单薄，开始自行翻译，但是重读的时候觉得虽然自己某几句话拎得清楚，整体却还是中文版流畅，所以大段照抄原书，少数觉得不太通顺或是不好理解的段落找到原文重新“搞”了一下。  原来以为自己一天能写完三个模式，后来三天一个，再后来发现不少疏漏，弄了三周才完成创建型......</pre>
</font>
]]></content:encoded>
        <dc:creator>鹿米</dc:creator>
        <pubDate>Fri, 20 Apr 2012 09:20:10 GMT</pubDate>
        <guid isPermaLink="true">http://www.douban.com/note/210718487/</guid>
    </item>
    
    <item>
        <title>中介</title>
        <link>http://www.douban.com/note/209912941/</link>
        <description><![CDATA[同事租房找的中介，合同没到要提前搬出，三月份没住完，房租交了，中介说，你立即搬走...]]></description>
            <content:encoded><![CDATA[
<font face="arial,sans-serif" size="3">
<pre style="white-space:pre-wrap;word-wrap:break-word;">同事租房找的中介，合同没到要提前搬出，三月份没住完，房租交了，中介说，你立即搬走，三月内我若是找得着人续住，就退你押金。同事立即搬出来了，为此还在别人家借宿了一阵子。  押金一直没有收到，每次打电话中介都说在外面，或者不接。同事一直好言央求，后来居然还搬出了做生意的信用之类的鬼话，对方干脆不接电话了。......</pre>
</font>
]]></content:encoded>
        <dc:creator>鹿米</dc:creator>
        <pubDate>Sun, 15 Apr 2012 11:43:38 GMT</pubDate>
        <guid isPermaLink="true">http://www.douban.com/note/209912941/</guid>
    </item>
    
    <item>
        <title>bootstrap</title>
        <link>http://www.douban.com/note/209432494/</link>
        <description><![CDATA[小时候拥有第一台电脑的时候兴奋的（IBM AT 286），但是很快电脑启动不起来了，找英汉...]]></description>
            <content:encoded><![CDATA[
<font face="arial,sans-serif" size="3">
<pre style="white-space:pre-wrap;word-wrap:break-word;">小时候拥有第一台电脑的时候兴奋的（IBM AT 286），但是很快电脑启动不起来了，找英汉字典翻故障原因，一个很简单的词就卡住了——boot，长筒靴？计算机和靴子有什么关系。  后来用久了，很多单词是在语境下记住的，出了计算机的环境也不会用，boot，就知道是和引导相关。  最近看《梦断代码》，作者在开源社区混了很多年，......</pre>
</font>
]]></content:encoded>
        <dc:creator>鹿米</dc:creator>
        <pubDate>Thu, 12 Apr 2012 06:07:49 GMT</pubDate>
        <guid isPermaLink="true">http://www.douban.com/note/209432494/</guid>
    </item>
</channel>
</rss>
