码迷,mamicode.com
首页 >  
搜索关键字:cannot call method g    ( 28012个结果
debain 命令
apt-get install lib32z1 如果libz.so.1: cannot open shared object file: No such file or directory在/etc/ld.so.conf中加入/usr/lib 增加类库所有路径 /sbin/ldconfig –v」来...
分类:其他好文   时间:2014-06-23 07:44:47    阅读次数:306
设计模式08-桥接模式
1. 概念 将抽象部分和它的实现分离,使他们都可以独立变化 个人理解:将接口(或者抽象类)对象作为业务对象中的成员变量达到“多维度的变化” ,这里说的多维度变化指的就是一个接口或者抽象类的具体实现是有多个 例如:interface A{ //method}class Business{...
分类:其他好文   时间:2014-06-23 00:55:48    阅读次数:195
(WF)
Caught: System.InvalidOperationException: The argument of type 'XXX' cannot be used. Make sure that it is declared on an activity. at System.Activit.....
分类:其他好文   时间:2014-06-23 00:18:28    阅读次数:230
"constantize" and "with_indifferent_access" method
[31] pry(main)> 'packages'.classify=> "Package"[33] pry(main)> 'packages'.classify.constantize=> Package[40] pry(main)> hash = {key: 'value'}=> {:key=...
分类:数据库   时间:2014-06-22 23:40:33    阅读次数:318
Rails accepts_nested_attributes_for表单嵌套的利器
http://blog.csdn.net/kunshan_shenbin/article/details/7249713http://api.rubyonrails.org/classes/ActionView/Helpers/FormBuilder.html#method-i-fields_for...
分类:其他好文   时间:2014-06-22 23:32:23    阅读次数:257
设计模式 - 模板方法模式(template method pattern) JFrame 详解
模板方法模式(template method pattern) JFrame 详解本文地址: http://blog.csdn.net/caroline_wendy参考模板方法模式(template method pattern): http://blog.csdn.net/caroline_wendy/article/details/32159455模板方法模式(template method ...
分类:其他好文   时间:2014-06-22 21:36:47    阅读次数:283
在input中回车后页面提交导致出现HTTP 错误 405.0 - Method Not Allowed
前些时间在做一个搜索功能时发现一个比较有意思的现象,场景是这样的:在一个模态窗口中是一个订单列表,页面的顶部有若干个状态筛选框和一个搜索关键字输入框,当焦点在关键字输入框时按回车,本来是对input的keyup事件做了监听,当发现是按了回车键时便自动提交搜索请求的,但输入关键字后按回车时页面竟然跳转了,并且出现“HTTP 错误 405.0 - Method Not Allowed无法显示您正在查找...
分类:其他好文   时间:2014-06-22 17:05:07    阅读次数:219
设计模式 - 模板方法模式(template method pattern) Applet 详解
模板方法模式(template method pattern) Applet 详解本文地址: http://blog.csdn.net/caroline_wendy参考模板方法模式(template method pattern): http://blog.csdn.net/caroline_wendy/article/details/32159455模板方法模式(template method ...
分类:移动开发   时间:2014-06-22 15:28:58    阅读次数:176
设计模式 - 模板方法模式(template method pattern) 排序(sort) 详解
模板方法模式(template method pattern) 排序(sort) 详解本文地址: http://blog.csdn.net/caroline_wendy参考模板方法模式(template method pattern): http://blog.csdn.net/caroline_wendy/article/details/32159455模板方法模式的一个主要的应用是排序(sor...
分类:其他好文   时间:2014-06-22 15:24:51    阅读次数:231
c# async
?Methods (as well as lambda expressions or anonymous methods) can be markedwith the async keyword to enable the method to do work in a nonblockingmann...
分类:其他好文   时间:2014-06-21 17:58:34    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!