[转]流媒体协议介绍(rtp/rtcp/rtsp/rtmp/mms/hls)http://blog.csdn.net/tttyd/article/details/12032357RTP 参考文档RFC3550/RFC3551 Real-time Transport Protocol)是...
分类:
其他好文 时间:
2014-12-10 17:47:06
阅读次数:
176
sqoop import -D oraoop.disabled=true \--connect "jdbc:oracle:thin:@(description=(address=(protocol=tcp)(host=HOSTNAME)(port=PORT))(connect_data=(servi...
分类:
数据库 时间:
2014-12-10 17:38:11
阅读次数:
270
Shell脚本一般是整个文件一次性执行,也就是说整个文件相当于main函数。但是我只是想运行指定函数该怎么办?其实可以通过运行时使用函数名作为参数运行,说的好像有点抽象,看代码吧。
//firewalltest脚本内容
#!/bin/sh
parse_l7() {
echo "protocol"
echo "maxrate"
echo "$*"
}
$*...
分类:
系统相关 时间:
2014-12-10 16:25:08
阅读次数:
192
add by zhj:-/+ buffers/cache行的free列就是实际未使用的内存。free -m中的参数-m是指以MB为单元输出数据原文:http://liustb.blog.163.com/blog/static/1337080192011718112434416/free命令用来查看内...
分类:
系统相关 时间:
2014-12-10 01:40:23
阅读次数:
191
测试环境新装了MySQL服务器,在登陆时无法成功登陆。其提示 为使用的旧的认证协议而被拒绝。其具体的错误提示为ERROR 2049 (HY000): Connection using old (pre-4.1.1) authentication protocol refused (client op...
分类:
其他好文 时间:
2014-12-09 17:29:25
阅读次数:
277
测试环境新装了MySQL服务器,在登陆时无法成功登陆。其提示为使用的旧的认证协议而被拒绝。其具体的错误提示为ERROR 2049 (HY000): Connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled)。以下是关于这个问题的描述及其解决方案,供大家参考。...
分类:
其他好文 时间:
2014-12-09 09:17:48
阅读次数:
408
TCP/IP网络编程系列之三-地址族与数据序列分配给套接字的IP地址和端口 IP是Internet Protocol (网络协议)的简写,是为首发网络数据而分配给计算机的值。端口号并非赋予计算机值,而是为了区分程序中创建的套接字而分配给套接字的序号。网络地址 网络地址分为IPV4和IPV6,分别.....
分类:
其他好文 时间:
2014-12-08 22:48:54
阅读次数:
347
For every object that can have a delegate, there is a corresponding protocol that declares themessages that the object can send its delegate. The dele...
分类:
其他好文 时间:
2014-12-08 19:10:18
阅读次数:
211
Simple Mail Transfer Protocol (SMTP) Service OverviewThe Simple Mail Transfer Protocol (SMTP) service, a primary service included as part of IIS, perf...
分类:
其他好文 时间:
2014-12-08 12:19:32
阅读次数:
270
因为keepalived使用了VRRP协议,所有有必要熟悉一下。虚拟路由冗余协议(Virtual Router Redundancy Protocol,简称VRRP)是解决局域网中配置静态网关时,静态网关出现单点失效现象的路由协议。VRRP广泛应用在边缘网络中,它的设计目标是支持特定情况下IP数据流...
分类:
其他好文 时间:
2014-12-08 02:02:23
阅读次数:
258