码迷,mamicode.com
首页 >  
搜索关键字:packet tracer    ( 1425个结果
mavlink 笔记1
Packet Anatomy This is the anatomy of one packet. It is inspired by the CAN and SAE AS-4 standards. Byte Index Content Value Explanation 0 Packet star ...
分类:其他好文   时间:2017-06-21 21:02:38    阅读次数:170
npm添加淘宝镜像
npm是一个很好用的工具,全场是Node Packet Manager,是一个nodejs的包管理工具,但是美中不足的是当我们去安转包的时候却发现下载的速度太慢,但是没关系,还是有方法的就是利用淘宝的国内镜像,一下是3个设置的方法: 镜像使用方法(三种办法任意一种都能解决问题,建议使用第三种,将配置 ...
分类:其他好文   时间:2017-06-21 14:10:38    阅读次数:229
Embeded linux之移植iptables
一、内核环境: linux-3.4.35 -*- Networking support > Networking options > [*] Network packet filtering framework (Netfilter) > IP: Netfilter Configuration > ...
分类:系统相关   时间:2017-06-17 18:32:02    阅读次数:160
Embeded linux之移植iptables
一、内核环境: linux-3.4.35 -*- Networking support > Networking options > [*] Network packet filtering framework (Netfilter) > IP: Netfilter Configuration > ...
分类:系统相关   时间:2017-06-17 18:28:31    阅读次数:189
audio_coding模块分析和audio_conference_mixer模块分析
audio_coding 1. 主要接口 AudioCodingModuleImpl::RegisterReceiveCodec 初始化Codec AudioCodingModuleImpl::IncomingPacket 收包 AudioCodingModuleImpl::PlayoutData1 ...
分类:其他好文   时间:2017-06-16 19:24:56    阅读次数:153
PIM-DM协议内核触发机制及协议执行机制记录
PIM-DM和PIM-SM是组播路由ASM(随意信源组播)中的两种不同模式。相对PIM-SM的组播注冊机制。PIM-DM的扩散机制显得更加粗犷。 一、PIM-DM无需向内核注冊pimreg虚接口。可是同PIM-SM一样须要将三层接口增加MRT组播接口中。以在内核收到组播报文后触发cache_miss ...
分类:其他好文   时间:2017-06-14 16:33:09    阅读次数:171
大数据-将MP3保存到数据库并读取出来《黑马程序员_超全面的JavaWeb视频教程vedio》day17
黑马程序员_超全面的JavaWeb视频教程vedio\黑马程序员_超全面的JavaWeb教程-源码笔记\JavaWeb视频教程_day17-资料源码\day17_code\day17_1\ 大数据 目标:把mp3保存到数据库中! 在my.ini中添加如下配置! max_allowed_packet= ...
分类:数据库   时间:2017-06-14 13:16:07    阅读次数:439
mysql max_allowed_packet 反复被重置,原来是服务器被黑客攻击了。
最近做个项目,由于团队人员不在同一个办公地点,就弄了一台外网挂靠机做开发和测试环境。 在开发和测试的过长中,mysql 频繁的报:Caused by: com.mysql.jdbc.PacketTooBigException: Packet for query is too large (1354 ...
分类:数据库   时间:2017-06-13 16:46:46    阅读次数:359
ffmpeg在android上输出滑屏问题处理
ffmpeg部分机器上有花屏的问题 原代码例如以下: while(av_read_frame(formatCtx, &packet)>=0 && !_stop && NULL!=window && bInit) { // Is this a packet from the video stream? ...
分类:移动开发   时间:2017-06-12 14:51:16    阅读次数:301
mysql重连,连接丢失:The last packet successfully received from the server
原文地址:http://nkcoder.github.io/blog/20140712/mysql-reconnect-packet-lost/ 1.1 错误信息: 1.2 解决方法 - 如果使用的是JDBC,在JDBC URL上添加?autoReconnect=true,如: - 如果是在Spri ...
分类:数据库   时间:2017-06-11 12:03:47    阅读次数:334
1425条   上一页 1 ... 77 78 79 80 81 ... 143 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!