右值引用 (Rvalue Referene) 是 C++ 新标准 (C++11, 11 代表 2011 年 ) 中引入的新特性 , 它实现了转移语义 (Move Sementics) 和精确传递 (Perfect Forwarding)。它的主要目的有两个方面:消除两个对象交互时不必要的对象拷贝,节...
分类:
编程语言 时间:
2015-07-14 20:23:48
阅读次数:
183
MySQL的配置文件/etc/my.cnf编辑配置文件[root@LAMPLINUX~]#vim/etc/my.cnf#TheMySQLserver[mysqld]port=3306socket=/tmp/mysql.sockskip-lockingkey_buffer_size=256Mmax_allowed_packet=1Mtable_open_cache=256sort_buffer_size=1Mread_buffer_size=1Mread_rnd_buffer_size=4..
分类:
数据库 时间:
2015-07-12 08:26:44
阅读次数:
163
DescriptionA factory produces products packed in square packets of the same height h and of the sizes 1*1, 2*2, 3*3, 4*4, 5*5, 6*6. These products are...
分类:
其他好文 时间:
2015-07-10 11:08:58
阅读次数:
138
USB has four different packet types. Token packets indicate the type of transaction to follow, data packets contain the payload, handshake packets are...
分类:
其他好文 时间:
2015-07-10 02:11:54
阅读次数:
135
概念Open vSwitch中许多网络上的概念与平时接触到的不同,这里介绍一下Open vSwitch中用到的一些名词及概念。Packet (数据包)网络转发的最小数据单元,每个包都来自某个端口,最终会被发往一个或多个目标端口,转发数据包的过程就是网络的唯一功能。Bridge (网桥)Open vS...
分类:
其他好文 时间:
2015-07-08 20:24:24
阅读次数:
120
When the sending side sees a duplicate ACK, it knows that the other side must have received a packet out of order, which suggests that an earlier packet might have been lost.
Since it is also p...
分类:
其他好文 时间:
2015-07-08 16:37:40
阅读次数:
158
1、在window本机安装Xmanager 42、运行Xstart注:如果报错:已申请X11转移失败(首先检查 etc/ssh/sshd_config 中 设置 X11Forwarding yes如果还是不行,可能是服务器缺少X11 forwarding依赖的“xorg-x11-xauth”软件包,...
分类:
数据库 时间:
2015-07-08 10:52:56
阅读次数:
349
最近陆续开始装配自己的小四轴,bitcraze官网上有一些装配的指导,很不错的经验装配和一些四轴PCB上的引脚配置,具体装配,可以看官网的视频操作,链接如下:
https://www.bitcraze.io/getting-started-with-the-crazyflie-2-0/
1, 开箱包括的器件(Unpacking)
The Crazyflie 2.0 packet co...
分类:
其他好文 时间:
2015-07-07 19:29:19
阅读次数:
251
官方给出的ptime的定义是:ptime gives the length of time in milliseconds represented by themedia in a packet。简单来讲就是一个数据包中媒体的时长,以毫秒为单位。例如:ptime:20就是定义为20毫秒。
每种媒体的时间是不一样,例如:G711媒体时长默认20ms,G.726媒体时长默认是10ms,G.729媒体...
分类:
其他好文 时间:
2015-07-05 22:39:34
阅读次数:
230