码迷,mamicode.com
首页 >  
搜索关键字:sent    ( 733个结果
ffpmeg下rtmp踩坑记录
1. flash端发布直播流2.在 ffplay 命令行中 播放rtmp 直播流ffplay "rtmp://127.0.0.1:80/live/ss live=1" 一直出现rtmp server sent error x在显示错误后 点击 dos窗口 回车即可看到视频的直播流 困扰了我一晚上的问...
分类:其他好文   时间:2015-02-23 14:18:03    阅读次数:206
What are Long-Polling, Websockets, Server-Sent Events (SSE) and Comet?
What are Long-Polling, Websockets, Server-Sent Events (SSE) and Comet?
分类:Web程序   时间:2015-02-13 13:09:46    阅读次数:155
uva 10057 A mid-summer night’s dream(中位数)
uva 10057 A mid-summer night’s dream This is year 2200AD. Science has progressed a lot in two hundred years. Two hundred years is mentioned here because this problem is being sent back to 2000AD ...
分类:其他好文   时间:2015-02-12 09:22:42    阅读次数:202
obj-c 名词
类: Class (description/template for an object)实例: Instance (manifestation of a class)消息: Message (sent to object to make it act)方法: Method (code invoke...
分类:其他好文   时间:2015-02-10 08:05:50    阅读次数:139
hdu1011 树形dp背包
http://acm.hdu.edu.cn/showproblem.php?pid=1011 Problem Description You, the leader of Starship Troopers, are sent to destroy a base of the bugs. The base is built underground. It is actually a...
分类:其他好文   时间:2015-02-06 20:34:53    阅读次数:135
IOS中Socket常用处理
001/*SendTCPtransportdatapacket*/ 002void 003tcp_data_send(NSOutputStream*os,void*data,intlength) 004{ 005intsent,total=0; 006while(total<length){ 007sent=[oswrite:data+totalmaxLength:length-total]; 008if(sent<0){ 009error("send:%s\n",strerror(errno))..
分类:移动开发   时间:2015-02-02 20:07:05    阅读次数:325
uva 1339 Ancient Cipher(字符串处理)
uva 1339 Ancient Cipher Ancient Roman empire had a strong government system with various departments, including a secret service department. Important documents were sent between provinces and th...
分类:其他好文   时间:2015-02-01 13:35:46    阅读次数:202
Linux 下 squid 服务启动失败,无法写入cache.log,Permission denied 解决方法
突然 squid 就启动不了了,打开 squid.out,发现报错: WARNING: Cannot write log file: /var/log/squid/cache.log /var/log/squid/cache.log: Permission denied          messages will be sent to 'stderr'....
分类:系统相关   时间:2015-01-30 15:54:30    阅读次数:673
HTML5的Server-Sent Events功能的使用
讲解了html5的sse功能使用,和某些细节。
分类:Web程序   时间:2015-01-29 19:17:03    阅读次数:171
TCP连接状态具体解释
tcp状态:LISTEN:侦听来自远方的TCPport的连接请求SYN-SENT:再发送连接请求后等待匹配的连接请求SYN-RECEIVED:再收到和发送一个连接请求后等待对方对连接请求的确认ESTABLISHED:代表一个打开的连接FIN-WAIT-1:等待远程TCP连接中断请求,或先前的连接中断...
分类:其他好文   时间:2015-01-29 11:50:43    阅读次数:192
733条   上一页 1 ... 58 59 60 61 62 ... 74 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!