08 2014 档案

ACE handle_timeout 事件重入
摘要:当多线程运行反应器事件时, 注意handle_timeout会重入,单独线程不存在下列问题!1. 一个timer事件// test_ace_timer.cpp : Defines the entry point for the console application.//#include "stda... 阅读全文

posted @ 2014-08-29 16:25 偏爱省略号 阅读(1606) 评论(0) 推荐(0)

Linux查看程序端口占用
摘要:使用命令: 1.ps -aux | grep 80 2.使用命令:netstat –apn 查看所有的进程和端口使用情况。 阅读全文

posted @ 2014-08-28 16:21 偏爱省略号 阅读(171) 评论(0) 推荐(0)

The GNU C Library
摘要:Any Unix-like operating system needs a C library: the library which defines the ``system calls'' and other basic facilities such as open, malloc, pr... 阅读全文

posted @ 2014-08-22 17:03 偏爱省略号 阅读(233) 评论(0) 推荐(0)

C standard library
摘要:Fromwikipedia TheC standard libraryis thestandard libraryfor theC programming language, as specified in theANSI Cstandard.[1]It was developed at th... 阅读全文

posted @ 2014-08-22 16:07 偏爱省略号 阅读(628) 评论(0) 推荐(0)

反交错- 视频横纹处理
摘要:以下名词解释摘自维基百科 去交错亦称“反交错”(deinterlacing)是将交错式(即隔行扫描)(interlace)影像讯号转换为渐进式(逐行扫描)(progressive)影像讯号的一种方法。因为装置处理速度以及带宽的限制下,广播电视系统,例如NTSC或是PAL,都是使用交错式讯号取代... 阅读全文

posted @ 2014-08-20 15:38 偏爱省略号 阅读(13495) 评论(0) 推荐(0)

wireshark 获取RTP payload
摘要:wireshark 抓包获取RTP TS流数据,保存为TS文件首先解析RTP流 2.点击菜单栏【Statistics】-【RTP】-【Show All Streams】 3.在Wireshark:RTP Streams中 显示分析到的 RTP streams, 选择第... 阅读全文

posted @ 2014-08-20 14:51 偏爱省略号 阅读(6166) 评论(0) 推荐(0)

导航