出现黄色的叹号,提示:Missing contentDescription attribute on image将android:contentDescription="@string/app_name"添加为: 黄色的黄号消失。
分类:
其他好文 时间:
2015-04-15 18:35:07
阅读次数:
115
1、Rendering Problems Missing styles 设计界面布局时显示的错误:
[plain] view
plaincopy
Rendering Problems
Missing styles. Is the correct theme chosen for this layout?
Use the Them...
分类:
移动开发 时间:
2015-04-15 13:43:23
阅读次数:
190
主要是思想,坐标和值什么的容易搞混public class Solution { public int firstMissingPositive(int[] A) { for(int i=0; i0 && A[i]<=A.length && A[i] != A[A[i]-1] )...
分类:
其他好文 时间:
2015-04-14 08:28:56
阅读次数:
121
[原文]http://www.tuicool.com/articles/goto?id=myM7veRI had updgraded my Ubuntu from 13.04 to 13.10 last week and everything went quite good. The only pr...
分类:
Web程序 时间:
2015-04-13 22:35:49
阅读次数:
178
leetcode41 First
Missing Positive
题目:
Given an unsorted integer array, find the first missing positive integer.
For example,
Given [1,2,0] return 3,
and [3,4,-1,1] return 2.
Your algorit...
分类:
其他好文 时间:
2015-04-12 22:48:14
阅读次数:
136
1. Inconsist length.char a3[2];char *a = "Itis "strcpy(a3, a); It is wrong. a3 will be correct, but a is missing. memcpy(a3, a, sizeof(char)* 2); It w...
分类:
其他好文 时间:
2015-04-12 13:13:36
阅读次数:
220
电脑重启后不知道为啥eclipse中的maven不能用了,pom文件一直标红,报以下错误:
Execution default-cli of goal org.apache.maven.plugins:maven-resources-plugin:2.5:copy-resources failed: A required class was missing while executing org...
分类:
Web程序 时间:
2015-04-12 10:42:03
阅读次数:
349
原文:http://dataqueen.unlimitedviz.com/2012/01/ssis-2012-package-configurations-menu-option-missing/I’m going to blog this in case anyone else has run i...
分类:
其他好文 时间:
2015-04-09 15:20:20
阅读次数:
128
Given an unsorted integer array, find the first missing positive integer.For example,Given[1,2,0]return3,and[3,4,-1,1]return2.Your algorithm should ru...
分类:
其他好文 时间:
2015-04-09 13:29:58
阅读次数:
96
gdb调试开始时,报错,提示信息如下:Detachingafterforkfromchildprocess4112.Programexitednormally.Missingseparatedebuginfos,use:debuginfo-installcyrus-sasl-lib-2.1.23-15.el6_6.2.x86_64glibc-2.12-1.149.el6_6.5.x86_64nspr-4.10.6-1.el6_5.x86_64nss-3.14.0.0-12.el..
分类:
数据库 时间:
2015-04-06 18:54:24
阅读次数:
381