http://www.cnblogs.com/venow/archive/2012/11/30/2790031.html
http://blog.csdn.net/denkensk/article/details/41978015
定义:
epoll是Linux内核为处理大批句柄而作改进的poll,是Linux下多路复用IO接口select/poll的增强版本,它能显著的减少程...
分类:
系统相关 时间:
2016-04-02 10:52:34
阅读次数:
297
svn毋庸置疑,广受欢迎的版本管理软件,我们这里以1.8.10版本为例 Server服务器端: 注意:我们服务器端版本为2.7.8为例,而这个服务器版本是32位的,以下截图中部分名称可能不符合,但不一定影响安装过程 下载链接:https://www.visualsvn.com/server/chan ...
分类:
系统相关 时间:
2016-03-27 17:54:48
阅读次数:
263
利用telnet进行SMTP的验证 =========先计算BASE64编码的用户名密码,认证登录需要用到=========== [crazywill@localhost crazywill]$ perl -MMIME::Base64 -e 'print encode_base64("crazywi
分类:
其他好文 时间:
2016-02-26 17:05:31
阅读次数:
441
--version 1.0 只完成server/client 之间的通信。1、server端的代码:#!/usr/bin/python#!coding:utf-8from socket import *import os,sysif __name__=="__main__": #定义套接字 ...
分类:
编程语言 时间:
2016-01-02 16:26:20
阅读次数:
209
查找包含server或者client的行egrep 'server|client' file-name/usr/xpg4/bin/grep -E 'server|client' file-name显示匹配的行数,不是行号# ifconfig -a | grep -c tap大小写不敏感查找grep ...
分类:
其他好文 时间:
2015-12-22 19:10:49
阅读次数:
112
Zookeeper的ACL机制和Quota机制网上资料较少,这里做一个总结,以供大家参考。1 Zookeeper ACLZooKeeper的权限管理亦即ACL控制功能通过Server、Client两端协调完成:Server端:一个ZooKeeper的节点(znode)存储两部分内容:数据和状态,状态...
分类:
其他好文 时间:
2015-12-06 16:07:44
阅读次数:
310
Inotify+rsync实时同步工具实战分别有机器:server-178/24,client-b-179/24,client-c-180/24中心分发服务器Master:client-c-180/24备份服务器:client-b-179/24和server-178/24基于备份服务器已经提供rsync--daemon的基础上,在中心分发服务器(rsync客户端)配置inotify,..
分类:
其他好文 时间:
2015-11-23 06:34:26
阅读次数:
196
gen_serverErlang moduleA behaviour module for implementing the server of a client-server relation. A generic server process (gen_server)implemented us...
分类:
其他好文 时间:
2015-11-18 16:28:22
阅读次数:
130
rsync同步工具实战rsync具有增量同步的功能,相对于cp工具来说,效率比较高;同时可以在本地到本地或本地到远程之间,实现镜像备份环境:分别有机器:server-178/24,client-b-179/24,client-c-180/24其中以server-178/24为rsync服务端,client-b-179/24,client-c-180/24为rs..
分类:
其他好文 时间:
2015-11-01 19:46:19
阅读次数:
299
webdriver是以server-client 经典模式设计的server端可以是任何浏览器作为remote server,职责就是处理client的请求并作出相应操作,response的具体内容根据请求的内容而定,client就是我们运行的脚本以firefox为例remote server端的这...
分类:
Web程序 时间:
2015-10-19 12:18:02
阅读次数:
416