今天eclipse突然报了com/genuitec/eclipse/j2eedt/core/J2EEProjectUtil 错误,并且工程文件打不开了,在网上找了一下资料,然后按照方法操作了一遍,好了,解决方法如下:错误提示信息:An error has occurred.See error log...
分类:
系统相关 时间:
2015-01-09 17:16:08
阅读次数:
219
问题描述:
配置完eclipse环境之后,导入代码,打开布局文件切换到视图的时候,弹出对话框,报Erroer:An internal error occurred during: "Check Android SDK"
问题解决:
由于SDK版本过高,和当前的Eclipse版本不匹配,然后把“sdk\android-sdk-windows\platforms”和“sdk\android-sd...
分类:
移动开发 时间:
2015-01-08 15:20:50
阅读次数:
184
严重: Exception occurred during processing request: Unknown entity: com.hf.gfr.dao.impl.GfTeamPositionDaoImpl
org.hibernate.MappingException: Unknown entity: com.hf.gfr.dao.impl.GfTeamPositionDaoImpl
a...
分类:
移动开发 时间:
2015-01-07 21:00:12
阅读次数:
357
今天收到邮件mysql从库同步出错了,后来跟开发沟通了一下说是,测试的时候向从库里插入过数据,后来删除了,以为不会影响主库,然后这个程序再向主库插入数据的时候报这个错了,网上找了一下解决方法:修改mysql配置文件/etc/my.cnf在[mysqld]下加一行slave_skip_errors=1062,..
分类:
数据库 时间:
2015-01-07 19:05:56
阅读次数:
237
:app:dexDebugError: Could not create the Java Virtual Machine.Error: A fatal exception has occurred. Program will exit. FAILEDFAILURE: Build failed wi...
分类:
移动开发 时间:
2015-01-07 16:40:39
阅读次数:
426
今天在linux下 用tar -zxf xxx.tar.bz2然后就报这个错。gzip: stdin: not in gzip formattar: Child returned status 1tar: Error exit delayed from previous errors解决方案:压缩包...
分类:
其他好文 时间:
2015-01-07 16:27:54
阅读次数:
162
(转载)http://www.cnblogs.com/jiangyao/archive/2010/07/10/1774981.html 1.创建自己的404.html页面? 2.更改nginx.conf在http定义区域加入:?fastcgi_intercept_errors on;? 3.更改nginx.conf(或单独网站配...
分类:
其他好文 时间:
2015-01-07 13:19:10
阅读次数:
162
An error occurred on the server when processing the URL. Please contact the system administrator.If you are the system administrator please click her....
分类:
Web程序 时间:
2015-01-07 12:38:04
阅读次数:
184
安装完JDK ,设定环境变量后出现这个错误:[root@localhost lib]# javacError occurred during initialization of VMjava/lang/NoClassDefFoundError: java/lang/Object[root@local...
分类:
编程语言 时间:
2015-01-07 00:36:03
阅读次数:
172
环境:linux,mysql5.5.21错误:Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'原因: 同一个ip在短时间内产生太多(超过mysql数据库max_conne....
分类:
数据库 时间:
2015-01-06 17:19:55
阅读次数:
219