消除SDK更新时的“https://dl-ssl.google.com refused”错误消除SDK更新时,有可能会出现这样的错误:Download interrupted: hostname in certificate didn't match: != Download interrupte....
分类:
移动开发 时间:
2014-08-21 18:53:44
阅读次数:
273
Failed to read the ‘contentDocument‘ property from ‘HTMLIFrameElement‘: Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match.? 不想...
分类:
其他好文 时间:
2014-08-21 17:26:44
阅读次数:
164
Sending SMS And Dialing Numbers without User ConsentSending SMS does not require context or user interaction. A simple call does the job, as shown in ...
分类:
其他好文 时间:
2014-08-21 09:44:43
阅读次数:
170
$a = preg_match('/ph+p/','aaaphpbbbp');+的前导就是h$a = preg_match('/ph+p/','aaaphhhhhhhhhhpbbbp');//第一个参数是匹配模式//什么叫匹配,通过模式一个个比过去,注意这里是一个个echo $a;$a = preg...
分类:
Web程序 时间:
2014-08-20 22:31:02
阅读次数:
347
# man mysqld ?????? mysqld - the MySQL server SYNOPSIS ?????? mysqld [options] DESCRIPTION ?????? mysqld, also known as MySQL Server, is the main program that does most of the wo...
分类:
数据库 时间:
2014-08-20 16:40:42
阅读次数:
233
提交了几次都被feedback,以下均为本人碰到过得问题,希望对大家解决提交问题有帮助
Number one:PLA 3.3.12
We found your app uses the iOS Advertising Identifier but does not include ad functionality. This does not comply with the
te...
分类:
移动开发 时间:
2014-08-20 16:28:33
阅读次数:
444
1、ORA-00942: table or view does not exist指的你要操作的表尚未存在,需要先create出来先。2、ORA-00922: missing or invalid option指的是有语法错误。遗漏了分号什么的3、Warning: Procedure created...
分类:
数据库 时间:
2014-08-20 01:13:16
阅读次数:
539
阅读ArrayBlockingQueue源码,很容易知道有界阻塞队列的长度至少为1,也就是至少能缓存下一个数据。SynchronousQueue的javadoc文档提到A synchronous queue does not have any internal capacity, not even a capacity of one.也就说同步队列的容量是0,不会缓存数据。
长度为1的阻塞队列和...
分类:
其他好文 时间:
2014-08-19 20:56:35
阅读次数:
298
两个excel表格去除重复的数据,一个大表,一个小表,大表中包含了小表的数据,需要将大表中包含小表的记录删除。简单例子,下面为两个表100110110021021003103100410410021021004104第一步在大表的空白格(C1)中插入公式:IF(COUNT(MATCH(A1&B1,S...
分类:
其他好文 时间:
2014-08-19 18:32:05
阅读次数:
175
大家都在为项目开发成功而喜悦,但可不知成功的路上是会经常出错的,下面是我碰到的一些错误集合!【错误信息】[2011-01-19 16:39:10 - ApiDemos] WARNING: Application does not specify an API level requirement![2...
分类:
移动开发 时间:
2014-08-19 18:11:25
阅读次数:
313