java 实现线程池
☆15Jan 11, 2017Updated 9 years ago
Alternatives and similar repositories for threadpool-core
Users that are interested in threadpool-core are comparing it to the libraries listed below
Sorting:
- java线程池的写法☆75Apr 19, 2015Updated 10 years ago
- 一个轻量级,高性能的缓存构架,以android缓存而设计为初衷,也可以应用于一般的Java项目中。☆14Sep 9, 2014Updated 11 years ago
- Updating编译和整理一些经常使用的工具类!包含了缓存管理、Activity栈管理、倒计时、高斯模糊、日期、文件管理、Gps坐标转换、Html链接操作、Log日志管理、测量View大小、手机信息管理、本地存储管理、反射、屏幕管理、获取Bitmap、App信息和更新 、四则…☆10Sep 8, 2020Updated 5 years ago
- Springboot读写分离,其实这个是在代码上面处理,实现动态数据源通过反射,AOP方式进行切换。其实在数据库方面,要做到主从同步。可以参照我的博客配置主从同步(MYSQL)https://jordenlwq.github.io/2017/12/06/hello-worl…☆16Apr 2, 2018Updated 7 years ago
- 😃 技术面试知识整理☆16Jan 10, 2021Updated 5 years ago
- 阿里druid连接池剥离出来的sql解析代码☆12Jun 21, 2022Updated 3 years ago
- Deprecated☆11Oct 10, 2020Updated 5 years ago
- 线程池+消息队列缓存 批量处理高并发任务☆13Sep 1, 2019Updated 6 years ago
- 汪文君老师的《Java高并发编程详解:多线程与架构设计》中的部分代码,全书分为4个部分,每个部分包含若干章节,代码中有与原书不符的地方☆16Dec 6, 2019Updated 6 years ago
- 用于数据迁移、缓存预热,springboot架构。支持数据区间分割、动态调整线程池配置、任务进度实时查看等特性☆45Jul 3, 2017Updated 8 years ago
- JAVA多线程实用案例:利用CAS解决原子性、实现Callable创建线程(闭锁)、模拟CAS算法、CopyOnWriteArrayList写入并复制、CountDownLatch闭锁、同步锁Lock、多生产多消费、volatile关键字、线程按序交替、Executors线…☆10Jun 26, 2019Updated 6 years ago
- 收集技术文档,涵盖面试,编程,数据库等等☆15Apr 19, 2018Updated 7 years ago
- mysql数据实时同步到redis,基于mysql binlog实现的同步方案☆10Dec 12, 2015Updated 10 years ago
- Java:购物车规则引擎。采用SOA思想,每个促销规则以插件的形式增减☆21Dec 23, 2015Updated 10 years ago
- Drools 的 Dockerfile 配置信息,可直接下载编译,快速搭建 Workbench 与 kie-server,并支持中文规则☆14Jan 16, 2018Updated 8 years ago
- springcloud实战商城项目☆15Jul 7, 2019Updated 6 years ago
- 2016Java面试题整理☆15Mar 14, 2016Updated 10 years ago
- 微服务搭建用户授权管理系统☆16Nov 13, 2025Updated 4 months ago
- The Distributed Traffic Control System☆12Feb 11, 2019Updated 7 years ago
- Java高并发秒杀系统API☆26May 12, 2018Updated 7 years ago
- java技术学习笔记以及互联网面试常见题☆10Nov 2, 2019Updated 6 years ago
- 基于netty实现的轻量级消息中间件mini-mq,致力于解决分布式事务问题,支持可靠性消息,并具备较强的扩展性和较完善的监控系统。☆19Dec 12, 2022Updated 3 years ago
- 使用java开源框架netty搭建的文件服务器,不限文件大小,底层采用分布式存储☆23Aug 24, 2017Updated 8 years ago
- 此微服务包括分布式认证中心(jwt+redis),Eureka 集群,客户端负载均衡 turbin微服务监控。Hystrix服务熔断机制 请求限流。以及数据同步DATAX (https://github.com/alibaba/DataX),☆25Apr 2, 2018Updated 7 years ago
- springboot工程整合mybatis拦截器的按月分表功能☆12Oct 8, 2019Updated 6 years ago
- An implementation of write-ahead logging (WAL) for nodejs.☆15May 6, 2016Updated 9 years ago
- 线程池、任务、任务组、任务池,定时任务的类库☆23Feb 28, 2026Updated 3 weeks ago
- java spring redies:订阅/发布系统;统一配置管理;lua脚本实现分布式锁;缓存应用(连接池,切片连接池,哨兵模式)☆29Dec 10, 2022Updated 3 years ago
- Spark SQL Macros provides a mechanism similar to Spark User-Defined function registration; with the key enhancement being that custom cod…☆16Mar 17, 2021Updated 5 years ago
- 基于Java的多线程爬虫框架☆11Jun 14, 2024Updated last year
- SpringBoot2.0+drools7.14整合学习代码☆23Sep 12, 2023Updated 2 years ago
- 分布式在线聊天系统☆10Sep 17, 2014Updated 11 years ago
- 基于Webdav的相册☆12Apr 26, 2021Updated 4 years ago
- iOS 应用内切换语言☆15Nov 6, 2017Updated 8 years ago
- 咖啡吧博客☆12Mar 14, 2026Updated last week
- 使用Filebeat+(Logstash | Ingest Node)采集自定义正则匹配的日志☆14Dec 17, 2018Updated 7 years ago
- Another short url service in node.js☆39Jan 10, 2012Updated 14 years ago
- 23种设计模式的不同语言实现。其中PHP, Java版是好好写的样例代码,Python和JavaScript版会尝试用一些语言级别 的特性来比较Java版的设计模式。而C语言版的存在是因为我读了一本小册子,介绍如何把C语言写成面像对象化,因此只是做一些尝试。最后,Lisp和S…☆13Feb 22, 2013Updated 13 years ago
- Java架构师学习☆11Mar 3, 2019Updated 7 years ago