2008-01-19
小心石头之 Ruby 是指针还是实例
x = "abc" y = x x = "xyz" puts y # abc xx = "abc" yy = xx xx.gsub!(/c/, 'a') puts yy # aba
评论
ProxyRequests Off
BalancerMember http://127.0.0.1:8000
BalancerMember http://127.0.0.1:8001
ServerName wiki.agideo.com:80
DocumentRoot /home/agideo/project/wiki/public
ProxyPass /image !
ProxyPass /stylesheets !
ProxyPass /javascripts !
ProxyPass / balancer://myCluster/
ProxyPassReverse / balancer://myCluster/
ProxyPreserveHost on
BalancerMember http://127.0.0.1:8000
BalancerMember http://127.0.0.1:8001
ServerName wiki.agideo.com:80
DocumentRoot /home/agideo/project/wiki/public
ProxyPass /image !
ProxyPass /stylesheets !
ProxyPass /javascripts !
ProxyPass / balancer://myCluster/
ProxyPassReverse / balancer://myCluster/
ProxyPreserveHost on
发表评论
我的相册
mary.JPG
共 27 张
共 27 张
最近加入圈子
链接
最新评论
-
搞笑 段子 什么是: 自恋 ...
我小的时候写日记,老师规定要200字以上,当时四人一组,有小组长检查字数,我同组 ...
-- by open2ye -
Ruby Http Client
really?
-- by jerry -
ruby 又一BUG 折磨了我很 ...
放这里记一下sudo apt-get install openssh-clien ...
-- by open2ye -
rails 的测试的 bug 当你 ...
还有一个可能造成这个问题的原因是rails test的transactional ...
-- by iamawalrus -
rails 的测试的 bug 当你 ...
gigix 写道 干嘛不放在before_save呢? 例如Part 在 be ...
-- by open2ye







评论排行榜