In one embodiment, a method includes transitioning control to a virtual machine (VM) from a virtual machine monitor (VMM), determining that aVMMtimer ...
分类:
其他好文 时间:
2014-09-09 12:03:18
阅读次数:
411
链接:http://ued.taobao.org/blog/2010/01/the-practice-guidelines-of-interaction-design-the-balance-between-breadth-and-depth/相信大家对街边林林总总的房产中介并不陌生,那么我们先看看...
分类:
其他好文 时间:
2014-09-09 11:43:28
阅读次数:
361
Techniques for configuring ahypervisorschedulerto make use of cache topology of processors and physical memory distances between NUMA nodes when makin...
分类:
其他好文 时间:
2014-09-09 11:31:48
阅读次数:
296
What's the difference between DOM and SAX?DOM creates tree-like representation of the XML document in memory, SAX is event-based.What's the differen.....
分类:
编程语言 时间:
2014-09-09 11:21:18
阅读次数:
237
A lot of interviewers like to ask the candidates the difference between set and multiset(map and multimap).What does multi actually mean?Multi-conta.....
分类:
其他好文 时间:
2014-09-06 16:04:23
阅读次数:
285
A method and apparatus for preservingmemoryordering in a cache coherent link based interconnect in light of partial and non-coherentmemoryaccesses is ...
分类:
数据库 时间:
2014-09-05 19:37:41
阅读次数:
373
Cliff Climbing
Time Limit: 10 Seconds Memory Limit: 32768 KB
At 17:00, special agent Jack starts to escape from the enemy camp. There is a cliff in between the camp and the nearest safety...
分类:
其他好文 时间:
2014-09-05 18:13:01
阅读次数:
296
观察者模式(Observer Pattern)在项目中经常会被使用到,也被叫做发布订阅模式,也就是说 观察者 = 发布者 + 订阅者
GoF的《设计模式》中对观察者是这样描述的:
Define a one-to-many dependency between objects so that when one object changes state, all its depende...
分类:
其他好文 时间:
2014-09-05 01:00:30
阅读次数:
373
primary key:主键约束unique key:唯一键约束相同点:唯一,既值都不能重复不同点: 1.一个表中只能有一个主键约束,但是唯一键约束可以有多个; 2.主键约束可以由一个或多个键组成,而唯一键约束只作用在一个键上; 3.主键作用的字段值不能为空,而唯一键作用的字段值可以为空。 主...
分类:
其他好文 时间:
2014-09-04 18:47:59
阅读次数:
216
The Java Message Service(JMS) API is a Java Message Oriented Middleware API for sending messages between two or moreclients . JMS is a part of the Ja....
分类:
编程语言 时间:
2014-09-03 22:40:17
阅读次数:
285