网站首页 站内搜索

搜索结果

查询Tags标签: subscribers,共有 3条记录
  • guava EventBus源码阅读

    post → @Subscribe 方法流程 1.post 调用EventBus this.dispatcher.dispatch(event, eventSubscribers); 2.dispatcher = Dispatcher.perThreadDispatchQueue() 3. new Dispatcher.PerThreadQueuedDispatcher() = new PerThreadQueuedDispatcher(queue,dispatching) 4. …

    2021/7/2 9:51:21 人评论 次浏览
  • Statistics of subscribers of each platform from June 2020 to June 2021

    Description:Here will use pictures and text to report the statistics of the number of subscribers. Total number of subscribers:42431.toutiao(今日头条)DotNet源计划的头条主页 - 今日头条(www.toutiao.com)2.WeChat public account & WeChat group 3. …

    2021/6/29 23:23:50 人评论 次浏览
  • 行为型设计模式:观察者模式以及guava中的使用

    观察者模式是很常见的一种行为型设计模式。在Java原生态的实现方式中,观察者实现Observer接口,被观察者继承Observable。下面编写一个使用Java api简单的实现。观察者代码:public class MyObserver implements Observer { public void update(Observable o, Object …

    2021/4/20 10:27:07 人评论 次浏览
扫一扫关注最新编程教程