码迷,mamicode.com
首页 >  
搜索关键字:work management serv    ( 13167个结果
数据库系统基本概念
数据库系统(Database System, DBS)包含了数据库(Database, DB)、数据库管理系统(Database Management System,DBMS)、硬件、其他软件及用户。 数据模型(Data Model): 首先明确下模型(Model)是个什么东东? 模型可以分为实物模...
分类:数据库   时间:2014-05-16 18:08:46    阅读次数:285
Oracle Management Packs
http://kerryosborne.oracle-guy.com/2008/10/oracle-management-packs/ There has been quite a bit of confusion about the licensing of Oracle Management P...
分类:数据库   时间:2014-05-16 09:39:52    阅读次数:441
线程池的使用,未完待续
#include "stdafx.h"#include #include #include using namespace std;INT i;VOID CALLBACK Fun(PTP_CALLBACK_INSTANCE Instancd,PVOID Context,PTP_WORK Work){...
分类:编程语言   时间:2014-05-16 06:42:47    阅读次数:421
Pat(Advanced Level)Practice--1018(Public Bike Management)
Pat1018代码 题目描述: There is a public bike service in Hangzhou City which provides great convenience to the tourists from all over the world. One may rent a bike at any station and return it to an...
分类:其他好文   时间:2014-05-13 23:27:04    阅读次数:582
在linux下配置tftp服务器和nfs服务器
提示:该实验平台是在RedHatb6下进行的 配置成功的前提有三个: (1):在window下能ping的通linux (2):关闭linux 防火墙      执行指令:/etc/init.d/iptables stop (3):使SElinux处于宽容模式   执行指令:setenforce permissive 一、配置tftp服务器步骤 (1):挂载磁盘,安装tptp-serv...
分类:系统相关   时间:2014-05-13 16:24:59    阅读次数:409
Wind River Test Management & Diagnostics 3.3
2692407267@qq.com,更多内容请关注http://user.qzone.qq.com/2692407267 Wind River Test Management & Diagnostics 3.3...
分类:Windows程序   时间:2014-05-13 07:03:28    阅读次数:359
varnish学习小结
大纲一、Varnish简介二、Varnish特点三、Varnish与Squid对比四、Varnish设计结构五、Varnish工作流程六、Varnish状态引擎(stateengine)七、安装与配置Varnish一、Varnish简介Varnish是一款高性能的开源HTTP加速器,挪威最大的在线报纸VerdensGang使用3台Varnish代替了原来的12..
分类:其他好文   时间:2014-05-13 01:24:57    阅读次数:541
Varnish 3.X详解
一、varnish定义Varnish与一般服务器软件类似,分为master(management)进程和child(worker,主要做cache的工作)进程。master进程读入命令,进行一些初始化,然后fork并监控child进程。child进程分配若干线程进行工作,主要包括一些管理线程和很多woker线程。在网站并发量过..
分类:其他好文   时间:2014-05-13 01:22:52    阅读次数:513
怎样用虚拟机搭建varnish及varnish的基本应用
Varnish是web缓存、代理服务器,单个并发访问量在5000个左右,因此它适合中小企业的规模。Varnish的作者Poul-HenningKamp是FreeBSD的内核开发者之一,他认为现在的计算机比起1975年已经复杂许多。在1975年时,储存媒介只有两种:内存与硬盘。但现在计算机系统的内存除了主存外..
分类:其他好文   时间:2014-05-13 00:45:42    阅读次数:393
三、linux电源框架
参考自linux-2.6.32.61\Documentation\power\regulator一、简介电源框架能够动态调节电源输出,以达到省电效果。二、基本术语Regulator供其他设备电源的电子设备,一些电源具有开关及控制输出的电压电流。PMIC(Power Management IC)电源管...
分类:系统相关   时间:2014-05-12 21:58:19    阅读次数:553
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!