<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>lawrence (劳伦斯)</title>
    <link>https://ruby-china.org/lawrence</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>做图表用 JS 方案好,还是用 Flex 方案好呢?</title>
      <description>&lt;p&gt;大家讨论下额:)&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Thu, 13 Nov 2014 12:11:39 +0800</pubDate>
      <link>https://ruby-china.org/topics/22645</link>
      <guid>https://ruby-china.org/topics/22645</guid>
    </item>
    <item>
      <title>这个是内存泄露么?两个页面,占用 2G 内存</title>
      <description>&lt;p&gt;&lt;img src="http://img.itc.cn/photo/jtr31IuPauP" title="" alt=""&gt;
吓屎了&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Thu, 13 Nov 2014 02:16:00 +0800</pubDate>
      <link>https://ruby-china.org/topics/22638</link>
      <guid>https://ruby-china.org/topics/22638</guid>
    </item>
    <item>
      <title>把密码文件 push 到远程了,咋办:(</title>
      <description>&lt;p&gt;不想记录被人看到呢...
如何删除这个 push 呢？&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Wed, 12 Nov 2014 15:49:05 +0800</pubDate>
      <link>https://ruby-china.org/topics/22624</link>
      <guid>https://ruby-china.org/topics/22624</guid>
    </item>
    <item>
      <title>论坛有大牛看过 Ruby 本身的实现代码么?</title>
      <description>&lt;p&gt;看 RVM 是不是很难呢，呵呵&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Tue, 11 Nov 2014 06:59:17 +0800</pubDate>
      <link>https://ruby-china.org/topics/22598</link>
      <guid>https://ruby-china.org/topics/22598</guid>
    </item>
    <item>
      <title>大家都来贴下自己的 Ruby 开发环境吧:)</title>
      <description>&lt;p&gt;赶脚环境好，写代码会更顺手一些:)&lt;/p&gt;

&lt;p&gt;windows
Aptana RadRails 2.0.5
ruby2.1.4 据说速度比老版本快很多，果断弃 1.8 ,1.9 :)&lt;/p&gt;

&lt;p&gt;这里有用 vim, sublime 的壕么？&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Mon, 10 Nov 2014 15:23:48 +0800</pubDate>
      <link>https://ruby-china.org/topics/22584</link>
      <guid>https://ruby-china.org/topics/22584</guid>
    </item>
    <item>
      <title>如何用 JS 检测一张图片是否被正确加载了呢?</title>
      <description>&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;meta&lt;/span&gt; &lt;span class="nx"&gt;charset&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nx"&gt;utf8&lt;/span&gt; &lt;span class="o"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;script&lt;/span&gt; &lt;span class="nx"&gt;src&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;http://libs.baidu.com/jquery/1.9.0/jquery.js&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span class="sr"&gt;/script&lt;/span&gt;&lt;span class="err"&gt;&amp;gt;
&lt;/span&gt;
&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;script&lt;/span&gt; &lt;span class="nx"&gt;type&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;text/javascript&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nf"&gt;$&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nb"&gt;window&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;&lt;span class="nf"&gt;load&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="kd"&gt;function&lt;/span&gt;&lt;span class="p"&gt;(){&lt;/span&gt;
  &lt;span class="kd"&gt;var&lt;/span&gt; &lt;span class="nx"&gt;load&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nf"&gt;$&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;#bdimg&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;).&lt;/span&gt;&lt;span class="nf"&gt;prop&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;complete&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
  &lt;span class="nf"&gt;alert&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;load&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="p"&gt;})&lt;/span&gt;
&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="sr"&gt;/script&lt;/span&gt;&lt;span class="err"&gt;&amp;gt;
&lt;/span&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;img&lt;/span&gt; &lt;span class="nx"&gt;src&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;http://www.baidu.com/img/bdlogoxx.png&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt; &lt;span class="nx"&gt;id&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;bdimg&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="o"&gt;/&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;图片明显是加载失败的，可是最后为何弹窗是 true 呢？&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Mon, 10 Nov 2014 05:38:25 +0800</pubDate>
      <link>https://ruby-china.org/topics/22578</link>
      <guid>https://ruby-china.org/topics/22578</guid>
    </item>
    <item>
      <title>有办法丢弃某些 commit 么?</title>
      <description>&lt;p&gt;那些 commit 只是为了临时保存记录，commit info 里没啥东西，删除了节省空间，看着也省事:)&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Mon, 10 Nov 2014 03:04:39 +0800</pubDate>
      <link>https://ruby-china.org/topics/22577</link>
      <guid>https://ruby-china.org/topics/22577</guid>
    </item>
    <item>
      <title>各位刚开始学 Ruby 是为了啥?</title>
      <description>&lt;p&gt;就是为了用 RoR 写网页么？
感觉做文本提取的话，用 python 也不错的:)&lt;/p&gt;

&lt;p&gt;不知道各位刚开始是因为什么原因选择了 Ruby?
欢迎大家交流下额&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Sun, 09 Nov 2014 13:43:28 +0800</pubDate>
      <link>https://ruby-china.org/topics/22572</link>
      <guid>https://ruby-china.org/topics/22572</guid>
    </item>
    <item>
      <title>下面这个用的是啥模板技术?</title>
      <description>&lt;p&gt;&lt;img src="http://img.itc.cn/photo/jtCvK5KPg7f" title="" alt=""&gt;
