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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- java线程池的写法☆75Apr 19, 2015Updated 10 years ago
- 一个轻量级,高性能的缓存构架,以android缓存而设计为初衷,也可以应用于一般的Java项目中。☆14Sep 9, 2014Updated 11 years ago
- Springboot读写分离,其实这个是在代码上面处理,实现动态数据源通过反射,AOP方式进行切换。其实在数据库方面,要做到主从同步。可以参照我的博客配置主从同步(MYSQL)https://jordenlwq.github.io/2017/12/06/hello-worl…☆16Apr 2, 2018Updated 8 years ago
- 😃 技术面试知识整理☆16Jan 10, 2021Updated 5 years ago
- guava 中文注释☆14Oct 20, 2015Updated 10 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 阿里druid连接池剥离出来的sql解析代码☆12Jun 21, 2022Updated 3 years ago
- Deprecated☆11Oct 10, 2020Updated 5 years ago
- 线程池+消息队列缓存 批量处理高并发任务☆13Sep 1, 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
- 小程序—前端排行榜☆12Sep 1, 2018Updated 7 years ago
- Java:购物车规则引擎。采用SOA思想,每个促销规则以插件的形式增减☆21Dec 23, 2015Updated 10 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 完整的外排序算法,对8000万条数据(2G)大小进行排序,使用临时文件作为内存扩展,算法思想:使用选择置换排序最大化顺串长度,多路归并减少IO开销,使用败者树来使归并达到最优。☆35Oct 28, 2019Updated 6 years ago
- 2016Java面试题整理☆15Mar 14, 2016Updated 10 years ago
- Fast segmentation of object from background given approximate object bounding box☆19Dec 16, 2015Updated 10 years ago
- The Distributed Traffic Control System☆12Feb 11, 2019Updated 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 8 years ago
- Validator基于Java Web的一款验证框架,其核心设计目的是开发迅速、代码量少、学习简单、功能强大、易扩展☆21Jul 31, 2017Updated 8 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- 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 last month
- 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
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 咖啡吧博客☆12Mar 31, 2026Updated last week
- 使用Filebeat+(Logstash | Ingest Node)采集自定义正则匹配的日志☆14Dec 17, 2018Updated 7 years ago
- java spring redies:订阅/发布系统;统一配置管理;lua脚本实现分布式锁;缓存应用(连接池,切片连接池,哨兵模式)☆28Dec 10, 2022Updated 3 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
- Simple Java Crawler using NIO☆17Feb 10, 2011Updated 15 years ago
- You decided to give up on earth after the latest financial collapse left 99.99% of the earth's population with 0.01% of the wealth. Lucki…☆13Jun 8, 2014Updated 11 years ago