json for ruby install and usage
Posted on
|
In
ruby
firefox addons for web developer
Posted on
|
In
web
firefox web开发中常用插件推荐:
- web developer
- firefbug
- HttpFox
install git on mac os leopard
Posted on
|
In
macos
test scope of this in closure and in anonymous functions
Posted on
|
In
javascript
在window.setTimeout和全局环境中的匿名方法中的this是指向window对象的,所以在调用过程中可以将此匿名方法做为实际的某个对象(如this对象)的方法来调用.