码迷,mamicode.com
首页 >  
搜索关键字:work management serv    ( 13167个结果
postgresql 内存分配
postgresql的内存分配主要由shared_buffers、temp_buffers、work_mem、maintenance_work_mem参数控制。shared_buffers又可以叫做共享缓冲区,postgresql对数据操作时都要先将数据从磁盘读取到内存中,然后进行更新,最后再将数据...
分类:数据库   时间:2014-06-28 19:34:57    阅读次数:347
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 - 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
Domain-Driven Design FAQ
转载出处:http://www.cqrs.nu/FaqWhat is a domain?The field for which a system is built. Airport management, insurance sales, coffee shops, orbital flight, ...
分类:其他好文   时间:2014-06-28 11:56:38    阅读次数:289
配置管理系统和总体变更系统有什么差别与联系
一、配置管理系统(Configuration Management System,CMS)配置管理系统项目管理系统的一个子系统。它由一系列正式的书面程序组成,该系统包含文件和跟踪系统,并明白了为核准和控制变更所需的批准层次。配置管理系统是PMIS系统的子系统。该系统识别可交付成果状态、指导记录变更。...
分类:其他好文   时间:2014-06-28 10:49:05    阅读次数:189
软件工程术语(下)
A B C D E F G H I J K L [M] N O P Q R S T U V W X Y Z major defect主要缺陷 一个工作产品中所存在的那些严重影响产品功能的正确表现、且若在产品开发周期的后期发现将可能比在产品开发前期发现更加难以改正的故障。 management管理 ....
分类:其他好文   时间:2014-06-24 10:36:26    阅读次数:216
GCD介绍(转)
GCD介绍(一): 基本概念和Dispatch QueueGCD提供很多超越传统多线程编程的优势:易用:GCD比之thread跟简单易用。由于GCD基于work unit而非像thread那样基于运算,所以GCD可以控制诸如等待任务结束、监视文件描述符、周期执行代码以及工作挂起等任务。基于block...
分类:其他好文   时间:2014-06-22 23:58:08    阅读次数:432
c# async
?Methods (as well as lambda expressions or anonymous methods) can be markedwith the async keyword to enable the method to do work in a nonblockingmann...
分类:其他好文   时间:2014-06-21 17:58:34    阅读次数:197
微软职位内部推荐-ATG Engineer II
微软近期Open的职位:ATG Engineer - GeneralistReady to work on some of the most advanced hardware on the planet and solve mind-bending game development problem...
分类:其他好文   时间:2014-06-20 23:50:25    阅读次数:391
Tapestry Work With Mybatis
出处:http://www.blogjava.net/usherlight/archive/2010/01/06/308415.html与现在最流行的SSH相比较,Tapestry能够完全替代其中Struts2和Spring,但是他还是需要一个ORM的框架。IBatis由于比较低的学习曲线,也受到很...
分类:其他好文   时间:2014-06-20 19:59:04    阅读次数:379
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!