live555的客服端流程:建立任务计划对象--建立环境对象--处理用户输入的参数(RTSP地址)--创建RTSPClient实例--发出DESCRIBE--发出SETUP--发出PLAY--进入Loop循环接收数据--发出TEARDOWN结束连接。可以抽成3个函数接口:rtspOpen
rtspR...
分类:
其他好文 时间:
2014-06-29 13:43:53
阅读次数:
288
Figure 1: Low latency software defined networking control loop The articles SDN and delay and Delay and stability describe the critical importance of ...
1,su - db2inst2,db2 connect to ids3,db2stop force4,db2 list db directory5,db2 list tables for all6,db2 describe table tablename7,db2 "restore db JVC f...
分类:
其他好文 时间:
2014-06-21 09:29:14
阅读次数:
247
一、查看MySQL中的所有数据库 show databases;二、查看当前正在使用的数据库 select database();三、查看当前数据库中的所有表 show tables;四、查看表结构 describe employees; 其中employees为表名五、显示创建表语句 ...
分类:
数据库 时间:
2014-06-20 17:09:27
阅读次数:
223
Figure 1: Low latency software defined networking control loop The articles SDN and delay and Delay and stability describe the critical importance of ...
分类:
Windows程序 时间:
2014-06-18 10:58:32
阅读次数:
1043
题目
Merge k sorted
linked lists and return it as one sorted list. Analyze and describe its complexity.
方法
使用归并排序的思想,两两合并,直到最终变成一个。
public ListNode mergeKLists(ArrayList lists) {...
分类:
其他好文 时间:
2014-06-17 21:34:41
阅读次数:
183
原题地址:https://oj.leetcode.com/problems/merge-k-sorted-lists/题意:Mergeksorted
linked lists and return it as one sorted list. Analyze and describe its com...
分类:
编程语言 时间:
2014-06-11 21:57:07
阅读次数:
399
pg_data_t数据结构2.6.37这个数据结构用于非一致内存访问(NUMA)机器,表示比zone更高层次的内存区。关于NUMA的文章http://www.ibm.com/developerworks/cn/linux/l-numa/http://blog.chinaunix.net/uid-7295895-id-3076420.htmlNUMA有多个节点,而每个节点内,访问内存的时间是..
分类:
系统相关 时间:
2014-06-10 22:28:45
阅读次数:
478
Question: Mergeksorted linked lists and return
it as one sorted list. Analyze and describe its complexity.Solution: Find the
smallest list-head first....
分类:
其他好文 时间:
2014-06-10 19:51:30
阅读次数:
278
这文章太简单,大家只看我写中文的地方就可以了
Installing RHEL EPEL Repo on Centos 5.x or 6.x
How to install RHEL EPEL repository on Centos 5.x or 6.x
The following article will describe how to configure a...
分类:
其他好文 时间:
2014-06-08 18:10:54
阅读次数:
250