live555的客服端流程:建立任务计划对象--建立环境对象--处理用户输入的参数(RTSP地址)--创建RTSPClient实例--发出DESCRIBE--发出SETUP--发出PLAY--进入Loop循环接收数据--发出TEARDOWN结束连接。可以抽成3个函数接口:rtspOpen
rtspR...
分类:
其他好文 时间:
2014-06-29 13:43:53
阅读次数:
288
中国的儿童移动游戏市场发展也有两三年的时间,但目前上市场比较出名的开发公司只有淘米一家。相比于儿童网页游戏市场的繁荣,儿童移动游戏市场发展的并不顺利。今天Xsolla将为大家分析,为何中国的儿童移动游戏市场发展缓慢。
儿童游戏市场有多大
根据国家统计局公布的数据显示,截止2013年末,中国0-14岁(含不满15周岁)人口为22329万人。2014年4月初,共青团广州市...
分类:
移动开发 时间:
2014-06-20 09:33:31
阅读次数:
294
WifiPickerActivity 实现跳转到系统自带wifi连接界面
在使用一些APP时,比如Google Play,在没有连接到网络时,APP会自动跳转到系统自带的wifi连接界面(如下图),在这个界面下连接wifi有一个很好的功能:在没有连上wifi热点时,“下一步”按钮是无法点击,这种体验效果是非常好的,确保了在下一步时,有网络可以使用。...
分类:
移动开发 时间:
2014-06-20 09:06:54
阅读次数:
622
ChessboardTime Limit:2000MSMemory Limit:65536KTotal
Submissions:12800Accepted:4000DescriptionAlice and Bob often play games on
chessboard. One day, Al...
分类:
其他好文 时间:
2014-06-10 16:31:11
阅读次数:
261
今天安装了一下Xcode6-Beta版,想来体验一下Swift的魅力:安装Swift系统最低版本为:10.9.3
只看看一点The Swift Programming Language,下面给大家分享一下:(待续。。。)// Playground - noun: a place where people can play
import Cocoa
///1.声明一个可变的变量
var str...
分类:
其他好文 时间:
2014-06-07 13:54:43
阅读次数:
259
An Easy GameTime Limit: 2 Seconds Memory Limit:
65536 KBOne day, Edward and Flandre play a game. Flandre will show two
01-strings s1 and s2, the leng....
分类:
其他好文 时间:
2014-06-06 23:24:46
阅读次数:
248
play framework的官网对play framework的描述是The High
Velocity Web FrameWork For Java and Scala。翻译过来大概就是说play
framework是java和scala语言的快速开发web框架。使用Play FrameWo.....
分类:
其他好文 时间:
2014-06-05 15:08:03
阅读次数:
236
Google Player Service replace GoogleAdMobAdsSdk-6.4.1, new method to add admob for android application....
分类:
其他好文 时间:
2014-06-03 01:49:10
阅读次数:
384
播放 WAV文件
strings=@"D:\Administrator\安装文件\完美世界国际版\patcher\skin\sounds\click.wav";System.Media.SoundPlayerplayer=newSystem.Media.SoundPlayer(s);player.P...
分类:
其他好文 时间:
2014-05-31 00:51:43
阅读次数:
309
1.在android中添加admob的广告从android的sdk中下载google-play-services_lib的开发库,这个里面包含了我们需要的jar文件,把下载的这个文件导入到我们eclipse工程,这个文件一般在你android
SDK的extras\google目录下,选中googl...
分类:
移动开发 时间:
2014-05-26 07:50:12
阅读次数:
351