码迷,mamicode.com
首页 >  
搜索关键字:failed dependencies    ( 8612个结果
Connection failed: NT_STATUS_ACCOUNT_RESTRICTION
今天在linux机器上想要远程重启一台window的机器,输入命令后报错,如下Google了下,有说是window禁止远程空密码登录,于是到window系统中添加了密码,这下再运行这下执行就正常了
分类:其他好文   时间:2014-09-21 21:29:11    阅读次数:545
Android真机运行错误INSTALL_FAILED_MEDIA_UNAVAILABLE
问题描述现阶段正是进行示例程序内存优化测试。先后在手机上安装了好多程序,突然遇到如下问题:使用eclipse编译成功,即将布置到android手机上运行,却报错如下:Installationerror:INSTALL_FAILED_MEDIA_UNAVAILABLEPleasechecklogcatoutputformoredetails.Launchcanceled!网..
分类:移动开发   时间:2014-09-21 20:19:22    阅读次数:351
Failed to instantiate the default view controller
1, Failed to instantiate the default view controller for UIMainStoryboardFile ‘Main‘ - perhaps the designated entry point is not set? 这是因为给你的StoryBoard没有设置默认显示的controller, 解决方法...
分类:其他好文   时间:2014-09-21 02:40:09    阅读次数:220
ubuntu下安装subeclipse插件血泪史
1.安装subeclipse安装eclipse之后,Help->Install New Software...输入subeclips的更新地址http://subclipse.tigris.org/update_1.8.x 进行更新安装完毕重启之后,会有eclipse的报错:Failed to lo...
分类:系统相关   时间:2014-09-20 15:22:07    阅读次数:206
Collect preferences failed, class java/lang/AutoCloseable not found in D:\Program Files (x86)\Android\android-sdk\platforms\android-19\android.jar
Eclipse中出现这样的问题:Collect preferences failed, class java/lang/AutoCloseable not found in D:\Program Files (x86)\Android\android-sdk\platforms\android-19...
分类:移动开发   时间:2014-09-20 14:03:27    阅读次数:4381
directX根据设备类GUID查询所属的filter
hr = m_pSysDevEnum->CreateClassEnumerator(*clsid, &pEnumCat, 0);    ASSERT(SUCCEEDED(hr));    if FAILED(hr)        return;    // Enumerate all filters using the category enumerator    hr = EnumFilters...
分类:其他好文   时间:2014-09-20 08:51:29    阅读次数:199
Maven依赖的Scope去除部署不需要的jar 包(打包)
javax.servlet jsp-api 2.0 provided compile 默认的scope,表示 dependency 都可以在生命周期中使用。而且,这些dependencies 会传递到依赖的项目中。适用于所有阶段,会随着项目一起发布provided 跟compile相似,但是...
分类:其他好文   时间:2014-09-19 19:08:55    阅读次数:255
Nodejs express中创建ejs项目 error install Couldn't read dependencies
最近在看《Node.js开发指南》,看到使用nodejs进行web开发的时候,准备创建ejs项目遇到问题了书上命令为:express -t ejs microblog可是执行后,仍旧创建的是jade项目。原来,express3.x,express4.x中创建ejs命令更新为:express -e m...
分类:Web程序   时间:2014-09-19 19:03:35    阅读次数:256
Validation failed for one or more entities. See 'EntityValidationErrors' property for more details
C# Code First : Validation failed for one or more entities. See 'EntityValidationErrors' property for more details...
分类:其他好文   时间:2014-09-19 15:44:35    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!