Android音频系统之AudioFlinger(四) 分类: ALSA/Audio 2014-06-12 17:37 195人阅读 评论(0) 收藏 举报 1.1.1 AudioMixer每一个MixerThread都有一个唯一对应的AudioMixer(在MixerThread中用mAud...
分类:
移动开发 时间:
2015-01-08 20:10:33
阅读次数:
241
参考:http://askubuntu.com/questions/107726/how-to-create-animated-gif-images-of-a-screencast1、软件安装$ sudo apt-get install byzanz2、脚本下载1)byzanz-record-win...
分类:
系统相关 时间:
2015-01-07 23:33:07
阅读次数:
379
例:
select * from record where to_char(ActionTime,'mm')='12';
这个查询的执行计划将是全表查询,如果我们改变nls_date_format,
alert session set nls_date_formate=’MM’;
现在重新修改上面的查询:
select * from record where ActionTime='...
分类:
数据库 时间:
2015-01-07 09:20:39
阅读次数:
247
好久不写了,复习一下,被坑了好多次~~~ 1 type arr=record 2 l,r:longint; 3 lazy,val:int64; 4 end; 5 const maxn=200008; 6 var tree:array[0..maxn*4...
分类:
其他好文 时间:
2015-01-06 21:17:59
阅读次数:
135
//gcd
//以下是异步执行,如果是同步的话,会另外开辟一个栈,然会把队列都放里面,按照顺序执行,如果发生阻塞也与主线程无关
//后台执行
// dispatch_get_global_queue(0, 0);//第一个参数是优先级,第二个参数是系统保留参数
dispatch_async(dispatch_get_global_queue(0,
0), ^...
分类:
移动开发 时间:
2015-01-06 20:05:35
阅读次数:
227
Running out of disk space in the pg_xlog directory is a fairly common Postgres problem. This important directory holds the WAL (Write Ahead Log) files. (WAL files contain a record of all changes ma...
分类:
数据库 时间:
2015-01-06 18:20:49
阅读次数:
844
在硬盘中,硬盘的0柱面0磁头第一个1扇区称为主引导扇区,也叫主引导记录-MBR(main boot record),其中MBR是以下三个部分组成1、Bootloader,主引导程序---446个字节2、Dpt(Disk Partition table),硬盘分区表---64个字节3、扇区结尾标志(5...
分类:
系统相关 时间:
2015-01-06 17:36:05
阅读次数:
203
program Day4;{$APPTYPE CONSOLE}uses SysUtils, Util in 'Util.pas';type TPerson = packed record ID : integer; case IsFullJob : Boolea...
忍者飞镖:去除"Box2D"选项,勾选"Simple Audio Engine in Cocos Denshion"选项1 怪物 碰撞 2 炮塔3 强弱怪物 关卡制作地图工具 Tiled Map Editor 去除"Box2D"选项,勾选"Simple Audio Engine in Cocos D...
分类:
其他好文 时间:
2015-01-05 20:05:46
阅读次数:
202
音频焦点分为两种1永久占用((AudioManager) getSystemService(AUDIO_SERVICE)) .requestAudioFocus(null, AudioManager.STREAM_MUSIC, AudioManager.AUDIOFOCUS_GAIN);2临时占用(...
分类:
移动开发 时间:
2015-01-05 18:35:07
阅读次数:
358