码迷,mamicode.com
首页 >  
搜索关键字:port triggering    ( 23014个结果
mongodb学习笔记系列一
一、简介和安装 ./bin/mongod --dbpath /path/to/database --logpath /path/to/log --fork --port 27017 mongodb非常的占磁盘空间, 刚启动后要占3-4G左右,--smallfiles二、基本命令 1...
分类:数据库   时间:2014-07-10 13:37:09    阅读次数:311
About the Importance of Aim in Life
Have an aim in life, or your energies will all be wasted. ---R. Peters人生应该树立目标,否则你的精力会白白浪费。---彼得斯
分类:其他好文   时间:2014-07-10 12:56:10    阅读次数:214
Altium Designer更改Net Label(网络标签)作用范围
1、版本:Altium Designer 102、原因:在进行多原理图设计时, 不同原理图之间通过Net Label进行连接,而AD默认Net Label(网络标号)作用范围为Automatic,即当Sch中有Sheet Entry(图纸入口)或Port(端口)时,Net Label的作用范围为单张...
分类:Web程序   时间:2014-07-07 19:09:46    阅读次数:740
了解saltstack的通信协议zeromq(二)
上文讨论了PAIR/PAIR,REQ/REP两种模式,现在看看PUB/SUB和PUSH/PULL模式。PUB/SUB:发布订阅模式,跟我们订阅新闻类似的,采用异步IO,多对多模式,如果没有订阅,服务端发送的消息直接丢弃掉。pub_server.pyimportzmq importrandom importsys importtime port="5556" iflen(s..
分类:其他好文   时间:2014-06-28 06:38:09    阅读次数:649
Memcache 分布式解决方案 之 : 普通 Hash 分布
array( 'host'=>'127.0.0.1', 'port'=>11211 ), 1=>array( 'host'=>'127.0.0.2', 'port'=>11211 ...
分类:其他好文   时间:2014-06-27 23:00:31    阅读次数:296
Openvswitch手册(9)
这一节我们将flow table flow table主要由ovs-ofctl命令操作 ovs-ofctl可以走和openflow controller一样的协议: ssl:ip[:port]: The specified SSL port (default: 6633) on the host a...
分类:其他好文   时间:2014-06-27 14:37:24    阅读次数:206
mongodb sharding
mongod --port 10001 --logpath cluster/log/shard1.log --logappend --shardsvr -dbpath cluster/data/shard1 --directoryperdb --restmongod --port 10002 --l...
分类:数据库   时间:2014-06-27 13:39:45    阅读次数:221
Wireshark多条件过滤设置
在平时使用Wireshark的过程中经常,需要按着一定条件过滤某些包,这样查看起来相对比较清晰。 比如最常用的过滤IP,我们可以写成ip.addr==210.32.1.123。 如果我们想过滤和这个IP相关的指定端口应该如何做呢? 此时应写为: ip.addr==210.32.1.123||tcp.port==80 这样就可以过滤出来和这个IP相关的80端口的信息了。...
分类:其他好文   时间:2014-06-27 09:31:59    阅读次数:223
scp出现ssh port 22: Connection refused 问题解决具体步骤
[root(0)@sys1109:20:29/home/work/Code_release/bj]#scp./release.shroot@192.168.161.151:/Users/a2014102/Downloadsssh:connecttohost192.168.161.151port22:ConnectionrefusedlostconnectionSolution:Onepossiblereasonisthatbecausethesshserverdaemon,orsshd, isnotloade..
分类:其他好文   时间:2014-06-27 07:06:12    阅读次数:499
intel dpdk IPv4 Fragmentation Sample Application 测试
在上一篇中testpmd程序已经测试成功的情况下,来到examples/ipvr_frag目录中。 确认环境变量RTE_SDK、RTE_TARGET都正确,执行make。 一、一个逻辑核(lcore)处理一个端口(port) ./build/app/ipvr_frag -c 0x1 -n 4 -- -p 0x1 默认是一个队列 下图是官方对参数p、q的说明文档截图 运行结果如下图...
分类:移动开发   时间:2014-06-26 10:27:38    阅读次数:314
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!