码迷,mamicode.com
首页 >  
搜索关键字:zmq    ( 192个结果
centos7之saltstack使用手册
武sir的图镇楼: salt是一个异构平台基础设置管理工具(虽然我们通常只用在Linux上),使用轻量级的通讯器ZMQ,用Python写成的批量管理工具,完全开源,遵守Apache2协议,与Puppet,Chef功能类似,有一个强大的远程执行命令引擎,也有一个强大的配置管理系统,通常叫做Salt S ...
分类:其他好文   时间:2017-09-08 13:37:45    阅读次数:278
JZOJ.5287【NOIP2017模拟8.16】最短路
Description Description Input Output Input Input Output Output Sample Input 9 10 2 1 2 1 1 4 1 3 4 1 2 3 1 3 7 1 7 8 2 7 9 2 1 5 3 1 6 4 5 6 1 1 9 5 7 ...
分类:其他好文   时间:2017-08-22 20:52:20    阅读次数:222
storm杂谈之Why use netty as transport instead of zeromq
Storm后来用Netty来代替了zmq,这个能够參考一下两篇blog 这两篇blog具体的阐述原因以及一些性能測试, 大家參考一下 Reference 1、Netty 4 Reduces GC Overhead by 5x at Twitter 2、Making Storm fly with Ne ...
分类:Web程序   时间:2017-08-19 21:18:21    阅读次数:134
JZOJ5258.【NOIP2017模拟8.11】友好数对
Description Description Input Output Input Input Output Output Sample Input 3 5 1 8 13 7 5 4 8 3 Sample Output 7 Sample Input 3 5 1 8 13 7 5 4 8 3 Sam ...
分类:其他好文   时间:2017-08-12 10:26:57    阅读次数:240
利用rsync备份生产应用(二)
概述 上节主要是针对rsync服务端进行的配置和详解,本节主要针对在客户端上的rsync配置进行讲解。 rsync用法 本地到本地 语法:rsync [OPTION...] SRC... [DEST] 用法示例一:将/home/kl/ss目录里的内容同步到/home/kl/ss_new目录中 用法示 ...
分类:其他好文   时间:2017-08-02 13:03:47    阅读次数:227
ZeroMQ使用汇总
ZeroMQ,史上最快的消息队列 —– ZMQ的学习和研究 ZeroMQ 的模式 [架构] ZeroMQ 深度探索(一) 消息队列ZeroMQ 服务端使用流程: 客户端流程: ...
分类:其他好文   时间:2017-07-27 18:19:18    阅读次数:185
ZeroMQ-Multiprocess
#request_reply_processes.py importzmq importtime importsys frommultiprocessingimportProcess defserver(port="5556"): context=zmq.Context() socket=context.socket(zmq.REP) socket.bind("tcp://*:%s"%port) print"Runningserveronport:",port #servesonly5requestandd..
分类:其他好文   时间:2017-07-25 00:59:38    阅读次数:172
【NOIP模拟】board(线段树维护二进制,树序号化为二进制)
题目背景 题目背景 题目背景 题目背景 SOURCE:NOIP2016-RZZ-2 T3 题目描述 给出这样一棵“二叉树”: 每个节点有左右两个儿子,并如下定义每个节点的高度:假设父亲节点的高度为 h ,那么他的两个儿子的节点的高度都是 h + 1 ,相同高度的所有节点称作一层。 每个节点的左儿子的 ...
分类:其他好文   时间:2017-07-21 01:14:04    阅读次数:273
192条   上一页 1 ... 4 5 6 7 8 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!