問題描述: 重启vm的时候会出现这样的错误,是因为你挂起模式的时候强制性重启或关了电脑。
NOT_IMPLEMENTED d:/build/ob/bora-1031769/bora/devices/vide/pciVide.c:728 A log
file is available...
分类:
其他好文 时间:
2014-05-27 00:38:29
阅读次数:
252
http://msdn.microsoft.com/zh-cn/library/bb397863.aspx Windows Presentation
Foundation (WPF) 通过添加一组特定于 WPF 的任务来扩展 Microsoft Build Engine (MSBuild),这些任务...
分类:
其他好文 时间:
2014-05-27 00:10:45
阅读次数:
364
构建node扩展的方法:
1,安装node.js 版本为0.10.24.msi
2,安装node-gyp, npm install -g node-gyp
3,构建 hello工程
cd 到 node-gyp-hello\src
node-gyp configure
node-gyp build
构建node-webkit扩展的方法:
1,安装node.js 版本为0.10...
分类:
编程语言 时间:
2014-05-22 23:38:12
阅读次数:
377
一.前期准备1)google account:用gmail邮箱就ok2)debug
key:也就是开发者金钥3)app ID:也就是package
名称【步骤】1.打开Eclipse->Eindows->Preferences->Android->Build 复制SHA1
fingerprint后面...
分类:
移动开发 时间:
2014-05-22 15:04:12
阅读次数:
288
This is a step-by-step instructional guide on
how to setup a BlackBerry 10 (BB10) development environment. This article
includes instructions for down...
分类:
移动开发 时间:
2014-05-22 14:13:11
阅读次数:
506
Other developers using your code will probably
expect the built-in JavaScript methods to work consistently and will not expect
your additions. And pro...
分类:
编程语言 时间:
2014-05-22 02:21:49
阅读次数:
298
=> build/tools/zipalign:
out/host/linux-x86/bin/zipalign (host)=> build/tools/atree:
out/host/linux-x86/bin/atree (host)=> build/tools:=> build/to...
分类:
移动开发 时间:
2014-05-22 00:26:32
阅读次数:
2792
Visual
Studio中的Build和Rebuild区别一般来说Rebuild=99%*(Clean+Build),效果在非常小的可能性下会不同,一般可以忽略。Rebuild是对Solution下的所有项目,逐个进行
Clean+Build。不论文件更改与否Clean+Build是对选中的项目(...
分类:
其他好文 时间:
2014-05-21 22:07:46
阅读次数:
312
根据SPContentType新建ItemItem01["ContentTypeId"] =
LinkCT.Id;Item01.Update();取SharePoint Build-In ContentType或者ColumnSPContentType
LinkCT = web.ContentTyp...
网上很多方法, 又重启编译器又clear的, 都没好使。
实际上是因为项目执行前没有自动保存, 而单单勾选project 中的 build automatically是没有用的 。
将项目先save 一下, 执行就可以了。
当然还是自动保存比较方便。
Windows-> preferences->run/debug>launching->save
re...
分类:
系统相关 时间:
2014-05-21 16:25:35
阅读次数:
354