登陆不了。。
好文..收藏
原来我一直都在用这么高端的技术。。
require 'active_support/all'
class Module
remove_method :autoload
include ActiveSupport::Autoload
end
module A
autoload :B
end
#8 楼 @kenshin54 想听
def a; "hello world";end
p method(:a).owner
class A
eval 'def g; "hello world"; end', TOPLEVEL_BINDING
end
p method(:g).owner
试了下,貌似直接在 TOPLEVEL_BINDING 定义也是定义到 Object 里,以前还真没注意到这个
这个和概念什么无关吧。。
多做些小网站,然后把遇到的问题和解决方法写博客里,这样简历命中率高,还有应届生找工作切忌着急
LZ 可以把 item puts 出来看看,应该会发现很多 item 都跳过了
早睡睡不着啊。。养成习惯了都...
首页不错..就不注册了..
runner 好像只是运行 rails runner,你要把你的代码写成一个文件
我说错了..
EventMachine
标准库的文档什么时候能完善下。。
"x = 1;y = 2; x,y = y,x"
== disasm: <RubyVM::InstructionSequence:<compiled>@<compiled>>==========
local table (size: 3, argc: 0 [opts: 0, rest: -1, post: 0, block: -1] s1)
[ 3] x [ 2] y
0000 trace 1 ( 1)
0002 putobject 1
0004 setlocal x
0006 trace 1
0008 putobject 2
0010 setlocal y
0012 trace 1
0014 getlocal y
0016 getlocal x
0018 newarray 2
0020 dup
0021 expandarray 2, 0
0024 setlocal x
0026 setlocal y
0028 leave
1# 说的对
请问实习生也是 rails 的嘛?有什么基本要求没
直接用个实例变量表示 A,B 不行吗
火把烧起
a=a
.....