今天在linux机器上想要远程重启一台window的机器,输入命令后报错,如下Google了下,有说是window禁止远程空密码登录,于是到window系统中添加了密码,这下再运行这下执行就正常了
分类:
其他好文 时间:
2014-09-21 21:29:11
阅读次数:
545
问题描述现阶段正是进行示例程序内存优化测试。先后在手机上安装了好多程序,突然遇到如下问题:使用eclipse编译成功,即将布置到android手机上运行,却报错如下:Installationerror:INSTALL_FAILED_MEDIA_UNAVAILABLEPleasechecklogcatoutputformoredetails.Launchcanceled!网..
分类:
移动开发 时间:
2014-09-21 20:19:22
阅读次数:
351
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
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
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
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
javax.servlet jsp-api 2.0 provided compile 默认的scope,表示 dependency 都可以在生命周期中使用。而且,这些dependencies 会传递到依赖的项目中。适用于所有阶段,会随着项目一起发布provided 跟compile相似,但是...
分类:
其他好文 时间:
2014-09-19 19:08:55
阅读次数:
255
最近在看《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
C# Code First : Validation failed for one or more entities. See 'EntityValidationErrors' property for more details...
分类:
其他好文 时间:
2014-09-19 15:44:35
阅读次数:
195