多线程都已经很传统了。。哈哈
搞 java 吧,那才是正道。。
#4 楼 @cassiuschen 干嘛要卸?
包子们 = [
{'馅' => nil},
{'馅' => '荠菜'},
{'馅' => '猪肉'},
{'馅' => '豆沙'}
]
包子们.each do |包|
case 包['馅']
when nil
puts "你这个馒头, 回来"
else
puts "你是个包子, 馅 #{包['馅']}"
end
end
这种问题。。。呃。。。太难了
刚才看了下,完全不知道网易在做什么。。。
换个进入的地址试试:
@larryzhao 之前用 rvm 切换版本的时候确实是有问题,不过将 rvm 放到 path 开头之后就没问题了。。。
设置 path 的时候,也没什么特别的呀,
就是 bash_profile 的最后这样写的
[[ -s /Users/leslie/.nvm/nvm.sh ]] && . /Users/leslie/.nvm/nvm.sh # This loads NVM
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
@larryzhao 不会,但仍然没有问题
~$ nvm ls
v0.10.17 v0.11.7 current: v0.11.7 default -> 0.10.17 (-> v0.10.17) ~$ ~$ echo $PATH /Users/leslie/.rvm/gems/ruby-1.9.3-p448/bin:/Users/leslie/.rvm/gems/ruby-1.9.3-p448@global/bin:/Users/leslie/.rvm/rubies/ruby-1.9.3-p448/bin:/Users/leslie/.rvm/bin:/Applications/calibre.app/Contents/MacOS:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/MacGPG2/bin:/Users/leslie/.nvm/v0.11.7/bin: ~$ ~$ ~$ nvm use 0.10.17 Now using node v0.10.17 ~$ ~$ ~$ echo $PATH /Users/leslie/.rvm/gems/ruby-1.9.3-p448/bin:/Users/leslie/.rvm/gems/ruby-1.9.3-p448@global/bin:/Users/leslie/.rvm/rubies/ruby-1.9.3-p448/bin:/Users/leslie/.rvm/bin:/Applications/calibre.app/Contents/MacOS:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/MacGPG2/bin:/Users/leslie/.nvm/v0.10.17/bin: ~$
用一个 Queue 不行么?
/Users/leslie/.rvm/gems/ruby-1.9.3-p448/bin:/Users/leslie/.rvm/gems/ruby-1.9.3-p448@global/bin:/Users/leslie/.rvm/rubies/ruby-1.9.3-p448/bin:/Users/leslie/.rvm/bin:/Applications/calibre.app/Contents/MacOS:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/MacGPG2/bin:/Users/leslie/.nvm/v0.10.7/bin: 这个没有什么特别的吧。。。貌似 nvm 没有争抢
我的能和平共处?
~ $ nvm ls
v0.10.17 v0.11.5 v0.11.6 current: v0.10.17 default -> 0.10.17 (-> v0.10.17) ~ $ rvm list
rvm rubies
jruby-1.7.5 [ x86_64 ] mruby-head [ Usage: /Users/leslie/.rvm/rubies/mruby-head/bin/ruby [switches] programfile switches: -b load and execute RiteBinary (mrb) file -c check syntax only -e 'command' one line of script -v print version number, then run in verbose mode --verbose run in verbose mode --version print the version --copyright print the copyright ] rbx-2.0.0 [ x86_64 ] =* ruby-1.9.3-p448 [ x86_64 ] ruby-2.0.0-p247 [ x86_64 ] ruby-head [ x86_64 ]
mark 一下:
3.2 (master) $ ack "Module.new" | ack "&Proc.new" activerecord/lib/active_record/associations/builder/collection_association.rb:27: extension = Module.new(&Proc.new)
Proc.new{ |name| "Hello, " + name }.call 'Leslie'
#33 楼 @jeff_duan 个人口味问题,想什么用什么,但是到了一个团队,考量的东西就多了,选择就不能只依个人喜好
@lgn21st 开贴出来讨论一下?
/usr/local/Cellar/rust/0.8: 35 files, 94M, built in 39.5 minutes 40 分钟搞定。。
小米盒子
抢楼
抢楼
不知怎滴,看到标题,我联想起了这句话,Walking on water and developing software to specification are easy as long as both are frozen.
vim 每次退出的时候,都留有上次编辑的内容,是不是要设置 term?
#19 楼 @luikore 嗯,刚才看了它的 issues 之后,有人也提供了类似的写法了。。https://github.com/wg/wrk/issues/24
楼主想把朋友往坑里带。。。。
* 测试的基本步骤 * 重点测试哪些内容?
不明白 lz 在说神马
楼主是不是在 IRC #ruby 中也提过?