码迷,mamicode.com
首页 >  
搜索关键字:failed dependencies    ( 8612个结果
window上mongodb错误:No connection could be made
今天在慕课网(很不错的一个IT技术免费网站)上学习nodeJS开发电影网站,其中使用到了mongo数据库,但是在执行中遇到了如下错误! Failed to connect to 127.0.0.1:27017, reason: errno:10061 No connection could be made because the target machine actively ref...
分类:数据库   时间:2014-12-11 12:21:26    阅读次数:232
出现( linker command failed with exit code 1)错误总结 (转)
这种问题,通常出现在添加第三方库文件或者多人开发时。这种问题一般是找不到文件而导致的链接错误。 我们可以从如下几个方面着手排查。 1.以如下错误为例,如果是多人开发,你同步完成后发现出现如下的错误。[html]view plaincopyUndefinedsymbolsforarchitecture...
分类:其他好文   时间:2014-12-11 11:47:11    阅读次数:206
conky-lua
--经过数天的查阅网上的资料(资料各种坑啊,一系列问题!),终于让他在linux-mint17 cinnamon工作了网络上的资料问题:getting "llua_do_call: funcction conky_clock_rings execution failed: attempt to ca...
分类:其他好文   时间:2014-12-11 00:05:11    阅读次数:313
SDK Manager failed to install 'java.exe' locking directory
转自:http://stackoverflow.com/questions/13587478/sdk-manager-failed-to-install-java-exe-locking-directoryI have ran into a curious error when trying to ...
分类:编程语言   时间:2014-12-10 19:33:28    阅读次数:321
HRESULT的详细说明
1. SUCCEEDED 原型如下: BOOL SUCCEEDED( HRESULT hr ); 对应的定义(具体的实现):#define SUCCEEDED(hr) (((HRESULT)(hr)) >= 0) 2. FAILED 原型如下: BOOL FAILED( HRESULT hr ); 对应的定义(具体的实...
分类:其他好文   时间:2014-12-10 14:37:50    阅读次数:233
Android eclipse项目转成Android studio项目遇到的问题
##导入到Android studio后发现项目的build.grade是这样的。 ``` buildscript { repositories { mavenCentral() } dependencies { classpath ‘com.android.tools.build:gradle:1.0.0-rc1‘ } } ``` 这是不能编译的,...
分类:移动开发   时间:2014-12-10 12:46:18    阅读次数:158
最后的日子-训练2
A - Solve equationCrawling in process... Crawling failed Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Time Limit:1000MS Memory...
分类:其他好文   时间:2014-12-09 22:50:00    阅读次数:305
IOS AFNetworking2.0 问题
1、Error Domain=AFNetworkingErrorDomain Code=-1011 "Request failed: not found (404)" UserInfo=0x86811c0 {NSErrorFailingURLKey=http://192.168.6.77:8080/demo/rest/demo/getApplicationList, NSLocalizedDesc...
分类:移动开发   时间:2014-12-09 19:40:37    阅读次数:353
Unmet dependencies. Try 'apt-get -f install' with no packages
在ubuntu14.04上用sudoapt-get install percona-xtrabackup安装xtrabackup时提示zhj@my-SERVER:~$ sudo apt-get install percona-xtrabackup[sudo] password for zhj:Rea...
分类:其他好文   时间:2014-12-09 19:32:56    阅读次数:149
No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
使用Maven中的maven-build来本地调试项目,启动后在console出现如下错误信息 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)on project XXXX: Compilation failure [ERR...
分类:其他好文   时间:2014-12-09 15:40:11    阅读次数:1551
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!