码迷,mamicode.com
首页 >  
搜索关键字:operations manager、virtual machine manager    ( 13643个结果
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
java学习----入门概念
1.关于java语言的基本概念java,面向对象,跨平台,适合分布式计算,解释型语言,具有多线程处理能力和较高的安全性.JVM (java virtual machine) java虚拟机, 能够运行java bytecode的虚拟机,是java平台的一部分。JVM屏蔽来与具体os相关的信息,使得j...
分类:编程语言   时间:2014-06-21 10:26:05    阅读次数:319
Leetcode LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:其他好文   时间:2014-06-21 09:18:50    阅读次数:263
PatentTips - Virtual translation lookaside buffer
BACKGROUND OF THE INVENTIONA conventional virtual-machine monitor (VM monitor) typically runs on a computer and presents to other software the abstrac...
分类:其他好文   时间:2014-06-21 06:29:43    阅读次数:181
PatentTips - System and method to deprivilege components of a virtual machine monitor
BACKGROUND INFORMATIONAn embodiment of the present invention relates generally to virtualization platforms and, more specifically, to a system and met...
分类:其他好文   时间:2014-06-21 00:58:07    阅读次数:297
PatentTips - Improving security in a virtual machine host
BACKGROUNDComputer viruses are a common problem for computer users. One typical mode of attack is to send an electronic mail message (e-mail) containi...
分类:其他好文   时间:2014-06-21 00:51:41    阅读次数:285
PatentTips - Control register access virtualization performance improvement
BACKGROUND OF THE INVENTIONA conventional virtual-machine monitor (VMM) typically runs on a computer and presents to other software the abstraction of...
分类:数据库   时间:2014-06-21 00:36:46    阅读次数:377
PatentTips - Transparent unification of virtual machines
BACKGROUNDVirtualization technology enables a single host computer running a virtual machine monitor ("VMM") to present multiple abstractions and/or v...
分类:其他好文   时间:2014-06-21 00:34:11    阅读次数:363
PatentTips - Enhancing the usability of virtual machines
BACKGROUNDVirtualization technology enables a single host computer running a virtual machine monitor ("VMM") to present multiple abstractions and/or v...
分类:其他好文   时间:2014-06-21 00:09:42    阅读次数:451
锁表查询
--锁表查询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
迷上了代码!