上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 58 下一页
  2019年11月19日
摘要: 转载自:http://ganeshtiwaridotcomdotnp.blogspot.com/2011/08/silence-removal-and-end-point-detection_29.html For the purpose of silence removal of captured 阅读全文
posted @ 2019-11-19 13:22 你不知道的浪漫 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 出错现象 由于代码是网络上拷贝来的,可能存在特殊字符,在进行maven打包的时候报错 [ERROR] Malformed POM F:\ai开放平台\SRC\web知识产权申请\pom.xml: expected START_TAG or END_TAG not TEXT (position: TE 阅读全文
posted @ 2019-11-19 08:22 你不知道的浪漫 阅读(5594) 评论(0) 推荐(0) 编辑
  2019年11月15日
摘要: 要搞清楚这两个定理,我们要先弄懂一些术语定义:波特率(baud rate)、比特率(bit rate)、带宽(bandwidth)、容量(capacity)、信噪比、电平等。 波特率 波特率(也称信息传送速率、码元速率、符号速率、或传码率),其定义为每秒钟传送码元的数目,码元速率的单位为“波特”,常 阅读全文
posted @ 2019-11-15 17:22 你不知道的浪漫 阅读(8115) 评论(0) 推荐(0) 编辑
摘要: 场景:一段声音从浏览器麦克风缓冲上一段一段发给服务器,按照时间戳生成很多文件。 目的:把他们按时间顺序连到一个时间轴上。 命令如下: 最终合(并)成一个out.wav文件 list.txt文件内容: 音频样本 阅读全文
posted @ 2019-11-15 14:25 你不知道的浪漫 阅读(5345) 评论(0) 推荐(0) 编辑
  2019年11月13日
摘要: 操作系统:Ubuntu16.04.4 amd64 安装http://m3u8-segmenter.inodes.org/方式安装m3u8-segmenter报错,于是有了这篇文章 其中在更新下载源的过程中报错: 笔者的安装方法: 安装截图 centos7安装命令: windows版本 https:/ 阅读全文
posted @ 2019-11-13 16:47 你不知道的浪漫 阅读(945) 评论(0) 推荐(0) 编辑
摘要: json文本 解析方法: 相关实体类 阅读全文
posted @ 2019-11-13 14:53 你不知道的浪漫 阅读(1616) 评论(0) 推荐(0) 编辑
摘要: 背景 由于一些框架中还使用log4j-1.x系列陈旧的日志框架,调试过程中有一些错误信息不能在控制台显示,增加了调试成本。以下配置方法 将帮助你获得log4j-1.x日志在控制台显示。 解决方法: 使用logback充当门面模式,由他来适配底层日志框架。 logback-spring.xml(一定要 阅读全文
posted @ 2019-11-13 14:27 你不知道的浪漫 阅读(1845) 评论(0) 推荐(0) 编辑
摘要: ThreadLocal variables are infamous for creating memory leaks. A memory leak in Java is amount of memory hold by object which are not in use and should 阅读全文
posted @ 2019-11-13 09:13 你不知道的浪漫 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://veerasundar.com/blog/2010/11/java-thread-local-how-to-use-and-code-sample/ Thread Local is an interesting and useful concept, yet most of 阅读全文
posted @ 2019-11-13 08:58 你不知道的浪漫 阅读(176) 评论(0) 推荐(0) 编辑
摘要: In a previous post, I wrote the usage and benefits of ThreadLocal based instance variables in concurrent applications. This seemingly innocent and fai 阅读全文
posted @ 2019-11-13 08:50 你不知道的浪漫 阅读(209) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 58 下一页