码迷,mamicode.com
首页 >  
搜索关键字:docker machine    ( 22182个结果
Siemens.Tecnomatics.Machine.Configurator.v1.0.0.639 1CD数字化制造解决方案
Siemens.Tecnomatics.Machine.Configurator.v1.0.0.639 1CD数字化制造解决方案Tecnomatix 是一个综合性数字化制造解决方案系统。这些解决方案把所有制造学科 – 从工艺布局规划和设计、工艺过程仿真与验证到制造执行 – 与产品工程连接起来,促进了...
分类:其他好文   时间:2014-06-28 18:46:24    阅读次数:485
解决谷歌浏览器在win8下没有注册类的问题
在网上搜索了很多方法,终于找到一种有用的,分享下新建一个txt,里面存放代码Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ChromeHTML\shell\open\command]@="\"C:\\...
分类:Windows程序   时间:2014-06-28 17:08:54    阅读次数:326
指定Webbrowser控件所用IE内核版本
如果电脑上安装了IE8或者之后版本的IE浏览器,Webbrowser控件会使用IE7兼容模式来显示网页内容。解决方法是在注册表中为你的进程指定引用IE的版本号。比如我的程序叫做a.exe对于32位程序HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Exp...
分类:Web程序   时间:2014-06-28 16:49:29    阅读次数:211
PatentTips - Supporting address translation in a virtual machine environment
BACKGROUNDA conventional virtual-machine monitor (VMM) typically runs on a computer and presents to other software the abstraction of one or more virt...
分类:其他好文   时间:2014-06-28 15:25:05    阅读次数:311
PatentTips - Virtual machine management using processor state information
BACKGROUND OF THE INVENTIONThe invention generally relates to virtual machine management, and more particularly to efficient scheduling of virtual mac...
分类:其他好文   时间:2014-06-28 14:54:06    阅读次数:319
PatentTips - Method to manage memory in a platform with virtual machines
BACKGROUND INFORMATIONVarious mechanisms exist for managing memory in a virtual machine environment. A virtual machine platform typically executes an ...
分类:其他好文   时间:2014-06-28 14:53:29    阅读次数:320
PatentTips - Resource partitioning and direct access utilizing hardware support for virtualization
BACKGROUNDThe present disclosure relates to the resource management of virtual machine(s) using hardware address mapping, and, more specifically, to f...
分类:数据库   时间:2014-06-28 14:31:49    阅读次数:288
PatentTips - Method, apparatus and system for instructing a virtual device from a virtual machine
BACKGROUND OF THE INVENTIONA virtual machine (VM) may be or include a framework or environment created by for example a virtual machine monitor (VMM) ...
分类:移动开发   时间:2014-06-28 14:30:32    阅读次数:232
Docker在Windows下的安装以及Hello World
本文主要介绍Docker在Windows下的安装。关于Docker的介绍和文档在其官网中可以找到:http://www.docker.com 。安装环境:Windows7。 Docker引擎使用了一个定制的Linux内核,所以要在Windows下运行Docker我们需要用到一个轻量级的虚拟机(...
分类:Windows程序   时间:2014-06-21 14:08:30    阅读次数:400
锁表查询
--锁表查询SQLSELECT object_name, machine, s.sid, s.serial# FROM gv$locked_object l, dba_objects o, gv$session s WHERE l.object_id = o.object_id AND l.sess...
分类:其他好文   时间:2014-06-20 15:36:49    阅读次数:201
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!