码迷,mamicode.com
首页 >  
搜索关键字:failed dependencies    ( 8612个结果
Android SDK 安卓失败 提示: “Failed to fetch URL…” 的错误提示
解决方法:1. 打开Tools 选择 options 将 第一个复选框勾上。 (尝试一下,如果还是失败,参考2)2. 打开本地host 文件, 在最后一行添加 74.125.237.1 dl-ssl.google.com 然后运行打开cmd : ping dl-ssl.google...
分类:移动开发   时间:2014-10-27 10:47:00    阅读次数:184
安全登录
[root@rac02 log]# grep "Failed password for root" /var/log/secure.1|wc -l27625[root@rac02 log]# grep "Failed password for root" /var/log/secure.2|wc -...
分类:其他好文   时间:2014-10-27 10:33:51    阅读次数:205
windbg symbol path
SRV*c:\symbols*http://msdl.microsoft.com/download/symbols;srv*DRIVER_POWER_STATE_FAILURE (9f)A driver has failed to complete a power IRP within a spec...
分类:数据库   时间:2014-10-27 06:53:32    阅读次数:401
SQL Server 2008 安装(lpt亲测)
SQL Server安装真的遇到好多问题啊!! 于是就决定写个备忘,方便自己也方便别人。 1.下载安装包 2.打开安装包,就遇到了restart computer 那里failed的错误,导致无法继续,一开始以为安装包的问题,后来查了下才发现不是,动作如下: 开始 —> 运行regedit —...
分类:数据库   时间:2014-10-27 06:49:41    阅读次数:209
registered the JBDC driver [oracle.jdbc.OracleDriver] but failed to unregister it when the web application was stopped. (转)
最近项目中遇见一问题,在开发环境没有问题的代码,到了生产环境就会报如下错误: 严重:AwebapplicationregisteredtheJBDCdriver[oracle.jdbc.OracleDriver]butfailedtounregisteritwhenthewebapplication...
分类:移动开发   时间:2014-10-26 21:13:00    阅读次数:378
安装java和eclipse的一些注意事项
出现问题:1.cmd命令行无法运行javac文件,错误提示:‘javac’isnotrecognizedasaninternalorexternalcommand,operableprogramorbatchfile.2.FailedtoloadtheJNIsharedlibrary"XXXXXXXXX\bin]server\jvm,dll"测试环境:OperatingSystemWin8x64Javajdk1.7.0_71(x86)Eclipse各版..
分类:编程语言   时间:2014-10-26 19:54:21    阅读次数:206
Hadoop build error java.lang.NoClassDefFoundError: org/sonatype/aether/graph/DependencyFilter
When running the command:+ mvn site site:stage -DskipTests -DskipTest -DskipITsyou get an error:[ERROR] Failed to execute goal org.apache.maven.plugin...
分类:编程语言   时间:2014-10-26 15:31:03    阅读次数:405
MYSQL登录错误:mysqladmin: connect to server at 'localhost' failed
一、mysql登录错误mysqladmin: connect to server at 'localhost' failederror: 'Access denied for user 'root'@'localhost' (using password: YES)'无法修改密码用 service ...
分类:数据库   时间:2014-10-26 11:27:02    阅读次数:202
Androd 入门第一个项目几点注意
1. 新建hello world总是不成功,提示The container 'Android Dependencies' references non existing library网上查资料有的说 clean 项目,然后 fix 之类的,各种不管用。又有人说 appcompat_v7是googl...
分类:其他好文   时间:2014-10-25 18:44:44    阅读次数:363
[wifi-bcm4330] miscellaneous things on bcm4330 wifi
1. HOST_WAKE irq trigger polarity, HIGH-LEVEL(default) or LOW-LEVEL2. Reasons for "enable f2 failed" why does the error "enable F2 failed" , the reaso...
分类:其他好文   时间:2014-10-25 10:32:17    阅读次数:147
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!