码迷,mamicode.com
首页 >  
搜索关键字:failed dependencies    ( 8612个结果
running boot2docker -> error in run: Failed to get machine “boot2docker-vm”: machine does not exist
boot2docker starterror in run: Failed to get machine "boot2docker-vm": machine does not exist boot2docker initerror in run: Failed to initialize ma...
分类:系统相关   时间:2014-11-21 18:15:47    阅读次数:1734
git在push的时候出现insufficient permission for adding an object错误
pushgit库,报错。今天有同事找我,问我怎么回事,去看的时间,发现确实是权限问题,git库的所有者为nobody,remo@remo:/qualcomm/jenkins/r1528_ap/oe-core$gitpushCountingobjects:10,done.Deltacompressionusingupto4threads.Compressingobjects:100%(5/5),done.Writingobje..
分类:其他好文   时间:2014-11-21 16:43:22    阅读次数:242
MFC: 聊天室创建
1. 创建一个DIALOG的项目2. 在资源里创建聊天室界面3. 在CDialog::InitInstance里开头增加:if (!AfxSocketInit()) { AfxMessageBox("load socket liabrary failed!"); return FALSE...
分类:编程语言   时间:2014-11-21 16:07:22    阅读次数:326
[INS-20802] Oracle Net Configguration Assistant faild
Redhat/Centos 安装oracle11gR2时出现以下错误: [INS-20802] Oracle Net Configuration Assistant failed 查看对应日志文件,信息如下: INFO: Oracle Net Services Configuration: INFO...
分类:数据库   时间:2014-11-21 14:00:46    阅读次数:180
Spring-----2、Spring的下载和安装
一、在JavaSE应用中使用Spring                 1、下载Spring(下载1)                        下载:spring-frameword-3.05.RELEASE-with-docs.zip(Spring框架及文档) + spring-frameword-3.0.5.RELEASE-dependencies.zip(Spring框架编译和...
分类:编程语言   时间:2014-11-21 12:50:18    阅读次数:152
【Java】 java.net.SocketException: recvfrom failed: ECONNRESET
今天碰到了这个异常,错误代码就不贴了,把答案记下。ok, the answer was that it's the server's fault - it had to close the connection after each request .it might be that android...
分类:编程语言   时间:2014-11-21 12:30:07    阅读次数:215
Maven管理的jar没有发布到WEB-INF/lib下的解决方案
标准web工程在eclipse中利用m2eclipse插件添加依赖管理后,在部署过程中没有将依赖的jar包自动拷贝到/WEB-INF/lib中。 参考了一些朋友的做法手动执行 [java]?view plaincopy mvn?dependency:copy-dependencies?...
分类:编程语言   时间:2014-11-21 10:53:55    阅读次数:178
打开Eclipse出现 parsesdkcontent failed 的解决办法
出现这个问题是由于系统曾安装过SDK和AVD,所以需要删除.android和相应的workspace文件夹,然后进入我的电脑->高级系统设置->环境变量,在系统变量里,更新ANDROID_SDK_HOME的地址,比如:F:\ADT\adt-bundle-windows\sdk,最后在用户变量里新增:...
分类:系统相关   时间:2014-11-21 10:28:21    阅读次数:190
windows 2008 下C#调用office组件访问拒绝的解决方法(failed due to the following error: 80070005 拒绝访问)
"组件服务"- >"计算机"- >"我的电脑"- >"DCOM配置"->找到word->属性->"标识"标签,选择"交互式用户"备注:(如果出现注销服务器后就报错“error: 8000401a 因为配置标识不正确,系统无法开始服务器进程。请检查用户名和密...”,就把交互式用户换成“下列用户”然后...
分类:Windows程序   时间:2014-11-20 18:24:32    阅读次数:551
pods版本过低的解决方法
当执行pod install时候出现以下信息:Analyzing dependencies[!] The version of CocoaPods used to generate the lockfile (0.34.4) is higher than the version of the cur...
分类:其他好文   时间:2014-11-20 14:53:30    阅读次数:147
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!