問題描述: 重启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
getActiveWorkbenchWindow 有如下声明
/**
* Returns the currently active window for this workbench (if any). Returns
* null if there is no active workbench window. Returns
* null if called from a non-...
最近做的一个仿微信网页版的站点,有一个新需求, 需要实现在新消息入线时,有桌面通知的效果,所以最近就稍微了解一下这个html5的新属性。
这边有个不错的demo:html5 web notification demo
从上面这个demo中 我们就可以获取所需要的基本核心代码,如下:
var Notification = window.Notification ||...
分类:
Web程序 时间:
2014-05-23 01:36:12
阅读次数:
353
JavaScript获取路径
1、设计源码
JavaScript获取路径
function findPath()
{
//获取当前网址
var curNetAddr = window.document.location.href;...
分类:
编程语言 时间:
2014-05-23 00:22:27
阅读次数:
438
android window 一些属性说明
@null :Dialog的windowFrame框为无
true:是否浮现在activity之上
false:是否半透明
true:是否显示title
@drawable/dia_bg:设置dialog的背景
false: 背景是否模糊显示...
分类:
其他好文 时间:
2014-05-22 23:47:57
阅读次数:
344
例如:开放8080端口
netsh firewall add portopening TCP 8080 MyWebPort
8080端口号
MyWebPort 名称 可任意取...
【题目】
Given an array of non-negative integers, you are initially positioned at the first index of the array.
Each element in the array represents your maximum jump length at that position.
Your goal is to reach the last index in the minimum number of ju...
分类:
其他好文 时间:
2014-05-22 17:02:20
阅读次数:
244
其实在ubuntu下开启远程桌面很简单,只需要在remote desktop share
里面开启就行了,并不需要安装额外的vnc
服务器。在window上,我们只需要下载一个vnc客户端便可以连接。如图:在ubuntu13.10的时候这样子就可以了,很是方便,但是我升级到14.04的时候,死活连接...
注册表法window+R
---》输入regedit(点击确定后进入注册表编辑器)需要修改以下两个地方,重启电脑生效:[HKEY_CURRENT_USER\Control
Panel\Colors] "Window"="202 234 206" [HKEY_LOCAL_MACHINE\SOFTWA....