码迷,mamicode.com
首页 >  
搜索关键字:openstack window    ( 32127个结果
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
总结JS实现页面的刷新和跳转
使用iframe、弹出子页面刷新父页面iframeparent.location.reload();弹出子页面window.opener.location.reload();--这个方法是我尝试过的,可以成功实现我想要的功能,其他的没有尝试,不能保证绝对的正确.子窗口刷新父窗口self.window...
分类:Web程序   时间:2014-05-30 20:23:05    阅读次数:302
silverlight 跳转指定的aspx页面
1.在xaml.cs中直接访问、并传递参数1 System.Windows.Browser.HtmlPage.Window.Navigate(new Uri(HtmlPage.Document.DocumentUri, string.Format("ReportQuery/ReportFolder....
分类:Web程序   时间:2014-05-30 08:11:40    阅读次数:259
.net使用Ajax在前台调用后台方法
/*--------前台JS代码-----------*/ var http_request;function GetAjaxObject(coaInfo){ //根据浏览器的不同来获取XMLHttpRequest对象 if (window.XMLHttpRequest) { // Mozi...
分类:Web程序   时间:2014-05-30 06:05:03    阅读次数:223
Openstack中RabbitMQ RPC代码分析
在Openstack中,RPC调用是通过RabbitMQ进行的。 任何一个RPC调用,都有Client/Server两部分,分别在rpcapi.py和manager.py中实现。 这里以nova-scheduler调用nova-compute为例子。 nova/compute/rpcapi.py中有...
分类:其他好文   时间:2014-05-30 04:40:26    阅读次数:316
window命令及快捷键
所有资料来源于网络,老鸟请直接跳过。 window命令 命令是什么? 命令是一切程序启须途径,事实上,点击桌面图标就是启动命令 搜狗浏览器为例: 快捷方式→目标,目标里面就是双击图标时系统真正执行的命令,"D:\Program Files\SogouExplorer\SogouExplorer.ex...
分类:Windows程序   时间:2014-05-30 03:20:08    阅读次数:407
找回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
OpenStack IceHouse 部署 - 1 - 架构说明
参考架构Architecture from OpenStack Install GuideReference Architecture Network Isolation在本次部署中,我们采用了OpenStack中新的网络管理组件(neutron),具体参见安装指导。右图为该网络部署结构的示意,分为...
分类:其他好文   时间:2014-05-29 11:48:19    阅读次数:289
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!