java 进阶之路:面试高频算法、akka、多线程、NIO、Netty、SpringBoot、Spark&&Flink 等
☆128Oct 11, 2023Updated 2 years ago
Alternatives and similar repositories for java_learning_practice
Users that are interested in java_learning_practice 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 interview-高级Java面试题2019☆142Aug 13, 2019Updated 6 years ago
- 大厂一线工程师四年磨一剑精心编排 Java 高并发编程教程。详细文档讲解请阅读本人的知识库仓:https://github.com/Wasabi1234/Java-Interview-Tutorial☆1,232May 9, 2023Updated 3 years ago
- 关于大数据的面试题,包括hadoop、hbase、hive、spark、storm、zookeeper、kafka、flume、logstash、redis、ELK、ETL、算法等等,持续更新中☆448Mar 31, 2019Updated 7 years ago
- 《剑指 offer》面试题 java 版, leetcode 题目分享☆27Oct 21, 2020Updated 5 years ago
- 基于Bytebuddy的Java Agent AOP框架☆11Feb 21, 2024Updated 2 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- 金融风控系统(springboot+drools)、flink流计算、mongodb☆171Jun 17, 2022Updated 3 years ago
- Spark、Hadoop、Flink、Storm、Kafka编程实例学习☆169Apr 25, 2017Updated 9 years ago
- 百度百科多线程爬虫Java源码,数据存储采用了Oracle11g☆13Feb 23, 2017Updated 9 years ago
- Java开发者或者大数据开发者面试知识点整理☆252Feb 25, 2019Updated 7 years ago
- 并发消费kafka数据并写入hdfs。 基于flink统计实时ip热点统计☆11Sep 5, 2023Updated 2 years ago
- 学习 Spark 的一个小项目,以及其中各种调优的笔记☆177Jul 20, 2017Updated 8 years ago
- Apache Flink自述理解与代码☆13Mar 9, 2019Updated 7 years ago
- 一个支持多级缓存的分布式缓存系统☆21Dec 27, 2017Updated 8 years ago
- 封装sparkstreaming动态调节batch time(有数据就执行计算); 支持运行过程中增删topic; 封装sparkstreaming 1.6 - kafka 010 用以支持 SSL。☆181Apr 15, 2021Updated 5 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.
- flink简易使用教程,结合官方仓库的example样例,结合常见场景,使用flink的基本功能☆117Jun 21, 2022Updated 3 years ago
- java 程序员面试指南,常用面试题汇总解答☆207Aug 13, 2018Updated 7 years ago
- java 实现线程池☆15Jan 11, 2017Updated 9 years ago
- 基于flink的推荐系统,实时获取kafka数据进行数据清洗,离线计算进行文件读取(文件,mongodb,hbase)运用协同过滤算法进行计算得出推荐数据☆20Jun 21, 2022Updated 3 years ago
- Spark混合推荐系统大数据监控平台☆11May 1, 2018Updated 8 years ago
- Java JUC 学习项目 包括各种并发多线程的高级使用。java自带多线程并发锁高级应用☆15May 11, 2018Updated 8 years ago
- 基于netty实现的轻量级消息中间件mini-mq,致力于解决分布式事务问题,支持可靠性消息,并具备较强的扩展性和较完善的监控系统。☆19Dec 12, 2022Updated 3 years ago
- 剑指offer CodingInterview | Solutions to the book <Coding Interviews> with Java.《剑指offer—名企面试官精讲典型编程题》面试题目的Java实现。☆18Feb 18, 2019Updated 7 years ago
- Hadoop WebHDFS REST API's java client code with kerberos auth.☆32Sep 17, 2012Updated 13 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- maat是一个分布式事务中间件,实现了基于可靠消息的最终一致性事务控制.其可靠消息服务通过独立消息服务方案实现,与业务系统耦合低,目前支持的MQ有RocketMQ☆12Dec 6, 2018Updated 7 years ago
- 优化flink的多流操作(例如join),优化点不限于数据丢失问题,以及性能问题☆11Apr 8, 2019Updated 7 years ago
- Java核心知识。集合框架、JVM机制、多线程与并发框架、网络协议、SSM框架、MySQL、分布式、微服务、高并发与高可用等。☆441Sep 1, 2019Updated 6 years ago
- 1、支持网页爬虫 2、多线程、线程池 3、支持全文搜索 4、支持Hadoop分布式平台、HDFS/MapReduce、Zookeeper、HBase 5、支持redis分布式缓存 6、集成微信公众号开发 7、Spring4新特性 8、ActiveMQ 9、Nginx详细配置…☆16Nov 16, 2022Updated 3 years ago
- DRDCDeviceMonitor Flink+Kafka+redis+rabbitmq实现的实时智能运维系统。☆27Aug 30, 2018Updated 7 years ago
- 面试中,经常要用到的数据结构(链表、队列、栈、二叉树、哈希表等)以及一些常用的算法(排序:归并、快速排序、基数排序等,查找:二分查找法),,统一由JAVA实现.☆137Jul 1, 2019Updated 6 years ago
- Java分布式系统架构。包括分布式锁,一致性哈希,分库分表,单点登录,缓存,消息队列等☆147Mar 27, 2019Updated 7 years ago
- Flink 案例代码☆43Apr 24, 2026Updated 3 weeks ago
- 📖Java工程师学习历程与笔记,附含算法、Java基础、框架实战、框架源码、框架实现、中间件、面试题等知识和学习蓝图。☆628Nov 12, 2022Updated 3 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.
- 百万级高性能分布式发布订阅系统,基于nio,netty开发,无锁并发,充分发挥cpu极限, 该项目已自带心跳检测功能,断线自动重连,非常稳定。 注意该项目软件编码为GBK,导入的时候一定要看清项目编码格式。☆74Jan 14, 2019Updated 7 years ago
- 星云项目基于JDK17、Spring Boot 3.5.x、Spring Cloud 2021生态体系技术,采用微服务前后端分离架构,供开发人员学习和交流。包括服务注册与发现、服务监控、服务管理、服务治理、服务网关、服务熔断、配置管理、OAuth2认证授权中心等常见微服务组…☆34Oct 12, 2025Updated 7 months ago
- 一个轻量级,高性能的缓存构架,以android缓存而设计为初衷,也可以应用于一般的Java项目中。☆14Sep 9, 2014Updated 11 years ago
- zookeeper的笔记以及教程☆14Sep 10, 2018Updated 7 years ago
- 包含Java中API的很多案例,Spring、SpringBoot、SpringCloud框架、Dubbo、Netty 服务端与客户端开发案例,,以及众多中间件Clint API的使用(感谢咕泡学院)☆11Mar 8, 2023Updated 3 years ago
- java 网络编程☆13Oct 15, 2017Updated 8 years ago
- 《Java多线程编程实战指南(设计模式篇)》源码☆662Mar 16, 2020Updated 6 years ago