合理估算线程池大小及队列数
☆151Jan 20, 2019Updated 7 years ago
Alternatives and similar repositories for dark_magic
Users that are interested in dark_magic are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- java线程池的写法☆75Apr 19, 2015Updated 11 years ago
- 轻量级多线程池。1)支持异步任务分派至不同的线程池执行;2)支持并行执行多个异步任务;3)支持需要返回结果和不需要返回结果的异步任务。☆323Oct 6, 2024Updated last year
- 基于Kafka和MongoDB的结构化日志异步记录和预警框架☆10Sep 1, 2016Updated 9 years ago
- Redis-based distributed queue with queue task monitoring, task timeout, failed task retries and more☆19Feb 11, 2018Updated 8 years ago
- 架构师学习线路图,详细介绍java学习线路图,包括java多线程并发,JVM,spring,springboot,springcloud,mysql,zookeeper,kafka,storm,docker等☆15Apr 18, 2019Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- dubbo服务间的分布式事物☆11Aug 26, 2015Updated 10 years ago
- 规则引擎测试☆10Feb 27, 2014Updated 12 years ago
- netty4 版本的cmpp 最精简代码☆20Oct 31, 2019Updated 6 years ago
- 一个支持多级缓存的分布式缓存系统☆21Dec 27, 2017Updated 8 years ago
- 基于tcc的Java分布式事务框架☆18Nov 16, 2016Updated 9 years ago
- java 实现线程池☆15Jan 11, 2017Updated 9 years ago
- Sample Applications Demonstrating Multi-tenancy in Spring Security☆12Oct 29, 2019Updated 6 years ago
- 剑指offer CodingInterview | Solutions to the book <Coding Interviews> with Java.《剑指offer—名企面试官精讲典型编程题》面试题目的Java实现。☆18Feb 18, 2019Updated 7 years ago
- feign-async提供了异步支持,带你一步一步了解feign深层构造☆32Oct 3, 2024Updated last year
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Java架构师学习☆11Mar 3, 2019Updated 7 years ago
- 一个轻量级,高性能的缓存构架,以android缓存而设计为初衷,也可以应用于一般的Java项目中。☆14Sep 9, 2014Updated 11 years ago
- 用于数据迁移、缓存预热,springboot架构。支持数据区间分割、动态调整线程池配置、任务进度实时查看等特性☆45Jul 3, 2017Updated 8 years ago
- Spring Boot、Spring Cloud、Dubbo scaffold☆13Feb 28, 2026Updated 2 months ago
- The cm communication component of Spring Cloud for kubernetes.☆17Oct 17, 2018Updated 7 years ago
- Google 在 2018 年下旬开源了一款新的 Java 工具 Jib,可以轻松地将 Java 应用程序容器化。通过 Jib,我们不需要编写 Dockerfile 或安装 Docker,通过集成到 Maven 或 Gradle 插件,就可以立即将 Java 应用程序容器化…☆21Apr 7, 2019Updated 7 years ago
- 🌈 优美导航网站:手风琴导航风格、包含常用网址、在线娱乐、在线考证、效率工具、冷门网站等常见网站,做你最好的网站收藏夹☆10Jan 10, 2026Updated 4 months ago
- 《剑指 offer》面试题 java 版, leetcode 题目分享☆27Oct 21, 2020Updated 5 years ago
- Defining Excel styles with HTML and CSS. It's a templated language, as same as HTML☆14Jun 29, 2022Updated 3 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 搜索引擎原理实践, java, 多线程异步下载,CompletableFuture,下载,分析,倒排索引。☆16Apr 4, 2019Updated 7 years ago
- 😃 技术面试知识整理☆16Jan 10, 2021Updated 5 years ago
- 由java构建的轻量级消息队列,支持订阅和点对点模式☆34Mar 18, 2019Updated 7 years ago
- jdtrace - a DTrace based tool for Java☆10May 17, 2016Updated 10 years ago
- 基于SpringBoot的注解插件,实现了对接口的防重放攻击,校验请求超时,校验请求签名☆18Mar 5, 2019Updated 7 years ago
- Tomcat 自动部署脚本☆10May 9, 2016Updated 10 years ago
- 基于redis的mybatis二级缓存插件☆18Jun 21, 2022Updated 3 years ago
- Export Kubernetes events to Apache SkyWalking OAP.☆39Oct 26, 2023Updated 2 years ago
- 用Java实现的一个简单的消息队列☆17Mar 17, 2017Updated 9 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 🦄The async tool for java.(Java 多线程异步并行框架,基于 java 字节码,支持注解。)☆32Nov 30, 2022Updated 3 years ago
- java比特币开发详解:本课程面向初学者,内容即涵盖比特币的核心概念,例如区块链存储、去中心化共识机制、密钥与脚本、交易与UTXO等,同时也详细讲解如何在Php代码中集成比特币支持功能,例如创建地址、管理钱包、构造裸交易等,是java工程师不可多得的比特币开发学习课程。☆19Nov 11, 2018Updated 7 years ago
- 高级Java架构师学习路线,后续会根据该路线提供相应的代码或者框架学习案例☆15Oct 28, 2021Updated 4 years ago
- 线程池+消息队列缓存 批量处理高并发任务☆13Sep 1, 2019Updated 6 years ago
- 开源框架之手写系列,主要手写了springmvc,mybatis,rpc框架的实现,目前是跟着简书上一位博主的博客进行练习,先学习一下后期在做功能性的扩展。有兴趣的同学可以参考博主的博客学习一下,加深一下自己对开源框架底层实现的掌握☆11Jan 3, 2018Updated 8 years ago
- Deprecated☆11Oct 10, 2020Updated 5 years ago
- 基于springboot幂等性框架☆26Jul 12, 2025Updated 10 months ago