live555的客服端流程:建立任务计划对象--建立环境对象--处理用户输入的参数(RTSP地址)--创建RTSPClient实例--发出DESCRIBE--发出SETUP--发出PLAY--进入Loop循环接收数据--发出TEARDOWN结束连接。可以抽成3个函数接口:rtspOpen
rtspR...
分类:
其他好文 时间:
2014-06-29 13:43:53
阅读次数:
288
1. 权限不够: 使用 chmod +x XXX.sh 提升权限2. 出现:/bin/bash^M:
bad interpreter: No such file or directory 原因:文件换行里出现\r\n 与linux格式不符合 安装dos2unix
apt-get installd.....
分类:
系统相关 时间:
2014-06-29 12:26:50
阅读次数:
293
在Coxoa和Objextive-C中使用Swift(Using Swift with Cocoa and Objective-C)
开始-》基本设置
说明:这是一个针对API和开发技术的初步文件。苹果公司提供了这个文档帮助您选择合适技术和编程接口,来构建苹果品牌产品。这个信息使随时变化的,软件实施要根据本文在最终的操作系统软件和最终文件进行测试。本文档的较新版本可能提供关于新的API或技术的...
分类:
其他好文 时间:
2014-06-20 12:36:18
阅读次数:
276
这个方法并未完成,仍然还要加入代码。将下列代码加到上述代码之后: // Setup window in external screen self.mirroredWindow = [[UIWindow alloc] initWithFrame:self.mirroredScreen.bounds]; self.mirroredWindow.hidden = NO; ...
分类:
移动开发 时间:
2014-06-07 14:47:25
阅读次数:
399
PS C:\Users\setup.moss> Set-SPLogLevel
-TraceSeverity verboseexPS C:\Users\setup.moss> New-SPLogFilePS
C:\Users\setup.moss> New-SPLogFilePS C:\Users\s...
分类:
其他好文 时间:
2014-06-07 07:15:56
阅读次数:
281
进入Aptana官网:http://www.aptana.com/
跳转到下载页面,选择下载Eclipse plugin installation, 发现官网只给出在线更新的网址:
http://download.aptana.com/studio3/plugin/install 但是试过在线更.....
分类:
Web程序 时间:
2014-06-06 18:14:23
阅读次数:
438
[PATCH] Fix an bad variable name erro in runltp
script (/opt/ltp/runltp)Hi All,I got an error for the latest version 20140115 of
ltp project.This erro...
分类:
系统相关 时间:
2014-06-06 17:51:26
阅读次数:
370
!! setup.S Copyright (C) 1991, 1992 Linus
Torvalds!! setup.s is responsible for getting the system data from the BIOS,!
and putting them into the app....
分类:
其他好文 时间:
2014-06-06 16:00:23
阅读次数:
318
This is the beginning of my plan. Or this is a
manifesto, a motivation for me. Note what I read, good or bad, old or new, Tao
or method. Maybe sometim...
分类:
其他好文 时间:
2014-06-05 15:57:51
阅读次数:
373
我想做一整套的Laravel的讲解,所以这里还是将Laravel在windows的安装过程讲解一下吧.
linux下的我就不说了.
首先我们要做的就是安装我们的Composer 包管理器.
到我们的官方网站上面去.
https://getcomposer.org/Composer-Setup.exe
这个就是我们在windows上的安装包.一路next即可安装了.
同时我们也可以通...