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 阅读(146) 评论(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 阅读(550) 评论(0) 推荐(0)
  2018年6月7日
摘要: 调试了下java 的 ThreadPool 阅读全文
posted @ 2018-06-07 10:47 kelisi_king 阅读(189) 评论(0) 推荐(0)
  2018年5月29日
摘要: 1.module的第三方依赖问题: module 中libs中添加了第三方jar包的依赖,dependency中使用默认的implementation 添加依赖后,引用module的项目无法使用该第三方jar包中的类: 查看官方文档:library中使用implementation添加的依赖在编译期 阅读全文
posted @ 2018-05-29 23:01 kelisi_king 阅读(332) 评论(0) 推荐(0)
  2018年5月24日
摘要: root后adb push 应用启动后anr 发现以下错误日志: avc: denied { execmod } for path="/system/lib/libshella-2.8.so" dev="mmcblk0p23" ino=1645 scontext=u:r:untrusted_app: 阅读全文
posted @ 2018-05-24 09:56 kelisi_king 阅读(544) 评论(0) 推荐(0)
  2018年5月14日
摘要: https://apple.stackexchange.com/questions/99536/changing-creation-date-of-a-file touch -t normally only changes the modification and access times. It 阅读全文
posted @ 2018-05-14 15:03 kelisi_king 阅读(3559) 评论(0) 推荐(0)
  2018年3月5日
摘要: 关于此问题的官方文档:https://developer.android.com/guide/topics/resources/runtime-changes.html 问题:系统配置发生改变后,会导致back stack中的activity重新走一遍生命周期,从而会引发一些逻辑问题以及状态显示相关 阅读全文
posted @ 2018-03-05 18:48 kelisi_king 阅读(858) 评论(0) 推荐(0)
  2017年11月20日
摘要: 哎。。 放弃: docker 映射大量端口的问题: https://stackoverflow.com/questions/37770567/why-does-docker-run-so-many-processes-to-map-ports-though-to-my-application htt 阅读全文
posted @ 2017-11-20 14:34 kelisi_king 阅读(142) 评论(0) 推荐(0)
  2017年11月17日
摘要: https://community.asterisk.org/t/asterisk-14-2-1-ari-codec-negociation-problem/72682 阅读全文
posted @ 2017-11-17 18:40 kelisi_king 阅读(145) 评论(0) 推荐(0)
  2017年10月30日
摘要: IDEA 更改控制台输出日志插件: https://plugins.jetbrains.com/plugin/7125-grep-console 指令集: http://redisdoc.com/index.html 删除指令使用通配符: 阅读全文
posted @ 2017-10-30 16:56 kelisi_king 阅读(127) 评论(0) 推荐(0)