出现这个错误的原因:
在Configuration Properties -> Linker -> Object/Library里面加库的时候 绝对路径没有加“”
例如:
C:\Program
Files\Microsoft Platform SDK\Lib\DbgHelp.Lib
应该改为:
"C:\Program
Files\Microsoft Platform SDK\Li...
分类:
其他好文 时间:
2015-04-17 15:50:27
阅读次数:
107
报错如下:errors reported here must be corrected before service can be started.httpd:Syntax error on line 60 of D:/apache2/conf/httpd.conf:Cannot load D:/a...
分类:
Web程序 时间:
2015-04-17 15:34:03
阅读次数:
1074
解决方法如下:编辑my.ini在[mysqld]节点下新增或修改如下两行行skip-name-resolve #忽略主机名的方式访问lower_case_table_names=1 #忽略数据库表名大小写重启mysql服务,问题得到解决。grant all privileges on *.* to ...
分类:
数据库 时间:
2015-04-17 15:32:24
阅读次数:
200
1 package java_test; 2 3 public class LabeledFor { 4 5 public static void main(String[]args){ 6 int i=0; 7 outer: //Cannot have...
分类:
编程语言 时间:
2015-04-17 01:07:34
阅读次数:
225
启动报错: java.lang.Error: Unresolved compilation problems:? The import org.apache.poi.hssf.usermodel.HSSFWorkbook cannot be resolved The type JeecgSingleExcelView must implement the inherited ab...
分类:
其他好文 时间:
2015-04-16 12:38:33
阅读次数:
571
solution: http://www.apkbus.com/android-80416-1-1.html http://www.eoeandroid.com/forum.php?mod=viewthread&tid=225717 要么theme更改成为Theme.Light低版本的,要么自己重新...
分类:
移动开发 时间:
2015-04-15 18:58:57
阅读次数:
137
博主目前从事AndroidTVBox开发,基于Android源码。所以经常需要全编Android源码,上面提到的是全编源码过程中碰到的一个问题由于网上没有解决方法,所以分享出来。
前段时间出(android系统)版本编译的时候,偶然间发现了这个问题:
zip error: Invalid command arguments (cannot repeat names in zip file)
make: *** [out/target/product/k200_hdmiin/system/etc/recove...
分类:
移动开发 时间:
2015-04-15 17:12:57
阅读次数:
302
1.错误信息 Message: mysqli::real_connect(): (HY000/2000): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an admin....
分类:
数据库 时间:
2015-04-15 16:58:48
阅读次数:
201
SEVERE: Cannot find specified temporary folder at D:\tomcat\temp java.lang.UnsatisfiedLinkError: D:\asmm\bin\tcnative-1.dll: Can‘t load AM D 64-bit .dll on a IA 32-bit platform ? ? ? ? at java....
分类:
其他好文 时间:
2015-04-15 11:39:19
阅读次数:
151
1、选中该项目,右键properties,选中Android的Project Build Target 中版本最高的一项,并点击Apply ->OK。如下图
2、选中Project,选中Clean...中要clean的项目点击ok,如下图所示:...
分类:
移动开发 时间:
2015-04-15 11:23:26
阅读次数:
165