码迷,mamicode.com
首页 >  
搜索关键字:missing required    ( 5101个结果
ImageView引起Missing contentDescription attribute on image的问题
ImageView引起Missing contentDescription attribute on image的问题...
分类:其他好文   时间:2014-10-18 22:24:57    阅读次数:195
协议与代理
协议就是一堆方法的声明.(只有.h文件) @protocol 开头 + 协议的名字 @end结束 当定义方法时,方法分俩中一种就是必须做的就是@required类型的,一种就是可以做可以不做的@optional,下面定义一个协议 当一个类想用这个协议的时候就要服从这个协议就要: 招收一个代理...
分类:其他好文   时间:2014-10-18 21:02:41    阅读次数:146
mysql 相关环境配置
1. mysql 版本要求 5.5 以上, 否则不支持 emoji 表情.$ sudo apt-get install mysql-server$ sudo vim /etc/mysql/my.cnf # charset utf8mb4. mysql 5.5 required[client]def....
分类:数据库   时间:2014-10-18 18:19:41    阅读次数:218
AndroidMainFest.xml file missing!
今天在导入项目的时候出现了这样的错误: 只需要一步 就搞定: projecct --->  clean  重新编译一下即可搞定了。...
分类:移动开发   时间:2014-10-17 22:02:19    阅读次数:189
解决Maven工程中报 Missing artifact jdk.tools:jdk.tools:
jdk.tools:jdk.tools是与JDK一起分发的一个JAR文件,可以如下方式加入到Maven项目中: <dependency> ??? <groupId>jdk.tools</groupId> ??? <artifactId>jdk.tools</artifactId> ??? <version>1.7</vers...
分类:其他好文   时间:2014-10-16 18:10:33    阅读次数:258
Asp.net - The type or namespace name 'App_Code' does not exist in the namespace 'xxx' (are you missing an assembly reference?)
我在 项目 下面创建一个 App_Code的文件夹,然后在其下创建自定义的类,但是当我在该项目下别的地方使用时报错:The type or namespace name 'App_Code' does not exist in the namespace 'xxx' (are you missi.....
分类:移动开发   时间:2014-10-16 14:31:12    阅读次数:228
Edit Distance
[leetcode]Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)...
分类:其他好文   时间:2014-10-16 13:02:12    阅读次数:183
C# 实体类非空验证
public class BillReceiveModelDTO { /// /// /// [DataMember] [Required(ErrorMessage = "非空")] public st...
分类:Windows程序   时间:2014-10-15 18:46:31    阅读次数:654
Error: Could not find the required version of the Java(TM) 2 Runtime Environment in'(null)'.
Error: Could not find the required version of the Java(TM) 2 Runtime Environment in'(null)'.安装Java EE JDK 7报错安装SDK之前,必须先安装JRE,而且还必须是32位的。安装JDK之前居然要安装J...
分类:编程语言   时间:2014-10-14 23:04:29    阅读次数:492
写hive sql和shell脚本时遇到几个蛋疼的问题!
错误一: Hive的where中不能用别名,   错误二: hive的groupby中不能用自定义函数,否则报错(用嵌套select代替)   错误三: 执行:$ ./hive_game_operationstatis5.sh   报错信息如下: ./hive_game_operationstatis5.sh:line 11: [: missing `]' ./hive_ga...
分类:数据库   时间:2014-10-14 22:10:29    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!