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) 编辑