码迷,mamicode.com
首页 >  
搜索关键字:failed dependencies    ( 8612个结果
Gradle project sync failed.
Go to File > Settings > Gradle you will end up with this screen for setting up your gradle :Also make sure you have Google Repository in your Android ...
分类:其他好文   时间:2014-09-03 16:22:26    阅读次数:238
Android camera调用出现错误解决方法
启动不了camera,提示:03-28 23:43:03.640: E/AndroidRuntime(1542): java.lang.RuntimeException: setParameters failed 03-28 23:43:03.640: E/AndroidRuntime(1542):...
分类:移动开发   时间:2014-09-03 14:55:36    阅读次数:217
Eclipse : Web Deployment Assembly & Maven depende
标准web工程在eclipse中利用m2eclipse插件添加依赖管理后,在部署过程中没有将依赖的jar包自动拷贝到/WEB-INF/lib中。 参考了一些朋友的做法手动执行 [java]?view plaincopy mvn?dependency:copy-dependencies?...
分类:Web程序   时间:2014-09-02 16:02:05    阅读次数:229
MyBatis系列教程(六)-- 与Spring集成(Integrate with Spring)
所需要用到的其他工具或技术: 项目管理工具 : Maven 前台WEB展示:JSP 其他框架:Spring, Spring MVC 数据库 : Derby 新建一个Maven的Web项目 Maven Dependencies: org.springframework spring-context 4.0.0.RELEASE ...
分类:编程语言   时间:2014-09-02 14:10:24    阅读次数:249
HRESULT 的判断
对一个函数调用完成后,如果我们要判断其成功或者失败,不能简单地把返回值与S_OK或S_FALSE进行比较,因为函数成功执行之后,可能有不同的成功返回值,函数执行失败之后,也会有不同的失败返回值,所以,我们应该使用SUCCEEDED或FAILED宏来对HRESULT类型的结果值作出成功或失败的判断。例...
分类:其他好文   时间:2014-09-02 13:56:24    阅读次数:192
GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
warning:rpmts_HdrFromFdno:HeaderV3RSA/SHA256Signature,keyID0608b895:NOKEYRetrievingkeyfromfile:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6GPGkeyretrievalfailed:[Errno14]Couldnotopen/readfile:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6解决方案没有解决:今天更新为163的源..
分类:其他好文   时间:2014-09-02 12:38:35    阅读次数:546
Android - "cause failed to find target android-14" 问题
"cause failed to find target android-14" 问题本文地址: http://blog.csdn.net/caroline_wendyAndroid Studio 在加载OpenCV库时, 会出现报错: "cause failed to find target android-14"修改app文件夹中的build.gradle文件即可. 把SdkVersion改为...
分类:移动开发   时间:2014-09-02 12:29:54    阅读次数:224
mysql 启动错误 - server PID file could not be found
[root@centos var]# service mysql stopMySQL manager or server PID file could not be found! [FAILED]解决办法:首先查看一下进程[root@accenture /]# ps aux |grep mysq*r...
分类:数据库   时间:2014-09-02 12:12:34    阅读次数:173
maven 理解dependencyManagement和dependencies的区别
在同一个pom.xml内1、前者可以包含后者这个时候包含的所有dependency都不会被引入,只是声明,其作用是为子模块服务,便于管理子模块的依赖信息2、二者可以并列对当前模块作用:前者没有作用,不会引入任何内容,后者会引入所有dependency的内容对子模块的作用:前者的内容如果在子模块非de...
分类:其他好文   时间:2014-09-02 10:16:24    阅读次数:177
VMware workstation 安装错误提示1021解决方法
Failed to create the requested registry key Key: Installer Error: 1021解决方法:删除注册表--HKEY_LOCAL_MACHINE\SOFTWARE\VMware。Inc. 再重新安装即可。
分类:其他好文   时间:2014-09-02 00:11:10    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!