A PHP Error was encounteredSeverity: NoticeMessage: Only variable references should be returned by referenceFilename: core/Common.phpLine Number: 257 ...
分类:
数据库 时间:
2016-10-26 13:59:23
阅读次数:
184
/usr/bin/ld: cannot find -lGL /usr/bin/ld: cannot find -lGL /usr/bin/ld: cannot find -lGL collect2: ld returned 1 exit status tennycent@tennycent-desk ...
分类:
其他好文 时间:
2016-10-16 13:52:35
阅读次数:
166
A result was returned when none was expected. 一般是在使用存储过程中,例: select function(存储过程名); 即使返回的是空的。也要用oPrepareStmt.executeQuery(); 来调用。或接收。 ...
分类:
数据库 时间:
2016-10-12 22:16:12
阅读次数:
387
安装Eclipse(32位)后打开报错:Java was started but returned exit code=13 解决方法: 1,首先我查看了我当前安装的JDK版本,发现是64位的; 2,下载安装好了32位JDK后,打开32位的eclipse,无报错出现。 出错原因:JDK需要在位长上面 ...
分类:
编程语言 时间:
2016-10-11 21:41:38
阅读次数:
255
编译busybox的时候出现了一个问题: sync.c:(.text.sync_main+0x78): undefined reference to `syncfs' collect2: ld returned 1 exit status make: *** [busybox_unstripped] ...
分类:
系统相关 时间:
2016-10-04 18:28:06
阅读次数:
770
Error Message When compiling or executing a Java application that uses the ArcObjects Java API, the following error is returned:java.lang.UnsatisfiedL ...
分类:
编程语言 时间:
2016-09-26 21:46:48
阅读次数:
920
withMillis Returns a copy of this datetime with different millis. The returned object will be either be a new instance or this. Only the millis will c ...
分类:
其他好文 时间:
2016-09-25 11:54:38
阅读次数:
118
先查看文件真正的属性是什么? [root@xxxxx ~]# tar -zxvf tcl8.4.16-src.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverab ...
分类:
其他好文 时间:
2016-09-24 00:47:26
阅读次数:
111
一个礼拜没打开自己电脑上的eclipse,一打开居然报错,错误提示如下: cdm运行一下Java -version和javac 运行javac时报错,错误提示如下: 然后发现jdk的bin下没有dt.jar和tools.jar,原来在安装jdk和jre时,先安装的jdk,再安装jre,jre可能会把 ...
分类:
编程语言 时间:
2016-09-20 00:01:33
阅读次数:
454
MySQL Cursor Summary: in this tutorial, you will learn how to use MySQL cursor in stored procedures to iterate through a result set returned by a SELE ...
分类:
数据库 时间:
2016-09-15 06:20:19
阅读次数:
275