码迷,mamicode.com
首页 >  
搜索关键字:selector is unknown    ( 6040个结果
MBProgressHUD -[__NSCFString sizeWithAttributes:]: unrecognized selector问题解决
最近的工作需要将工程打包成静态库文件,然后提供给别人使用。在工程中有引用MBProgressHUD,在打包出静态库文件后,写了个Demo,引用了其中的一段代码来显示MBProgressHUD,在iOS 6的设备上跑时却崩溃了,错误提示为:“-[__NSCFString sizeWithAttributes:]: unrecognized selector sent to XXXXXX”...
分类:其他好文   时间:2014-07-30 23:56:25    阅读次数:276
DEDE常见问题(转)
问题1.把数据保存到数据库附加表 `dede_addonvisa` 时出错,请把相关信息提交给DedeCms官方。Unknown column 'redirecturl' in 'field list'解决办法:一种原因是由于你的数据库字段与添加字段不匹配,请检查数据库建立是否正确。另一种原因是由于...
分类:其他好文   时间:2014-07-30 23:10:05    阅读次数:499
jQuery Custom Selector JQuery自定义选择器
什么是JQuery的选择器呢,详见JQuery中的Selector: http://docs.jquery.com/Selectors比如 $("div:contains('John')").css("text-decoration", "underline");的contains选择器等等JQue...
分类:Web程序   时间:2014-07-30 14:42:53    阅读次数:325
Mingyang.net:注解配置Hibernate时报错Unknown Entity
注解配置时报错:org.hibernate.MappingException: Unknown entity: net.mingyang.cms.bean.Userorg.hibernate.MappingException: Unknown entity: net.mingyang.cms.bea...
分类:Web程序   时间:2014-07-30 11:46:33    阅读次数:294
android shape的使用
android shape的使用 shape用于设定形状,可以在selector,layout等里面使用,有6个子标签,各属性如下: xml version="1.0" encoding="utf-8"?> shape xmlns:android="http://schemas.android.com/apk/res/android" > 圆角 --> ...
分类:移动开发   时间:2014-07-30 10:03:33    阅读次数:244
Android Studio Unknown host ‘downloads.gradle.org’
Failed to refresh Gradle project ‘service’ Unknown host ‘downloads.gradle.org’. Please ensure the host name is correct. If you are behind an HTTP proxy, please configure the proxy settings eith...
分类:移动开发   时间:2014-07-29 18:28:22    阅读次数:2196
jQuery -> 获取兄弟元?
获取指定元素的兄弟元素时,能够使用adjacent sibling combinator (+),当中+的两側内容都是selector expression.假设要获取下例中全部的h1的直接兄弟元素h2 Main title Section title Some content.....
分类:Web程序   时间:2014-07-29 17:38:32    阅读次数:264
-[__NSCFNumber length]: unrecognized selector sent to instance 崩溃解决
崩溃原因是由于:获取JSON数据后存放在默认的NSMutableArry里,NSMutableArry是存放id类型的,uiTableViewCellMakeMoneyCustomCell.uiLabelActiveCountPoint.text=[nsMutableArryAllheActives...
分类:其他好文   时间:2014-07-29 16:59:52    阅读次数:192
Jquery each 循环的继续和跳出
Jquery的循环函数each()的继续和跳出并不像其他语言采用大众的continue和break,而是采用return true or retrun false来判定是否继续执行循环体。 $(‘selector‘).each(function(){ ????your code.....; ???...
分类:Web程序   时间:2014-07-29 16:23:09    阅读次数:362
php5.5.15注释问题PHP Deprecated: Comments starting with '#' are deprecated in *.ini 警告解决办法
PHP Deprecated: Comments starting with '#' are deprecated in D:\mvam\php5\php.ini on line 1944 in Unknown on line 0PHP Deprecated: Comments starting w...
分类:Web程序   时间:2014-07-29 13:40:28    阅读次数:307
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!