<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>acmerfight (acmerfight)</title>
    <link>https://ruby-china.org/acmerfight</link>
    <description/>
    <language>en-us</language>
    <item>
      <title>字符编码解惑</title>
      <description>&lt;p&gt;我在假期写了一篇关于字符编码的文章，欢迎各位大牛指点批评。
&lt;a href="https://github.com/acmerfight/insight_python/blob/master/Unicode_and_Character_Sets.md" rel="nofollow" target="_blank"&gt;https://github.com/acmerfight/insight_python/blob/master/Unicode_and_Character_Sets.md&lt;/a&gt;&lt;/p&gt;</description>
      <author>acmerfight</author>
      <pubDate>Sun, 07 Apr 2013 22:59:02 +0800</pubDate>
      <link>https://ruby-china.org/topics/10012</link>
      <guid>https://ruby-china.org/topics/10012</guid>
    </item>
    <item>
      <title>更新本地的分支</title>
      <description>&lt;p&gt;一个项目一共有三个分支，在我的电脑上也有这个项目的三个分支，现在其他人修改了其中的一个分支代码，我想把他的修改 pull 回本地。应该怎么操作啊？git pull --all 可行吗？&lt;/p&gt;</description>
      <author>acmerfight</author>
      <pubDate>Sun, 06 Jan 2013 16:17:31 +0800</pubDate>
      <link>https://ruby-china.org/topics/7809</link>
      <guid>https://ruby-china.org/topics/7809</guid>
    </item>
    <item>
      <title>日期选择的问题</title>
      <description>&lt;p&gt;&lt;img src="//l.ruby-china.com/photo/cfe82e901f002b29e975d6a60877660d.png" title="" alt=""&gt;
我想做成这种形式的日期选择，作成下拉框。目前我经过搜索能做到的是 year 和 month 分别选择，做不到这种形式。求指点一下。还有就是当选择了这个日期时，就会在同一个页面显示该日期上的活动，这应该通过什么技术实现啊？提交表单嘛？该如何提交呢。&lt;/p&gt;</description>
      <author>acmerfight</author>
      <pubDate>Tue, 16 Oct 2012 12:18:36 +0800</pubDate>
      <link>https://ruby-china.org/topics/6090</link>
      <guid>https://ruby-china.org/topics/6090</guid>
    </item>
    <item>
      <title>有关日期选择的 i18n 问题</title>
      <description>&lt;p&gt;让用户选择日期时我通过
&lt;code&gt;&amp;lt;%= select_date Date.today,:order =&amp;gt; [:year,:month,:day], :prefix =&amp;gt; :start_date %&amp;gt;&lt;/code&gt;
来实现。但是由于项目涉及到了 i18n。会造成在切换成中文时，在进行月份选择时英文的月份就会变成 r a 等单个字母。
目前我的分析是没有设置汉语翻译的问题，但是这个翻译应该怎么写呢？这是目前困扰我的问题&lt;/p&gt;</description>
      <author>acmerfight</author>
      <pubDate>Fri, 12 Oct 2012 16:13:44 +0800</pubDate>
      <link>https://ruby-china.org/topics/6025</link>
      <guid>https://ruby-china.org/topics/6025</guid>
    </item>
    <item>
      <title>关于日期问题的请教</title>
      <description>&lt;p&gt;一个公共活动管理网站，一般一个活动的信息会包括 &lt;strong&gt;主题 日期 具体信息&lt;/strong&gt; 三个信息。我想用
&lt;code&gt;rails generate scaffold event title:string date:string content:text&lt;/code&gt;
直接来生成，关于日期我感觉有些问题，生成时日期要写成什么格式？string 行吗？各位有什么建议嘛？&lt;/p&gt;</description>
      <author>acmerfight</author>
      <pubDate>Wed, 10 Oct 2012 12:33:54 +0800</pubDate>
      <link>https://ruby-china.org/topics/5965</link>
      <guid>https://ruby-china.org/topics/5965</guid>
    </item>
    <item>
      <title>关于 Http 的几个方法的理解</title>
      <description>&lt;p&gt;关于 http 协议，最常用的是 get 和 post。我曾看过一篇文章&lt;a href="http://www.yining.org/2010/05/04/http-get-vs-post-and-thoughts/" rel="nofollow" target="_blank"&gt;http://www.yining.org/2010/05/04/http-get-vs-post-and-thoughts/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;但是我觉得这篇文章写的有失偏颇，我现在对 get  post 的理解就是他们只是个名字而已（当然数据传输和传输数据量的大小有区别），对于服务器数据的操作（就拿 rails 而言），完全取决于 controller 里调用了什么行为，跟使用 get 或者 post 方法没有太大的关系，所以我觉得什么服务器端数据的安全跟 get 和 post 没啥关系。&lt;/p&gt;

&lt;p&gt;请各位大牛指正我的观点，我想把这个概念搞清楚，谢谢！&lt;/p&gt;</description>
      <author>acmerfight</author>
      <pubDate>Mon, 03 Sep 2012 10:00:37 +0800</pubDate>
      <link>https://ruby-china.org/topics/5326</link>
      <guid>https://ruby-china.org/topics/5326</guid>
    </item>
  </channel>
</rss>
