码迷,mamicode.com
首页 >  
搜索关键字:error    ( 30038个结果
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
1、错误描述[ERROR:]2015-11-05 14:37:52,558 [插入失败] report.service.impl.ReportServiceImpl org.hibernate.exception.JDBCConnectionException: error executing work at org.hibernate.exception.internal.SQLStateCo...
分类:数据库   时间:2015-11-06 09:44:52    阅读次数:426
Error: "Call requires API level 11 (current min is 8): android.app.Activity#onCreateView"
20151106:通过默认设置创建一个项目,如图:创建好了之后,打开 MainActivity.java 发现里面有报错,如图:处理方式1:将AndroidManifest.xml 中的 “android:minSdkVersion="8"” 改为 11以上。但是老的手机可能会不支持。处理方式2:对...
分类:移动开发   时间:2015-11-06 09:41:33    阅读次数:1738
php开发中应该注意错误
我们可能一开始就接触一个项目的开发,刚开始时都是信心满满,一定把这个项目做得非常完美,但是时间那么少,任务那么多,我们就只有将就了。 首先,一般情况下,我们会加一个调试标志,define('APP_DEBUG', true); 用以一些方便的地方进行特殊操作,也会将error_repo...
分类:Web程序   时间:2015-11-06 08:30:27    阅读次数:225
What is the Database Initialization Parameter That is Associated to an ORA-32004 Error ?
APPLIES TO:Oracle Database - Enterprise Edition - Version 9.2.0.1 to 11.2.0.3 [Release 9.2 to 11.2]Information in this document applies to any platfor...
分类:数据库   时间:2015-11-05 23:56:55    阅读次数:189
SharePoint Error - The SharePoint server was moved to a different location.
错误The SharePoint server was moved to a different location. ( Error from SharePoint site: HttpStatusCode Redirect The request failed with the error mes...
分类:其他好文   时间:2015-11-05 20:36:55    阅读次数:234
php的错误级别
deprecated 不赞成使用,可能有漏洞可能效率低,以后的版本不支持等notice 通知级别的错误warning 警告 这个需要看代码是不是哪里出了问题 以上三个程序仍然继续向下执行fatal error 致命错误 程序停止执行parse error 解析错误了 直接挂了 程序停止执...
分类:Web程序   时间:2015-11-05 20:34:32    阅读次数:233
安装scrapy报错问题解决
今天在安装scrapy时候,最后一步出现下面报错(操作系统为centerOS 6.4)error: Setup script exited with error: command 'gcc' failed with exit status 1原因是由于系统中缺少几个模块,执行下列命令,问题解决:yu...
分类:其他好文   时间:2015-11-05 20:18:03    阅读次数:146
安装office 2010出现1402错误,
死活安装不成功,,经过百度不解地努力,终于成功了Answer:(经测试可以解决)2、到下面的link下载微软官方的msi文件,文件名为subinacl.msihttp://www.microsoft.com/download/en/confirmation.aspx?id=23510也可以从下面的百度网盘里下载:http://pan.baidu.com/share/link?sha..
分类:其他好文   时间:2015-11-05 19:00:37    阅读次数:183
MySQL安装故障解决
mysql故障:[root@MYSQL_M~]#/etc/init.d/mysqldrestartStartingMySQL.......ERROR!Managerofpid-filequitwithoutupdatingfile.[root@MYSQL_M~]#可能一:启动配置文件/etc/init.d/mysqld中的basedir和datadir目录没有指定,默认找安装目录去了。需要就需要指定datadir的目录。..
分类:数据库   时间:2015-11-05 16:42:43    阅读次数:207
git error
一,今天在上传代码时出错:$ git push -u origin mastererror: The requested URL returned error: 403 Forbidden while accessing https://github.com/freemao/Genotype-cor...
分类:其他好文   时间:2015-11-05 14:48:37    阅读次数:147
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!