2008-01-19
小心石头之 Ruby 是指针还是实例
x = "abc" y = x x = "xyz" puts y # abc xx = "abc" yy = xx xx.gsub!(/c/, 'a') puts yy # aba
评论
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
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
open2ye
2008-03-06
gem install mongrel –include-dependencies
open2ye
2008-03-06
sudo apt-get install build-essential
发表评论
- 浏览: 9593 次
- 性别:

- 来自: 温州

- 详细资料
搜索本博客
我的相册
action_auth
共 26 张
共 26 张
最近加入圈子
链接
最新评论
-
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 -
rails 的测试的 bug 当你 ...
iamawalrus 写道 检查test环境的db以及对应的table是否和de ...
-- by open2ye -
rails 的测试的 bug 当你 ...
open2ye 写道这个需求很普遍 比如一个是零件表, 另一个是零件的创建日志 ...
-- by iamawalrus






评论排行榜