2023年2月8日
摘要: # JavaDoc https://www.cnblogs.com/linj7/p/14339381.html ## Android Studio配置 - plugin中找到javadoc插件后进行安装 - 在想要添加文档说明的方法或类上使用快捷键$${\boxed{alt}}$$ + $${\bo 阅读全文
posted @ 2023-02-08 22:42 kelisi_king 阅读(29) 评论(0) 推荐(0) 编辑
  2022年6月11日
摘要: 前言 之前基于Doubango实现TBCP协议时看到了其内部的状态机实现,觉得虽然构建状态时书写会很繁琐,但是代码逻辑很清晰,很不错,刚好这次觉得在音视频控制(拍摄、编码、录制、传输)时应该会比较适合使用,就翻成了kotlin版本,模块刚好写到合成,就在MediaMuxer上先强行试用了下 状态机实 阅读全文
posted @ 2022-06-11 20:04 kelisi_king 阅读(130) 评论(0) 推荐(0) 编辑
  2021年11月4日
摘要: https://hot.cnbeta.com/articles/game/1198701.htm 成为程序员需要什么品质和技能? 当招聘新程序员的时候,Monteiro表示他更看重以下几个问题: 这个人看起来是否能够与整个团队有效沟通?这些可以是个人或者专业项目,其范围取决于该职位需要的资历。 他们 阅读全文
posted @ 2021-11-04 11:18 kelisi_king 阅读(40) 评论(0) 推荐(0) 编辑
  2021年7月13日
摘要: https://habr.com/en/post/456182/ Wireless technologiesSound This article is also available in Russian / Эта статья также доступна на русском языкеThe 阅读全文
posted @ 2021-07-13 17:15 kelisi_king 阅读(137) 评论(0) 推荐(0) 编辑
  2021年6月1日
摘要: Android Arch 工程模块 界面导航 简要说明 使用Jetpack Nav库采用单Activity架构模式 UI复用(Fragment) Activity之间跳转动画的问题。界面跳转会出现状态栏闪现 Activity之间共享数据问题 要使用单例(Application Scope)来保存数据 阅读全文
posted @ 2021-06-01 17:53 kelisi_king 阅读(166) 评论(0) 推荐(0) 编辑
  2021年4月19日
摘要: 问题现象: 应用内操作后出现空指针异常 问题日志: 1 FATAL EXCEPTION: main 2 04-19 10:46:15.507 E/AndroidRuntime(23919): Process: com.test.test:remote, PID: 23919 3 04-19 10:4 阅读全文
posted @ 2021-04-19 17:56 kelisi_king 阅读(447) 评论(0) 推荐(0) 编辑
  2019年12月20日
摘要: 原文:https://dzone.com/articles/shallow-retained-and-deep-size If you ever worked with heap analysis, you might have encountered terms such as shallow, 阅读全文
posted @ 2019-12-20 09:42 kelisi_king 阅读(251) 评论(0) 推荐(0) 编辑
  2019年4月24日
摘要: 原文地址: https://www.fatalerrors.org/a/detected-problems-with-api-compatibility.html Detected problems with API compatibility(visit g.co/dev/appcompat fo 阅读全文
posted @ 2019-04-24 11:09 kelisi_king 阅读(754) 评论(0) 推荐(0) 编辑
  2018年9月26日
摘要: filter { multiline { pattern => '^(?m)\[%{TIMESTAMP_ISO8601}\] \[%{HOSTNAME}\] \[%{DATA}\] %{LOGLEVEL} ' negate => true what => previous } grok { patt 阅读全文
posted @ 2018-09-26 10:09 kelisi_king 阅读(138) 评论(0) 推荐(0) 编辑
  2018年8月6日
摘要: http://alexsderkach.io/comparing-java-8-rxjava-reactor/ People often ask me: Why should I bother using RxJava or Reactor, if I can achive the same wit 阅读全文
posted @ 2018-08-06 10:54 kelisi_king 阅读(501) 评论(0) 推荐(0) 编辑