新版本的pdo会有这个问题:General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternati...
分类:
Web程序 时间:
2014-12-19 12:55:05
阅读次数:
199
我刚下载并安装了最新的Android SDK,我想创建一个简单的工程学习。
根据向导创建的代码如下
package eu.mauriziopz.gps;
import android.app.Activity;
import android.os.Bundle;
public class ggps extends Activity {
/** Called when the a...
分类:
移动开发 时间:
2014-12-19 12:18:37
阅读次数:
154
错误提示:Debugging
information for "project.exe" cannot be found or does not match. Binary was not built with debug information.
Solution:
To enable debugging:
1) Goto Project->Properties
2)...
分类:
其他好文 时间:
2014-12-19 12:15:39
阅读次数:
263
DescriptionLittle John is herding his father's cattles. As a lazy boy, he cannot tolerate chasing the cattles all the time to avoid unnecessary omissi...
分类:
其他好文 时间:
2014-12-18 23:30:59
阅读次数:
237
摘自::存储系统研究:socket connect error 99(Cannot assign request address)这是最近使用libcurl写http服务的压力测试的时候遇到的一个问题,其直接表象是客户端在发送http请求时失败,最终原因是客户端的TIME_WAIT状态的socket...
分类:
Web程序 时间:
2014-12-18 13:16:47
阅读次数:
666
面试里面泛型被问的很多,但是回答的时候,除了说在集合类里面使用泛型以外,好像也不知道该说点啥了
看完 effective java,觉得还是有点东西说的,
1 先看一个编译错误
Cannot perform instanceof check against parameterized type Set. Use the form Set instead since further g...
分类:
编程语言 时间:
2014-12-18 12:01:00
阅读次数:
156
问题:在linux环境编译应用程式或lib的source code时常常会出现如下的错误讯息:/usr/bin/ld: cannot find -lxxx这些讯息会随着编译不同类型的source code 而有不同的结果出来如:/usr/bin/ld: cannot find -lc/usr/bin...
分类:
系统相关 时间:
2014-12-18 11:37:59
阅读次数:
300
android开发,我在我的 activity 插入一个按钮,如果andriod market找不到的话就使用 toast进行提示,在使用的时候出现了一些问题,下面的代码报错了 Context cannot be resolved to a variable
1
2
3
4
5
6
7
Uri
uri = U...
分类:
移动开发 时间:
2014-12-17 18:35:36
阅读次数:
192
http://blog.csdn.net/lilu_leo/article/details/11952717 有时候需要在在代码中设置LayoutParams,自己为一个FrameLayout设置LayoutParams的时候,遇上如题问题,java.lang.ClassCastExceptio.....
分类:
移动开发 时间:
2014-12-17 17:47:45
阅读次数:
154
problem making ssl connection Error: Cannot retrieve repository metadata (repomd.xml) for repository: openstac k-icehouse. Please verify its path and ...
分类:
其他好文 时间:
2014-12-17 01:28:22
阅读次数:
329