打开APP时,出现闪退的情况,查看android studio报错信息,主要为: Unable to add window -- token android.os.BinderProxy@3a067204 is not valid 原因分析:由于进入APP时会显示一个进度对话框,对话框的初始化必须依 ...
分类:
移动开发 时间:
2017-11-17 13:24:14
阅读次数:
206
http://www.jianshu.com/p/09b445300d40 简介: armv7|armv7s|arm64都是ARM处理器的指令集 i386|x86_64 是Mac处理器的指令集 目前iOS的ARM处理器指令集及其支持的设备: armv6 (基本消失了) iPhone iPhone2 ...
分类:
其他好文 时间:
2017-11-16 11:37:12
阅读次数:
121
Nginx防盗链1、[root@centos7test.com]#vi/usr/local/nginx/conf/vhost/test.com.conf#+表示1或者多个,+前面的字符location~*^.+\.(gif|jpg|png|swf|flv|rar|zip|doc|pdf|gz|bz2|jpeg|bmp|xls)${expires7d;valid_referersnoneblockedserver_names*.test.com;#定义referer白名..
分类:
Web程序 时间:
2017-11-15 17:11:07
阅读次数:
277
Which view shows all valid values for the NLS_LANGUAGE, NLS_SORT, NLS_TERRITORY, and NLS_CHARACTERSET parameters?A. V$VALID_NLS_VALUESB. NLS_VALID_VAL ...
分类:
其他好文 时间:
2017-11-14 19:40:52
阅读次数:
149
Which of the following are valid settings for the NLS_COMP parameter? (Choose all that apply.)A. ASCIIB. ANSIC. BINARYD. MONOLINGUALE. MULTILINGUAL Th ...
分类:
其他好文 时间:
2017-11-14 19:32:34
阅读次数:
170
执行:yum install "kernel-devel-uname-r == $(uname -r)" ...
分类:
系统相关 时间:
2017-11-14 17:21:09
阅读次数:
1165
20 Valid Parentheses Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. The bracke ...
分类:
其他好文 时间:
2017-11-12 20:55:53
阅读次数:
192
这星期听别人说在做LeetCode,让他分享一题来看看。试了感觉挺有意思,可以培养自己的思路,还能方便的查看优秀的解决方案。准备自己也开始。 解决方案通常有多种多样,我觉得把自己的解决思路记录下来,阶段性查看,一定能对自己有帮助。 这是我做的第一题,所以记录也从这题开始,之后尽力以简短的说明,描述出 ...
分类:
其他好文 时间:
2017-11-11 00:33:44
阅读次数:
266
Given n nodes labeled from 0 to n - 1 and a list of undirected edges (each edge is a pair of nodes), write a function to check whether these edges mak ...
分类:
其他好文 时间:
2017-11-10 13:54:12
阅读次数:
198
Remove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results. Note: The input string may cont ...
分类:
其他好文 时间:
2017-11-08 20:06:49
阅读次数:
104