roscore
rosrun turtlesim turtlesim_node
rosrun turtlesim turtle_teleop_key
记录所有的topic
mkdir ~/bagfiles
cd ~/bagfiles
rosbag record -a
检查信息
rosbag info
运行所记录的信息内容
rosbag play
2倍频率运行
rosbag p...
分类:
其他好文 时间:
2014-12-10 10:54:02
阅读次数:
156
一.入门 1.1 简介 Kafka is a distributed, partitioned, replicatedcommit log service. 它提供了类似于JMS的特性,但是在设计实现上完全不同,此外它并不是JMS规范的实现. kafka对消息保存时根据Topic进行归类,发送...
分类:
其他好文 时间:
2014-12-08 19:27:43
阅读次数:
229
1、vmwareEXSi在线帮助文档地址http://pubs.vmware.com/vsphere-50/index.jsp?topic=/com.vmware.vsphere.doc_50/GUID-553E2EBD-6D19-4873-98FD-265B3A92F1F0.html
分类:
其他好文 时间:
2014-12-04 15:54:33
阅读次数:
140
preface/prehight:topic: Storage(share fileSystem(可共享文件系统,Access I/O existence bottleNeck,access read/write space slowly),BSD(block storage device,file...
分类:
其他好文 时间:
2014-12-03 22:48:58
阅读次数:
116
Your logs are your data: logstash + elasticsearch
by
Andrey Redko
on February 25th, 2013
| Filed in:
Enterprise Java
Tags: Elasticsearch,
Logging,
Logstash
Topic of today’s post stays a b...
分类:
其他好文 时间:
2014-12-03 21:38:48
阅读次数:
326
combobox下拉列表中有数据A,B,C但是用户输入D后直接回车,输入框则会被清空,因为列表中没有Dhttp://www.jeasyui.com/forum/index.php?topic=3831.0The user can type text directly into the top of ...
分类:
其他好文 时间:
2014-12-03 11:48:12
阅读次数:
501
看了篇文章,觉得分析得很透彻,其后总结的很到位,地址:http://www.iteye.com/topic/1083832把获取与释放操作串在一起在简单看一下:获取锁的时候将当前线程放入同步队列,并且将前一个节点的状态置为signal状态,然后阻塞当这个节点的前一个节点成功获取到锁,前一个节点就成了...
分类:
其他好文 时间:
2014-12-03 10:29:28
阅读次数:
195
主要的核心类如下:controller:根据相关的上下文,创建KafkaController对象,引入多个监听器监听broker,topic,partition以及副本的状态变化。ZookeeperLeaderElector:主要负责选举当前broker为lead的过程,同时,如果出现异常情况转移lead选举权。ReplicaStateMachine:主要..
分类:
其他好文 时间:
2014-12-02 12:02:38
阅读次数:
225
1.最常用的两种C++序列化方案的使用心得(protobuf和boostserialization)http://www.cnblogs.com/lanxuezaipiao/p/3703988.html2.http://www.iteye.com/topic/3190633.C语言的数据序列化http://blog.codingnow.com/2010/03/c_serialization.html4.asio与序列化——被忽略的神..
分类:
编程语言 时间:
2014-12-01 16:13:39
阅读次数:
201
First, I suggest that you review the following topic to learn how to show a custom set of objects in a ListView:How to: Display a List of Non-Persiste...
分类:
其他好文 时间:
2014-11-29 10:10:58
阅读次数:
196