码迷,mamicode.com
首页 >  
搜索关键字:processes    ( 1265个结果
Zookeeper源码学习1:win7下Ant编译Zookeeper源码为Eclipse工程
1、什么是Ant??? Apache Ant? Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each othe...
分类:Windows程序   时间:2014-11-16 23:09:00    阅读次数:445
OpenCV Tutorials —— Changing the contrast and brightness of an image
Brightness and contrast adjustments Two commonly used point processes are multiplication and addition with a constant: The parameters and are often ca...
分类:其他好文   时间:2014-11-16 21:24:27    阅读次数:263
Nginx配置文件说明
Nginx服务器nginx.conf的配置文件说明, 部分注释收集与网络:#运行用户user www-data;#启动进程,通常设置成和cpu的数量相等worker_processes 1;#全局错误日志及PID文件error_log /var/log/nginx/error.log;pid /va...
分类:其他好文   时间:2014-11-16 17:08:40    阅读次数:153
[Erlang危机](5.1.4)端口port
PortIn a manner similar to processes, Ports should be considered. Ports are a datatype that encompasses all kinds of connections and sockets opened to the outside world: TCP sockets, UDP sockets, SCTP...
分类:其他好文   时间:2014-11-15 12:56:20    阅读次数:295
[Erlang危机](5.1.3)进程
ProcessesTrying to get a global view of processes is helpful when trying to assess how much work is being done in the VM in terms of tasks. A general good practice in Erlang is to use processes for tr...
分类:系统相关   时间:2014-11-15 11:28:38    阅读次数:167
关于Nginx配置文件nginx.conf详细说明
#运行用户user www-data;#启动进程,通常设置成和cpu的数量相等worker_processes 1;#全局错误日志及PID文件error_log /var/log/nginx/error.log;pid /var/run/nginx.pid;#工作模式及连接数上限events { u...
分类:其他好文   时间:2014-11-14 15:38:36    阅读次数:133
探索推荐引擎内部的秘密,第 3 部分: 深入推荐引擎相关算法 - 聚类(四)
狄利克雷聚类算法 前面介绍的三种聚类算法都是基于划分的,下面我们简要介绍一个基于概率分布模型的聚类算法,狄利克雷聚类(Dirichlet Processes Clustering)。 首先我们先简要介绍一下基于概率分布模型的聚类算...
分类:编程语言   时间:2014-11-13 16:57:10    阅读次数:306
what is apache2 ?
I was recently allocated a virtuoal server with apache installed. I tried to inspect the installation of apache and see if some back-end processes are...
分类:Web程序   时间:2014-11-13 06:59:33    阅读次数:210
Oracle 连接、会话数的查看,修改
http://blog.csdn.net/xiaoyao6650/article/details/4027041查看processes#当前的连接数selectcount(*)fromv$process;#数据库允许的连接数selectvaluefromv$parameterwherename='p...
分类:数据库   时间:2014-11-09 09:53:41    阅读次数:205
Oracle 中session和processes的初始设置
http://blog.163.com/succu/blog/static/193917174201252911727149/1.sessions在初始化参数所设定的限制中,最为人所知的估计就是sessions和processesSessions 参数指定了一个 Instance中能够同时存在的se...
分类:数据库   时间:2014-11-09 09:39:56    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!