http://blog.csdn.net/oyzdz1988/article/details/6534276RTP(Real-time
Transport
Protocol)是用于Internet上针对多媒体数据流的一种传输协议。RTP被定义为在一对一或一对多的传输情况下工作。其目的是提供时间信息和...
分类:
其他好文 时间:
2014-05-19 22:08:41
阅读次数:
369
/************************************************************** Problem: 2631
User: wangyucheng Language: C++ Result: Accepted Time:184...
分类:
其他好文 时间:
2014-05-19 11:27:24
阅读次数:
320
在做性能测试测试时候,如果被测试的系统页面很简单,并且性能很好,这样会导致压力机得tcp链接数不够而导致如下错误:HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\tcpip\Parameters\TcpTimedWaitDelay
to 30...
分类:
其他好文 时间:
2014-05-19 08:55:54
阅读次数:
322
把启动命令放到/etc/rc.d/rc.local文件里这样就可以每次启动的时候自动启动服务了,例如对于apache,编译好apache后会在安装目录的bin下生成apachectl文件,这是个启动脚本,我们只需要把这个命令加到rc.local里就可以了(suse没有rc.local。SUSE是可以...
分类:
系统相关 时间:
2014-05-19 07:31:30
阅读次数:
379
Say you have an array for which theithelement
is the price of a given stock on dayi.If you were only permitted to complete at
most one transaction (ie...
分类:
其他好文 时间:
2014-05-18 20:30:16
阅读次数:
301
#include #include int main(/*int argc, char const
*argv[]*/){ void * target; time_t now = time(NULL); if(now & 1) target =
&&odd; else target = &&e...
分类:
其他好文 时间:
2014-05-18 20:27:53
阅读次数:
306
//#define LOCAL#include#includeusing namespace
std;int const MAX_N=10005;int const MAX_M=100;int const INF=100000000;int
N,M,x[MAX_N],lb,ub;//判断是否满足条件...
分类:
其他好文 时间:
2014-05-18 19:38:50
阅读次数:
378
既有环境:1)下载安装p4merge2)安装git下面是配置p4merge为git
mergetool的步骤1. /usr/local/bin下创建extMerge文件:$ cat >>
/usr/local/extMerge#!/bin/sh/Applications/IDE/p4merge.ap...
分类:
其他好文 时间:
2014-05-17 21:41:46
阅读次数:
354
file_open_mode上传档案的权限,与chmod
所使用的数值相同。如果希望上传的文件可以执行,设此值为0777。local_umask=022
这是指定本地用户上传后的文件权限设置umask是unix操作系统的概念,umask决定目录和文件被创建时得到的初始权限umask = 022 时,...
分类:
其他好文 时间:
2014-05-17 21:23:11
阅读次数:
407
Socket 编程时,单机最多可以建立多少个 TCP 连接,受到操作系统的影响。Windows
下单机的TCP连接数受多个参数影响:最大TCP连接数[HKEY_LOCAL_MACHINE \System \CurrentControlSet
\Services \Tcpip \Parameters]...