今天在慕课网(很不错的一个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
这种问题,通常出现在添加第三方库文件或者多人开发时。这种问题一般是找不到文件而导致的链接错误。 我们可以从如下几个方面着手排查。 1.以如下错误为例,如果是多人开发,你同步完成后发现出现如下的错误。[html]view plaincopyUndefinedsymbolsforarchitecture...
分类:
其他好文 时间:
2014-12-11 11:47:11
阅读次数:
206
--经过数天的查阅网上的资料(资料各种坑啊,一系列问题!),终于让他在linux-mint17 cinnamon工作了网络上的资料问题:getting "llua_do_call: funcction conky_clock_rings execution failed: attempt to ca...
分类:
其他好文 时间:
2014-12-11 00:05:11
阅读次数:
313
转自: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
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 studio后发现项目的build.grade是这样的。 ``` buildscript { repositories { mavenCentral() } dependencies { classpath ‘com.android.tools.build:gradle:1.0.0-rc1‘ } } ``` 这是不能编译的,...
分类:
移动开发 时间:
2014-12-10 12:46:18
阅读次数:
158
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
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
在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
使用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