我们在使用npm install 安装模块或插件的时候,有两种命令把他们写入到 package.json 文件里面去,比如:--save-dev--save在 package.json 文件里面提现出来的区别就是,使用 --save-dev 安装的 插件,被写入到 devDependencies 对...
分类:
其他好文 时间:
2014-11-28 16:15:01
阅读次数:
139
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘Controller‘: Injection of resource dependencies failed; nested exception is org.springframework.beans.factory...
分类:
编程语言 时间:
2014-11-28 12:48:48
阅读次数:
188
我在使用ARCCatalog发布地图服务时,报这个错:packaging failed 然后我从头试,发现它提示说我的目录'C:\Users\Administrator\AppData\Local\ESRI\Desktop10.1\Staging\arcgis on localhost_608...
分类:
其他好文 时间:
2014-11-28 06:15:16
阅读次数:
797
报错:Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGEPlease check logcat output for more details.Launch canceled! :这是我开始接触Arcgis android写的第一个骗日志....
分类:
移动开发 时间:
2014-11-28 00:56:06
阅读次数:
432
转自:http://blog.csdn.net/yuxiangyunei/article/details/26682015问题一:导入SDK中的Samples后,Messages中提示“Error:Cause: failed to find target android-19.0.1 Please ...
分类:
移动开发 时间:
2014-11-27 18:00:12
阅读次数:
166
我今天遇见一个蛋疼的问题,因为本机上装有两个xcode ,分别是xcode5.1.1和xcode6.1,xcode5版本真机测试没一点问题?但是xcode6真机测试的时候问题来了编译不通过,Command /usr/bin/codesign failed with exit code 1 的错误。于...
分类:
移动开发 时间:
2014-11-27 17:59:41
阅读次数:
214
Unable to load crypto library. Failed with error: "load_failed, Failed to load NIF library: ‘/usr/local/erlang/R16B03-1/lib/erlang/lib/crypto-3.2/priv/lib/crypto.so: undefined symbol: EC_GROUP_new_...
分类:
其他好文 时间:
2014-11-27 01:42:37
阅读次数:
242
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1解决方法:在Build Setting 搜索框中搜索...
分类:
其他好文 时间:
2014-11-26 22:35:42
阅读次数:
233
bind() to 0.0.0.0:443 failed (10013: An attempt was made to access a socket in a way forbidden by it...
分类:
数据库 时间:
2014-11-26 19:01:25
阅读次数:
2941
在进行本文的操作之前要先搭建一个Hadoop的环境,为了便于实验,可采用单节点部署的方式,具体方法可参见:Centos 6.5 下Hadoop 1.2.1单节点环境的创建
编写源码
主要为创建一个解析气象数据的程序,可以从数据文件中选择气温最高的一年,采用Maven进行编译。下面只包含Maper,Reduce,以及Main函数的代码。完整项目代码请参见
https://g...
分类:
其他好文 时间:
2014-11-26 14:18:14
阅读次数:
535