• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






凉介lin

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 7 8 ··· 19 下一页

2019年6月22日

用了 EventBus 不要多用其他的通讯功能
摘要: EventBus是一个Android端优化的publish/subscribe消息总线,简化了应用程序内各组件间、组件与后台线程间的通信。主要功能是替代Intent,Handler,BroadCast 阅读全文
posted @ 2019-06-22 14:31 凉介lin 阅读(220) 评论(0) 推荐(0)
 

2019年6月17日

idea 编译内存溢出
摘要: idea.max.intellisense.filesize=9999 idea.max.content.load.filesize=99999 idea.cycle.buffer.size=disabled BuildTools 选项中 选Gralde 选择Delegate settings 选择 阅读全文
posted @ 2019-06-17 19:52 凉介lin 阅读(2824) 评论(0) 推荐(0)
 

2019年6月14日

版本兼容问题 用于数据存储的持久化
摘要: /** * 战斗兵种,包含最终战斗属性 * * 此类对象将会被序列化之后保存在数据库中,使用VersionFieldSerializer实现向后兼容, * 不可删除或修改已有字段,已有字段,新增字段需要使用@Since标记版本,已经标记的版本号不可修改 */ @Since(value = 1)@De 阅读全文
posted @ 2019-06-14 15:02 凉介lin 阅读(232) 评论(0) 推荐(0)
 

2019年6月13日

java8 函数接口
摘要: 最近在做团队代码 code review 的时候发现了有人使用了 @FunctionalInterface 注解。我对这个注解不是很熟悉,基本上没用过。于是我就问对应的开发人员,给我讲一讲这个注解的用法,为什么要用这个注解?他讲的不太全,于是我就查询了一些资料,分享给大家! 在讲 @Function 阅读全文
posted @ 2019-06-13 14:29 凉介lin 阅读(203) 评论(0) 推荐(0)
 

2019年6月11日

akka 的集群访问方式
摘要: akka 中采用startProxy分区代理 访问 ,跟使用shardRegion 来访问的区别 这两种访问方式是不是重了呢。 而另外这是一个单例代理 阅读全文
posted @ 2019-06-11 18:16 凉介lin 阅读(470) 评论(0) 推荐(0)
 
Akka Cluster Sharding
摘要: Akka Cluster Sharding DeepLearningZ 关注 0.1 2018.03.22 10:57* 字数 7911 阅读 449评论 1喜欢 2 DeepLearningZ 关注 0.1 2018.03.22 10:57* 字数 7911 阅读 449评论 1喜欢 2 0.1  阅读全文
posted @ 2019-06-11 12:09 凉介lin 阅读(894) 评论(0) 推荐(0)
 

2019年6月7日

讨厌的adb占用
摘要: adb重启的方法 2018年06月13日 14:59:47 丽闪无敌 阅读数:11969 adb重启的方法 2018年06月13日 14:59:47 丽闪无敌 阅读数:11969 adb重启的方法 adb重启的方法 2018年06月13日 14:59:47 丽闪无敌 阅读数:11969 2018年0 阅读全文
posted @ 2019-06-07 21:31 凉介lin 阅读(164) 评论(0) 推荐(0)
 
安卓编译 签名包
摘要: 有时候,就是只是 版本 调到26 ,然后 加上 google 的repositories 就ok apply plugin: 'com.android.application'android { compileSdkVersion 26 buildToolsVersion "26.0.1" defa 阅读全文
posted @ 2019-06-07 20:56 凉介lin 阅读(182) 评论(0) 推荐(0)
 

2019年6月5日

linux 系统的 cache 过大,解决方案
摘要: linux buff/cache过大,清理脚本 2018年06月20日 13:44:53 taozhe666 阅读数:6500 linux buff/cache过大,清理脚本 2018年06月20日 13:44:53 taozhe666 阅读数:6500 linux buff/cache过大,清理脚 阅读全文
posted @ 2019-06-05 18:59 凉介lin 阅读(7212) 评论(0) 推荐(0)
 
kotlin 简单处理 回调参数 加?
摘要: Kotlin Parameter specified as non-null is null 2017年10月18日 17:21:49 amiko_ 阅读数:9017 Kotlin Parameter specified as non-null is null 2017年10月18日 17:21:4 阅读全文
posted @ 2019-06-05 06:35 凉介lin 阅读(1353) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 7 8 ··· 19 下一页