<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>hujunxianligong (数据分析师)</title>
    <link>https://ruby-china.org/hujunxianligong</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>2013-2015年 RubyChina 招聘数据关键词统计</title>
      <description>&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2015/648a6b2c4a78533d77c7ff822e086d96.png" title="" alt="2013-2015年 RubyChina 招聘数据关键词统计——地区"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2015/1b2b2dad2b8c3cd1da4ece453f918fde.png" title="" alt="2013-2015年 RubyChina 招聘帖数统计"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2015/e97a470931cb7752892ec0afd45c05d1.png" title="" alt="2013-2015年 RubyChina 招聘数据关键词统计——零食"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2015/aca8e9617c5c80d2d9b4cab8448134b8.png" title="" alt="2013-2015年 RubyChina 招聘数据关键词统计——redis"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2015/f61873fb4f9adfcc24830597f5c159c7.png" title="" alt="2013-2015年 RubyChina 招聘数据关键词统计——聚餐"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2015/76893768635b9093f67c6f5bdda8e2e0.png" title="" alt="2013-2015年 RubyChina 招聘数据关键词统计——nosql"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2015/6c98627c68a69f70a84af45c21aaa483.png" title="" alt="2013-2015年 RubyChina 招聘数据关键词统计——健身"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2015/9b2ca9791de2fe34b6039884b00fa6d1.png" title="" alt="2013-2015年 RubyChina 招聘数据关键词统计——妹子"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2015/ad07601d429c4bb319c444faeeb1287e.png" title="" alt="2013-2015年 RubyChina 招聘数据关键词统计——北京"&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://l.ruby-china.com/photo/2015/c1f2a3e0792f590b246f65dc05a389d1.png" title="" alt="2013-2015年 RubyChina 招聘数据关键词统计——macbook | imac"&gt;&lt;/p&gt;</description>
      <author>hujunxianligong</author>
      <pubDate>Fri, 18 Dec 2015 00:49:06 +0800</pubDate>
      <link>https://ruby-china.org/topics/28445</link>
      <guid>https://ruby-china.org/topics/28445</guid>
    </item>
    <item>
      <title>Ruby China 源码怎么配置可以上传不依赖 upaiyun</title>
      <description>&lt;p&gt;请问 Ruby China 源码怎么配置可以上传不依赖 upaiyun&lt;/p&gt;

&lt;p&gt;是要修改这里么？&lt;/p&gt;
&lt;pre class="highlight ruby"&gt;&lt;code&gt;&lt;span class="no"&gt;CarrierWave&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;configure&lt;/span&gt; &lt;span class="k"&gt;do&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;
  &lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;storage&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="ss"&gt;:upyun&lt;/span&gt;
  &lt;span class="c1"&gt;# Do not remove previously file after new file uploaded&lt;/span&gt;
  &lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;remove_previously_stored_files_after_update&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="kp"&gt;false&lt;/span&gt;
  &lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;upyun_username&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;Setting&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;upyun_username&lt;/span&gt;
  &lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;upyun_password&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;Setting&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;upyun_password&lt;/span&gt;
  &lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;upyun_bucket&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;Setting&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;upyun_bucket&lt;/span&gt;
  &lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;upyun_bucket_host&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="no"&gt;Setting&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;upload_url&lt;/span&gt;
&lt;span class="k"&gt;end&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;</description>
      <author>hujunxianligong</author>
      <pubDate>Fri, 13 Mar 2015 23:38:09 +0800</pubDate>
      <link>https://ruby-china.org/topics/24642</link>
      <guid>https://ruby-china.org/topics/24642</guid>
    </item>
    <item>
      <title>欢迎喜欢 ruby 爬虫的 Geek 到 nutcher.org 交流爬虫</title>
      <description>&lt;p&gt;网络爬虫交流社区&lt;a href="http://nutcher.org" rel="nofollow" target="_blank" title=""&gt;nutcher.org&lt;/a&gt;开设 ruby 爬虫专栏，欢迎 ruby 极客前往发帖交流！&lt;/p&gt;</description>
      <author>hujunxianligong</author>
      <pubDate>Sat, 07 Mar 2015 01:34:06 +0800</pubDate>
      <link>https://ruby-china.org/topics/24512</link>
      <guid>https://ruby-china.org/topics/24512</guid>
    </item>
    <item>
      <title>利用 GFW 屏蔽网站</title>
      <description>&lt;p&gt;GFW 有一个弱智的算法，检测 URL 关键字。
