码迷,mamicode.com
首页 >  
搜索关键字:cannot assign to sel    ( 19703个结果
mini vimrc
Mini version:set enc=utf-8 ffs=unix,dos,mac lm=zh_CN.utf-8set nu nowb nocp nowrap ru nobk sm is noswf acd hls autoread set hi=700 mouse=a sel=exclusiv...
分类:其他好文   时间:2014-07-25 14:07:21    阅读次数:265
hibernate之createQuery与createSQLQuery
信息: java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to com.miracle.dm.doc.catalog.model.UserInfo 原来的查询语句: String sql = "select a.* from tb_user_info a where a.cat_code like '"+catCo...
分类:数据库   时间:2014-07-24 23:17:33    阅读次数:331
import the library to Android Studio
To import the library to Android Studio, there is two methods that can (or cannot) work. The first one worked for me, but when I tried the second, it ...
分类:移动开发   时间:2014-07-24 22:42:13    阅读次数:284
当程序进入后台时执行长时间代码
进入后台时,iOS给了我们10分钟的时间做一些事件处理。AppDelegate.h:1 #import 2 3 @interface AppDelegate : UIResponder 4 5 @property (assign, nonatomic) UIBackgroundTaskIdentif...
分类:其他好文   时间:2014-07-24 22:36:03    阅读次数:179
freemarker 语法 ${foo!""}
jeecms项目[#assign username='${(cmsMember_name)!""}'/]${(cmsMember_name)!""}freemarker中的语法如果cmsMember_name为空 则输出“” 否则输出本身cmsMember_namesession里的数据已经更新但是...
分类:其他好文   时间:2014-07-24 17:07:05    阅读次数:183
linux下无法启动eclipse:/usr/local/jdk1.6.0_17/bin/../jre/lib/i386/client/libjvm.so: cannot restore segmen
解决办法:vi /etc/sysconfig/selinux将:SELINUX=enforcing改为:#SELINUX=enforcingSELINUX=disabled 重启linux
分类:系统相关   时间:2014-07-24 14:42:05    阅读次数:245
Some projects cannot be imported because they already exist in the workspace
遇到问题:第一次从外部文件导入HelloWorld工程到workspace目录中,成功。删除后,再次从外部导入workspace目录提示 Some projects cannot be imported because they already exist in the workspaceeclip...
分类:其他好文   时间:2014-07-24 10:20:23    阅读次数:415
eclipse 中添加工程 Some projects cannot be imported because they already exist in the workspace
第一次从外部文件导入HelloWorld工程到workspace目录中,成功。删除后,再次从外部导入workspace目录提示Some projects cannot be imported because they already exist in the workspaceeclipse中删除H...
分类:系统相关   时间:2014-07-23 20:40:15    阅读次数:252
centos 7 编译 php 5.3.28
由于centos7 自带的php版本为5.4的版本,代码不支持,降级到5.3 一路坎坷。只能以笔记记录下来。 下载,编译。报错如下: ?configure?error?:?Cannot?find?libmysqlclient?under?/usr. 首先从mysql.com 上...
分类:Web程序   时间:2014-07-23 17:37:11    阅读次数:358
os x 中出现message sent to deallocated instance 的错误总结
一般是程序中的某一个对象被release 了两次 一般情况下是与你定义的类型有关这里面我的错误是吧 NSString 类型的变量的属性 设置为了 assign 了 目测与这个有关补充object-c 基础property,assign,copy,retain,releaseproperty:属性的定...
分类:其他好文   时间:2014-07-23 15:02:36    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!