码迷,mamicode.com
首页 >  
搜索关键字:vagrant 虚拟机化 window    ( 28838个结果
Minimum Window Substring
Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n).For example,S="ADOBECODEBA...
分类:Windows程序   时间:2014-06-04 19:07:31    阅读次数:385
在CDHtmlDialog中处理WindowClosing
要截获window.close(),就得截获CDHtmlDialog的WindowClosing。以下是示例代码:// headerDECLARE_EVENTSINK_MAP()void WindowClosing(VARIANT_BOOL IsChildWindow, VARIANT...
分类:Windows程序   时间:2014-06-03 14:15:11    阅读次数:389
1、如何完全卸载VS2008
将控制面板添加删除程序中带有以下字样的全部卸载。带*的,说明带这个字符的不只一个项目。如果带有语言包先删语言包,如果带有有SP先删SP!Microsoft Visual Studio 2008Microsoft Document Explorer 2008 *Microsoft Device Emu...
分类:其他好文   时间:2014-06-03 11:27:25    阅读次数:222
微信更改分享图片和分享链接的方法
1.将以下代码加到head头里2.更改window.imgUrl的值(图片地址)3.更改link,title,desc这些参数
分类:微信   时间:2014-06-03 09:15:45    阅读次数:603
window下 memecache安装及操作命令
1.下载memcached文件2.复制到服务器安装环境下3.使用dos下的命令行,切换到memcached所在的目录(cd /d D:\aaa\bbb\ccc)4.----1、安装memcached.exe –d install 2、启动memcached.exe -d start5.使用方法为“t...
分类:Windows程序   时间:2014-06-03 08:22:56    阅读次数:524
Myeclipse开发内存溢出问题
MyEclipse开发内存溢出问题window --> preferences --> MyEclipse --> servers --> Tomcat --> JDK 里面在Optional Java VM arguments: 下面加如下内容:-Xmx512m -Xms256m -XX:MaxN...
分类:系统相关   时间:2014-06-03 08:07:18    阅读次数:275
总结JS实现页面的刷新和跳转
使用iframe、弹出子页面刷新父页面iframeparent.location.reload();弹出子页面window.opener.location.reload();--这个方法是我尝试过的,可以成功实现我想要的功能,其他的没有尝试,不能保证绝对的正确.子窗口刷新父窗口self.window...
分类:Web程序   时间:2014-05-30 20:23:05    阅读次数:302
JS 父页面调子页面(2种情况),子掉父级(1种)(转)
A :父级调用子级页面 ,非IFRAME情况,类似平级: window.open("子页面.html", "", "width=1024,height=768"); window.opener.子页面函数名字();B : 父级调用子级页面 ,IFRAME情况 window.frames["ifram...
分类:Web程序   时间:2014-05-30 18:18:47    阅读次数:271
找回CentOS启动菜单
重装Windows时,Windows的启动菜单会覆盖Linux启动菜单。Ubuntu找回比较容易,CentOS相对比较麻烦。步骤如下:1. 用UltraISO制作CentOS 6的启动盘。2. U盘启动CetnOS,从启动菜单选择"Rescue installed system"3. 启动shell...
分类:其他好文   时间:2014-05-29 22:08:01    阅读次数:307
make screenshot at Eclipse
In Eclipse, from the Window menu, select Open Perspective > Other... > DDMS. Select the Kindle Fire tablet, and click the camera icon. (If the tablet ...
分类:系统相关   时间:2014-05-29 20:29:15    阅读次数:479
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!