在上一篇文章《(二)Audio子系统之new AudioRecord()》中已经介绍了Audio系统如何创建AudioRecord对象以及输入流,并创建了RecordThread线程,接下来,继续分析AudioRecord方法中的startRecording的实现 函数原型: public void ...
分类:
其他好文 时间:
2019-01-01 11:06:35
阅读次数:
434
https://mp.weixin.qq.com/s/ENJVkz88sGgyODRNCu9jhQ 介绍Data类中的binding的定义和用法。 Binding stores information about this node's position in the hardware graph. ...
分类:
其他好文 时间:
2018-12-31 23:43:50
阅读次数:
230
header('Content-type:application/octet-stream'); header('Content-Disposition:attachment;filename="'.basename($file).'"'); header('Content-Length:'.fil ...
分类:
Web程序 时间:
2018-12-31 20:24:50
阅读次数:
244
background属性 属性解释 background属性是css中应用比较多,且比较重要的一个属性,它是负责给盒子设置背景图片和背景颜色的,background是一个复合属性,它可以分解成如下几个设置项: background-color 设置背景颜色 background-image 设置背景 ...
分类:
Web程序 时间:
2018-12-29 17:12:34
阅读次数:
194
Unable to mount volumes for pod "nginx-hello-deployment-6f9f4d7bcc-lbt2n_chenqiang-pv-test(7b0fcbd3-7382-11e8-80b5-74eacb7559f1)": timeout expired waiting for volumes to attach/mount for pod "chenqiang-pv-test"/"nginx-hello-deployment-6f9f4d7bcc-lbt2n". list of unattached/unmounted volumes=[nfs]
分类:
其他好文 时间:
2018-12-26 13:29:43
阅读次数:
908
课程目录部分截图: 下载地址:百度网盘下载 ...
分类:
编程语言 时间:
2018-12-25 00:05:52
阅读次数:
447
public class Decorator { / 装饰者模式: Attach additional responsibility to an object dynamically keeping the same interface. Decorators provide a flexible ...
分类:
其他好文 时间:
2018-12-23 15:19:49
阅读次数:
143
Docker容器进入的4种方式 $ sudo docker ps $ sudo docker exec -it 775c7c9ee1e1 /bin/bash 在使用Docker创建了容器之后,大家比较关心的就是如何进入该容器了,其实进入Docker容器有好几多种方式,这里我们就讲一下常用的几种进入D ...
分类:
其他好文 时间:
2018-12-20 18:46:15
阅读次数:
185