码迷,mamicode.com
首页 >  
搜索关键字:minimum window subst    ( 31566个结果
VM啟動異常
問題描述: 重启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() return null 解决办法
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-...
分类:Windows程序   时间:2014-05-23 02:30:07    阅读次数:472
html5 Web Notifications
最近做的一个仿微信网页版的站点,有一个新需求, 需要实现在新消息入线时,有桌面通知的效果,所以最近就稍微了解一下这个html5的新属性。 这边有个不错的demo:html5 web notification demo 从上面这个demo中 我们就可以获取所需要的基本核心代码,如下: var Notification = window.Notification ||...
分类:Web程序   时间:2014-05-23 01:36:12    阅读次数:353
Window上python开发--4.Django的用户登录模块User
django的用户注册和登录...
分类:编程语言   时间:2014-05-23 00:52:21    阅读次数:481
JavaScript获取路径
JavaScript获取路径 1、设计源码 JavaScript获取路径 function findPath() { //获取当前网址 var curNetAddr = window.document.location.href;...
分类:编程语言   时间:2014-05-23 00:22:27    阅读次数:438
UI 资料
android window 一些属性说明 @null :Dialog的windowFrame框为无 true:是否浮现在activity之上 false:是否半透明 true:是否显示title @drawable/dia_bg:设置dialog的背景 false: 背景是否模糊显示...
分类:其他好文   时间:2014-05-22 23:47:57    阅读次数:344
window server2008 映射端口
例如:开放8080端口 netsh firewall add portopening TCP 8080 MyWebPort 8080端口号 MyWebPort 名称 可任意取...
分类:Windows程序   时间:2014-05-22 22:57:56    阅读次数:343
LeetCode: Jump Game II [044]
【题目】 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
windows下远程访问ubuntu14.04桌面
其实在ubuntu下开启远程桌面很简单,只需要在remote desktop share 里面开启就行了,并不需要安装额外的vnc 服务器。在window上,我们只需要下载一个vnc客户端便可以连接。如图:在ubuntu13.10的时候这样子就可以了,很是方便,但是我升级到14.04的时候,死活连接...
分类:Windows程序   时间:2014-05-22 15:05:33    阅读次数:541
Win8.1设置窗口背景颜色为护眼色
注册表法window+R ---》输入regedit(点击确定后进入注册表编辑器)需要修改以下两个地方,重启电脑生效:[HKEY_CURRENT_USER\Control Panel\Colors] "Window"="202 234 206" [HKEY_LOCAL_MACHINE\SOFTWA....
分类:Windows程序   时间:2014-05-22 14:21:03    阅读次数:410
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!