最近 v2ex 被封杀，对于很多未备案域名，只要 URL 中出现.v2ex.com 这段字符串，网站大概在之后 3 分钟内不能访问。
拿 ruby china 的友情链接中的几个测试：
例如 golang 中国
&lt;a href="http://golangtc.com/" rel="nofollow" target="_blank"&gt;http://golangtc.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;在浏览器中输入 &lt;a href="http://golangtc.com/.v2ex.com" rel="nofollow" target="_blank"&gt;http://golangtc.com/.v2ex.com&lt;/a&gt;
然后发现&lt;a href="http://golangtc.com/" rel="nofollow" target="_blank"&gt;http://golangtc.com/&lt;/a&gt;访问不了了&lt;/p&gt;</description>
      <author>hujunxianligong</author>
      <pubDate>Thu, 05 Mar 2015 20:30:35 +0800</pubDate>
      <link>https://ruby-china.org/topics/24483</link>
      <guid>https://ruby-china.org/topics/24483</guid>
    </item>
    <item>
      <title>为什么感觉 Ruby China 里的程序员，基本上是做 Web 的？</title>
      <description>&lt;p&gt;为什么感觉 ruby china 里的程序员，基本上是做 web 的？有做其他方向的么？&lt;/p&gt;</description>
      <author>hujunxianligong</author>
      <pubDate>Fri, 12 Dec 2014 19:14:16 +0800</pubDate>
      <link>https://ruby-china.org/topics/23170</link>
      <guid>https://ruby-china.org/topics/23170</guid>
    </item>
    <item>
      <title>[不翻墙,不改 hosts] 稳定地上 facebook,youtube 等网站 (利用 DNS 加密)</title>
      <description>&lt;p&gt;发现利用 DNS 加密，不翻墙就可以上 facebook,youtube，ipv6 下效果更明显。教程：
&lt;a href="http://www.brieftools.info/article/77326" rel="nofollow" target="_blank"&gt;http://www.brieftools.info/article/77326&lt;/a&gt;&lt;/p&gt;</description>
      <author>hujunxianligong</author>
      <pubDate>Sun, 30 Nov 2014 12:28:19 +0800</pubDate>
      <link>https://ruby-china.org/topics/22939</link>
      <guid>https://ruby-china.org/topics/22939</guid>
    </item>
    <item>
      <title>有没有写技术博客的，需要收集优秀个人博客</title>
      <description>&lt;p&gt;有没有自己有博客的（有自己的域名，github.io 类似的也可以），麻烦发个链接。做搜索引擎需要，谢谢。&lt;/p&gt;</description>
      <author>hujunxianligong</author>
      <pubDate>Sat, 30 Aug 2014 13:01:29 +0800</pubDate>
      <link>https://ruby-china.org/topics/21302</link>
      <guid>https://ruby-china.org/topics/21302</guid>
    </item>
    <item>
      <title>ruby-china 首页已经好多天没有变动了，这个论坛现在这么冷清么。。。</title>
      <description>&lt;p&gt;ruby-china 首页已经好多天没有变动了，这个论坛现在这么冷清么。。。&lt;/p&gt;</description>
      <author>hujunxianligong</author>
      <pubDate>Fri, 29 Aug 2014 18:33:20 +0800</pubDate>
      <link>https://ruby-china.org/topics/21292</link>
      <guid>https://ruby-china.org/topics/21292</guid>
    </item>
    <item>
      <title>一般学 Ruby 是当第一语言比较多，还是第二语言</title>
      <description>&lt;p&gt;一般学 ruby 是当第一语言比较多，还是第二语言？总感觉社区里的人，基本是只玩 ruby。&lt;/p&gt;</description>
      <author>hujunxianligong</author>
      <pubDate>Wed, 27 Aug 2014 11:44:35 +0800</pubDate>
      <link>https://ruby-china.org/topics/21246</link>
      <guid>https://ruby-china.org/topics/21246</guid>
    </item>
  </channel>
</rss>
