I can give it a try. Please reach out to me. Github page: https://github.com/junzh0u
╭─ junzhou@x200 ~ (ruby-2.0.0-p247)
╰─ gem which bigdecimal
/home/junzhou/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/bigdecimal.so
╭─ junzhou@x200 ~ (ruby-2.0.0-p247)
╰─ gem which json
/home/junzhou/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/json.rb
不过 io-console 比较奇怪,gem which 命令没找到
╭─ junzhou@x200 ~ (ruby-2.0.0-p247)
╰─ gem which io-console
ERROR: Can't find ruby library file or shared library io-console
猜测可能在这
╭─ junzhou@x200 ~ (ruby-2.0.0-p247)
╰─ ls /home/junzhou/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/io/console.so
/home/junzhou/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/x86_64-linux/io/console.so
#6 楼 @ery 切换到 default gemset 下:
╭─ junzhou@x200 ~ (ruby-2.0.0-p247)
╰─ rvm info | grep GEM_PATH
GEM_PATH: "/home/junzhou/.rvm/gems/ruby-2.0.0-p247:/home/junzhou/.rvm/gems/ruby-2.0.0-p247@global"
╭─ junzhou@x200 ~ (ruby-2.0.0-p247)
╰─ ls /home/junzhou/.rvm/gems/ruby-2.0.0-p247/gems
rake-0.9.6 rdoc-4.0.0 test-unit-2.0.0.0
很奇怪还是有一些 gems 找不到
╭─ junzhou@x200 ~ (ruby-2.0.0-p247@global)
╰─ rvm info | grep GEM_PATH
GEM_PATH: "/home/junzhou/.rvm/gems/ruby-2.0.0-p247@global"
╭─ junzhou@x200 ~ (ruby-2.0.0-p247@global)
╰─ ls /home/junzhou/.rvm/gems/ruby-2.0.0-p247@global/gems
rvm-1.11.3.8
╭─ junzhou@x200 ~ (ruby-2.0.0-p247@global)
╰─ gem list
*** LOCAL GEMS ***
bigdecimal (1.2.0)
io-console (0.4.2)
json (1.7.7)
minitest (4.3.2)
psych (2.0.0)
rake (0.9.6)
rdoc (4.0.0)
rvm (1.11.3.8)
test-unit (2.0.0.0)
似乎 Ruby default gems 不在 GEM_PATH 里面?
#40 楼 @xuefuqiao Re,同第一次去,虽然我说话不多,但是确实感觉不错
^(?!ff|gg).*\.ruby$
^(?!(ff|gg)\.).*\.ruby$
两者区别是后者可以匹配 ff*.ruby gg*,ruby 而前者不行(这里沿用问题中使用的 wildcard 表达方式)
去年求职的时候尝试了一下 DeNA,进行到这一步就不想继续了……
按照目前 DeNA 的招聘进度,希望您在 x 月 xx 号下午 xx: xx 前提供以下两项资料(请使用英语填写)。 ① 项目报告 【内容要求】关于 1 个项目经历的介绍(实习项目和实验室项目均可)。尽量详尽地介绍项目的独特> 性、技术难关及如何解决。 【格式要求】文字在 2 张 PDF 以内,并在最后另附 1 张 PDF 的程序截图 (ScreenShot)。 ② 技术调查表
后来也跟其他同学交流了一下,日本公司给人的印象基本都是太看重 Paperwork,不太喜欢。
Meetup 地址是不是不太对?留的是一个已过期的活动。正确的应该是这个吧: http://www.meetup.com/bjrubyist/events/129666522/
#11 楼 @jiang_plus 好吧,可能是抽样问题,我认识的同学当中从实习生转正的非常少
#3 楼 @zhangyan 我的 Blog 的最新两篇文章是关于 Arch Linux 下编译 Passenger 的,可供参考。 http://blog.pinepara.info/