首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏孟君的编程札记

    高并发场景下System.currentTimeMillis()的性能问题的优化

    this.executorService = new ScheduledThreadPoolExecutor(1, r -> { Thread thread = new Thread(r, "system-clock

    1.4K10编辑于 2022-11-21
  • 来自专栏爱撸猫的杰

    基于Twitter的Snowflake算法实现分布式高效有序ID生产黑科技(无懈可击)

    Executors.newSingleThreadScheduledExecutor(runnable -> { Thread thread = new Thread(runnable, "system-clock

    1.8K40发布于 2019-03-28
领券