为何要用 script 标签，而不是用别的标签呢？&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Sun, 09 Nov 2014 13:38:05 +0800</pubDate>
      <link>https://ruby-china.org/topics/22570</link>
      <guid>https://ruby-china.org/topics/22570</guid>
    </item>
    <item>
      <title>bitbucket 出问题了？</title>
      <description>&lt;p&gt;&lt;img src="http://img.itc.cn/photo/jZollhJ3W7f" title="" alt=""&gt; &lt;/p&gt;

&lt;p&gt;怎么不能登入？&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Wed, 29 Oct 2014 14:09:40 +0800</pubDate>
      <link>https://ruby-china.org/topics/22339</link>
      <guid>https://ruby-china.org/topics/22339</guid>
    </item>
    <item>
      <title>你们都搞 Ruby 多久了？</title>
      <description>&lt;p&gt;嚼着掌握这门语言了么？&lt;/p&gt;

&lt;p&gt;为何搞 Ruby，不搞 Python 呢：）&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Sun, 26 Oct 2014 19:43:46 +0800</pubDate>
      <link>https://ruby-china.org/topics/22274</link>
      <guid>https://ruby-china.org/topics/22274</guid>
    </item>
    <item>
      <title>上传工具栏如何实现的？</title>
      <description>&lt;p&gt;&lt;img src="http://img.itc.cn/photo/jZgYLERo3DD" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;大家给点思路把：）&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Sat, 04 Oct 2014 19:33:49 +0800</pubDate>
      <link>https://ruby-china.org/topics/21848</link>
      <guid>https://ruby-china.org/topics/21848</guid>
    </item>
    <item>
      <title>下面这个是什么字体？</title>
      <description>&lt;p&gt;&lt;img src="http://img.itc.cn/photo/jD7k9xdBbpN" title="" alt=""&gt;&lt;/p&gt;

&lt;p&gt;貌似不是图像，那是什么字体呢？&lt;/p&gt;

&lt;p&gt;&lt;a href="http://typographica.org/on-typography/bevy-of-ball-terminals/" rel="nofollow" target="_blank"&gt;http://typographica.org/on-typography/bevy-of-ball-terminals/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;鼠标移过去，字体中间会变红，挺好看的&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Sun, 28 Sep 2014 04:40:38 +0800</pubDate>
      <link>https://ruby-china.org/topics/21756</link>
      <guid>https://ruby-china.org/topics/21756</guid>
    </item>
    <item>
      <title>听说最近粗了很多壕</title>
      <description>&lt;p&gt;这里有壕么？&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Mon, 22 Sep 2014 20:34:29 +0800</pubDate>
      <link>https://ruby-china.org/topics/21666</link>
      <guid>https://ruby-china.org/topics/21666</guid>
    </item>
    <item>
      <title>有什么办法可以知道一个页面上共绑定了多少个事件么？</title>
      <description>&lt;p&gt;问下：）&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Fri, 19 Sep 2014 17:22:56 +0800</pubDate>
      <link>https://ruby-china.org/topics/21619</link>
      <guid>https://ruby-china.org/topics/21619</guid>
    </item>
    <item>
      <title>ruby 论坛的开发有美工参与么?</title>
      <description>&lt;p&gt;赶脚界面还是挺漂亮的：）
码农有这个本事？&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Fri, 19 Sep 2014 16:54:03 +0800</pubDate>
      <link>https://ruby-china.org/topics/21618</link>
      <guid>https://ruby-china.org/topics/21618</guid>
    </item>
    <item>
      <title>亲们精通几种 web 开发语言？</title>
      <description>&lt;p&gt;赶脚精通一门都难，要精通多门，就更难了：（
这里有精通多门的么；）&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Fri, 19 Sep 2014 16:43:05 +0800</pubDate>
      <link>https://ruby-china.org/topics/21616</link>
      <guid>https://ruby-china.org/topics/21616</guid>
    </item>
    <item>
      <title>当全栈程序员是不是很累？</title>
      <description>&lt;p&gt;全栈就是牲口么：（
一个人干好几个人的活，累不累啊：（&lt;/p&gt;

&lt;p&gt;单单学前端，尼玛就可以把壮士搞成烈士了：（
全栈还不把大虾弄成骨灰啊：（&lt;/p&gt;

&lt;p&gt;极度害怕中，今天听了大神一席话，吓尿了；（&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Wed, 16 Jul 2014 23:56:46 +0800</pubDate>
      <link>https://ruby-china.org/topics/20529</link>
      <guid>https://ruby-china.org/topics/20529</guid>
    </item>
    <item>
      <title>亲们主要用哪个版本的 Ruby？</title>
      <description>&lt;p&gt;用最新版，一些软件的兼容性是否会存在问题？&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Thu, 05 Jun 2014 08:47:05 +0800</pubDate>
      <link>https://ruby-china.org/topics/19749</link>
      <guid>https://ruby-china.org/topics/19749</guid>
    </item>
    <item>
      <title>这里有多少人以 Ruby 为主要开发语言的？</title>
      <description>&lt;p&gt;偶是过来玩票的：）
其实很早之前玩过，现在又来了&lt;/p&gt;</description>
      <author>lawrence</author>
      <pubDate>Thu, 05 Jun 2014 08:30:31 +0800</pubDate>
      <link>https://ruby-china.org/topics/19747</link>
      <guid>https://ruby-china.org/topics/19747</guid>
    </item>
  </channel>
</rss>
