java线程池的写法
☆75Apr 19, 2015Updated 11 years ago
Alternatives and similar repositories for ThreadPool
Users that are interested in ThreadPool are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 工具类大全(redis,rocketmq,dubbo,线程池,excel,时间类......)☆44May 3, 2017Updated 9 years ago
- 轻量级多线程池。1)支持异步任务分派至不同的线程池执行;2)支持并行执行多个异步任务;3)支持需要返回结果和不需要返回结果的异步任务。☆323Oct 6, 2024Updated last year
- 合理估算线程池大小及队列数☆151Jan 20, 2019Updated 7 years ago
- Java高并发秒杀系统API☆27May 12, 2018Updated 8 years ago
- 线程池、任务、任务组、任务池,定时任务的类库☆24Feb 28, 2026Updated 4 months ago
- 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.
- flink sql redis 连接器☆12Nov 20, 2023Updated 2 years ago
- 一个轻量级,高性能的缓存构架,以android缓存而设计为初衷,也可以应用于一般的Java项目中。☆14Sep 9, 2014Updated 11 years ago
- Spring Boot for grpc and register to consul☆10Mar 10, 2016Updated 10 years ago
- SpringBoot项目。 主要是Netty与RabbitMq,包含服务与客户端,编码与解码器;定义了两个线程池一个用于netty,一个用于异步写日志。使用了自定义注解获取相应的handler。同时包含mysql、mongo、redis☆17Jan 28, 2019Updated 7 years ago
- 搜索引擎原理实践, java, 多线程异步下载,CompletableFuture,下载,分析,倒排索引。☆15Apr 4, 2019Updated 7 years ago
- 😃 技术面试知识整理☆16Jan 10, 2021Updated 5 years ago
- 【Java面试指南】收集整理常见面试题,做最全最专业的面试宝典,持续更新中...☆17Mar 5, 2019Updated 7 years ago
- 一个全景360自动(手动)循环滚动的演示demo☆25Jan 28, 2015Updated 11 years ago
- 第四届阿里中间件性能挑战赛初赛——高性能的 Service Mesh Agent 组件:服务注册与发现、协议转换、负载均衡☆10Dec 8, 2022Updated 3 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- 第三届阿里中间件性能挑战赛, 赛后整理☆17Oct 10, 2018Updated 7 years ago
- A simple microservice which exposes elastic search☆10Jun 1, 2018Updated 8 years ago
- 第三届阿里中间件性能挑战赛 初赛记录及源码分享。供学习交流!☆15Jun 5, 2017Updated 9 years ago
- zookeeper web页面监控工具,使用内置的H2数据库实现,感谢淘宝大神yasenagat提供zkWeb源码,本项目是在1.0的基础上进行的加工完善,使用maven打war包放在toncat下即可运行☆12Sep 10, 2016Updated 9 years ago
- Spark Structured Streaming JDBC Sink☆16Apr 26, 2021Updated 5 years ago
- JAVA多线程实用案例:利用CAS解决原子性、实现Callable创建线程(闭锁)、模拟CAS算法、CopyOnWriteArrayList写入并复制、CountDownLatch闭锁、同步锁Lock、多生产多消费、volatile关键字、线程按序交替、Executors线…☆10Jun 26, 2019Updated 7 years ago
- java多线程☆221Oct 25, 2017Updated 8 years ago
- 这是一个Android 客户端富文本排列程序,其主要功能是: 输入一段格式化的文本,其中包含有如下富文本类型:纯文本、图片、超链接、表情、纯 URL。解析里面的所有富文本,并以合适的形式在 Android 客户端进行显示。☆29Nov 4, 2021Updated 4 years ago
- Java面试题系列☆31Jul 31, 2018Updated 7 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- My common used gradle scripts.☆11Jun 5, 2018Updated 8 years ago
- 收集技术文档,涵盖面试,编程,数据库等等☆15Apr 19, 2018Updated 8 years ago
- curl 移植到andorid ,支持https和http2.0☆16May 26, 2017Updated 9 years ago
- 正则表达式 例子:卡号、时间、金额以及金额数字转大写....☆11Mar 30, 2016Updated 10 years ago
- 使用rocksDB实现LinkedList双向链表,可用于本地MQ队列,实现本地MQ等持久化存储。☆10Sep 11, 2018Updated 7 years ago
- Data sets and Vagrant script to provision a virtual machine for Apache Calcite development☆30Mar 24, 2023Updated 3 years ago
- spring-birt☆20Jul 9, 2012Updated 13 years ago
- 我服务器的nginx配置, 包括https、反向代理、各站点配置、日志切割☆29Jan 25, 2019Updated 7 years ago
- 用java实现DNS服务器☆13Apr 9, 2015Updated 11 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 基于阿里Dubbo框架的服务切换工具☆19Jul 21, 2017Updated 8 years ago
- 游戏中常用的线程池,顺序队列和非顺序队列☆22Jun 6, 2017Updated 9 years ago
- 这可能是解耦程度最好的全局Loading框架☆12Jun 24, 2019Updated 7 years ago
- Java多线程核心技术☆167Aug 15, 2018Updated 7 years ago
- Java单例模式及其多线程下的实现,包括六种线程安全实现和一种非线程安全实现(经典懒汉式)。☆17May 7, 2017Updated 9 years ago
- 2016Java面试题整理☆15Mar 14, 2016Updated 10 years ago
- Xorange 基于openresty的api管理,负载,分发,监控,频率限制,waf 防火墙,鉴权认证管理平台☆16Sep 30, 2019Updated 6 years ago