`
open2ye
  • 浏览: 99484 次
  • 性别: Icon_minigender_1
  • 来自: 温州
社区版块
存档分类
最新评论

小心石头之 Ruby 是指针还是实例

阅读更多
x = "abc"
y = x
x = "xyz" 
puts y # abc

xx = "abc"
yy = xx
xx.gsub!(/c/, 'a')
puts yy # aba
分享到:
评论
3 楼 open2ye 2008-03-06  
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
2 楼 open2ye 2008-03-06  
gem install mongrel –include-dependencies
1 楼 open2ye 2008-03-06  
sudo apt-get install build-essential

相关推荐

Global site tag (gtag.js) - Google Analytics