2018年6月7日
摘要: 调试了下java 的 ThreadPool 阅读全文
posted @ 2018-06-07 10:47 kelisi_king 阅读(183) 评论(0) 推荐(0) 编辑
  2018年5月29日
摘要: 1.module的第三方依赖问题: module 中libs中添加了第三方jar包的依赖,dependency中使用默认的implementation 添加依赖后,引用module的项目无法使用该第三方jar包中的类: 查看官方文档:library中使用implementation添加的依赖在编译期 阅读全文
posted @ 2018-05-29 23:01 kelisi_king 阅读(326) 评论(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 阅读(540) 评论(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 阅读(3529) 评论(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 阅读(791) 评论(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 阅读(134) 评论(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 阅读(123) 评论(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 阅读(123) 评论(0) 推荐(0) 编辑
  2017年5月27日
摘要: 需求:android 经典蓝牙发送文件,发送端支持暂停操作(变态!!!!),还想要断点续传(更变态!!!) 大致实现: client端发送定长包,文件首包包头(固定长度)包含此文件标示(名称,文件流总长度等),并且要处理好socket缓存区溢出的问题,防止出现丢包。 server端从socket读取 阅读全文
posted @ 2017-05-27 15:57 kelisi_king 阅读(962) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://security.stackexchange.com/questions/3851/can-a-file-contain-its-md5sum-inside-it Stack Exchange Inbox Reputation and Badges sign up log 阅读全文
posted @ 2017-05-27 15:29 kelisi_king 阅读(226) 评论(0) 推荐(0) 编辑