码迷,mamicode.com
首页 >  
搜索关键字:work management serv    ( 13167个结果
PatentTips - Zero voltage processor sleep state
BACKGROUNDEmbodiments of the invention relate to the field of electronic systems and power management. More particularly, embodiments of the invention...
分类:其他好文   时间:2014-06-19 08:54:29    阅读次数:303
线程同步机制之互斥锁通信机制
#include #include #include #include void *thread_function(void *arg);pthread_mutex_t work_mutex;#define WORK_SIZE 1024char work_area[WORK_SIZE];int ti...
分类:编程语言   时间:2014-06-19 00:15:42    阅读次数:326
Zend Studio 10 汉化——在线语言包安装步骤
第一步:启动Zend Studio,点击主窗口菜单 Help--> Install New Software... 菜单项,进入插件安装界面……第二步:在Work with后的文本框中输入http://download.eclipse.org/technology/babel/update-site...
分类:其他好文   时间:2014-06-18 23:20:10    阅读次数:232
PatentTips - Uncore thermal management
BACKGROUNDThe field of invention relates to the computer sciences, generally, and, more specifically, to the thermal management of components other th...
分类:其他好文   时间:2014-06-18 22:26:38    阅读次数:272
多线程读写锁机制
1 #include 2 #include 3 #include 4 #include 5 #include 6 static pthread_rwlock_t rwlock; 7 #define WORK_SIZE 1024 8 char work_area[WORK_...
分类:编程语言   时间:2014-06-18 20:01:38    阅读次数:349
Windows Azure Storage (18) 使用HTML5 Portal的Azure CDN服务
《Windows Azure Platform 系列文章目录》 熟悉Microsoft Azure的读者都知道,Azure在以前的Silverlight Management Portal中,已经提供CDN服务。但是自从改版成HTML5的Management Portal之后,CDN从Azur...
分类:Windows程序   时间:2014-06-18 19:58:25    阅读次数:337
Mmc编程
SV的界面使用到mmc(Microsoft Management Console)Mmc编程中:通过调用启动*.mmc文件,插件以dll文件形式存在(这里是在代码的lib库中),通过编程编译形成dll文件(这里是:lib/jcenv/libjcenvJPN)Mmc:MMC为插件提供通用的宿主环境,这...
分类:其他好文   时间:2014-06-18 19:32:22    阅读次数:237
SQLDMO知识总结
SQLDMO(SQL Distributed Management Objects)参考手册:http://technet.microsoft.com/en-us/library/aa312550(v=sql.80).aspxsql server 2005后改为SMO参考手册:http://tech...
分类:数据库   时间:2014-06-18 18:28:19    阅读次数:216
PatentTips - Power management implementation in an optical link
BACKGROUND INFORMATIONEmbodiments of the present invention are directed to optical links and, more particularly, to optical links which may save power...
分类:其他好文   时间:2014-06-16 23:27:59    阅读次数:183
SNMP协议总结
SNMP(Simple Network Management Protocal),简单网络管理协议,其前身是SGMP协议(简单网关监控协议),该协议的作用是对网络上的设备进行监视管理,是一种应用层协议。...
分类:其他好文   时间:2014-06-16 14:36:00    阅读次数:348
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!