码迷,mamicode.com
首页 >  
搜索关键字:monkey_patch    ( 55个结果
聊聊Javascript中的AOP编程
Duck punch 我们先不谈AOP编程,先从duck punch编程谈起。 如果你去wikipedia中查找duck punch,你查阅到的应该是monkey patch这个词条。根据解释,Monkey patch这个词来源于 guerrilla patch,意为在运行中悄悄的改变代码,而 .....
分类:编程语言   时间:2014-10-09 00:42:47    阅读次数:289
聊Javascript中的AOP编程
我们先不谈AOP编程,先从duck punch编程谈起。如果你去wikipedia中查找duck punch,你查阅到的应该是monkey patch这个词条。根据解释,Monkey patch这个词来源于guerrilla patch,意为在运行中悄悄的改变代码,而guerrilla这个词与gor...
分类:编程语言   时间:2014-08-26 22:41:06    阅读次数:381
聊Javascript中的AOP编程
Duck punch我们先不谈AOP编程,先从duck punch编程谈起。如果你去wikipedia中查找duck punch,你查阅到的应该是monkey patch这个词条。根据解释,Monkey patch这个词来源于 guerrilla patch,意为在运行中悄悄的改变代码,而 guer...
分类:编程语言   时间:2014-08-12 13:02:04    阅读次数:209
一个有意思的Ruby Webdriver超时问题的解决过程
因为写ruby的时候感觉混身上下都拽起来了,所以比较喜欢用ruby写代码。今天遇到了一个webdriver timeout的问题,问题本身还是因为我对webdriver不了解以及破文档导致的。首先我们把问题简化一下: driver = Selenium::WebDriver.for :safari driver.navigate.to "http://www.faraway.com" wait = Selenium::WebDriver::Wait.new(:timeout => 1000) # seco...
分类:Web程序   时间:2014-07-06 12:38:09    阅读次数:266
Python Monkey patch猴子补丁
monkey patch (猴子补丁) 用来在运行时动态修改已有的代码,而不需要修改原始代码。简单的monkey patch 实现:[python]#coding=utf-8def originalFunc(): print 'this is original function!'def modif...
分类:编程语言   时间:2014-06-24 22:50:22    阅读次数:463
55条   上一页 1 ... 4 5 6
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!