☆42Jan 25, 2023Updated 3 years ago
Alternatives and similar repositories for practice
Users that are interested in 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方向书籍的学习,包括《java编程思想》,《实战java虚拟机》(作者:葛一鸣)《java高并发》(作者:葛一鸣)。☆16Nov 4, 2018Updated 7 years ago
- 一个轻量级,高性能的缓存构架,以android缓存而设计为初衷,也可以应用于一般的Java项目中。☆14Sep 9, 2014Updated 11 years ago
- 😃 技术面试知识整理☆16Jan 10, 2021Updated 5 years ago
- 基于SpringBoot2.0的实现的,个人朋友圈微商推广微信小程序,减少重复发圈次数。☆11Mar 11, 2019Updated 7 years ago
- JAVA多线程实用案例:利用CAS解决原子性、实现Callable创建线程(闭锁)、模拟CAS算法、CopyOnWriteArrayList写入并复制、CountDownLatch闭锁、同步锁Lock、多生产多消费、volatile关键字、线程按序交替、Executors线…☆10Jun 26, 2019Updated 7 years ago
- AI Agents on 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.
- 使用一致性哈希consistent-hashing来实现分布式redis,基于spring使用的缓存工具☆14Aug 3, 2017Updated 8 years ago
- 支付订单系统分表分库高并发实现☆13Mar 31, 2022Updated 4 years ago
- dkd帝可得后台管理系统 IoT帝可得是一个基于物联网概念下的智能售货机运营管理系统 帝可得☆21Aug 23, 2024Updated last year
- 高并发下本地锁+分布式锁☆63May 16, 2018Updated 8 years ago
- Support for apollo-client to dynamic auto refresh @ConfigurationProperties bean.☆14Feb 6, 2024Updated 2 years ago
- 脚本管理工具☆16May 16, 2024Updated 2 years ago
- rocketmq后台管理,从阿里开源修改。换成rest风格访问,增加拦截器登录配置☆15Jul 1, 2016Updated 10 years ago
- 基于 javaagent 对 java 原生类的 方法进行字节码动态修改, 以此引发的一些关于 绕过 Java 软件授权验证机制的思考☆11Jan 22, 2021Updated 5 years ago
- 在mysql-binlog-connector-java基础上参考 keking-binlog-distributor,提供了监听mysql数据库二进制日志并进行分发的功能☆15Jun 21, 2022Updated 4 years ago
- AI Agents on 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.
- Java架构师练习类☆23Jun 27, 2017Updated 9 years ago
- github: https://github.com/kanwangzjm/funiture, spring项目,权限管理、系统监控、定时任务动态调整、qps限制、sql监控(邮件)、验证码服务、短链接服务、动态配置等☆1,871Nov 15, 2023Updated 2 years ago
- java 实现线程池☆15Jan 11, 2017Updated 9 years ago
- nginx、netty hls流媒体架构,实现时移和回看功能。nginx负责m3u8的组装,netty负责运算把ts信息返回给nginx。实测m3u8 时移、回看功能长连接下载并发可达4w,ts 3000路跑满网卡,系统瓶颈在网卡☆19Nov 16, 2022Updated 3 years ago
- 基于netty实现的轻量级消息中间件mini-mq,致力于解决分布式事务问题,支持可靠性消息,并具备较强的扩展性和较完善的监控系统。☆19Dec 12, 2022Updated 3 years ago
- 缓存cache服务器☆105Apr 10, 2025Updated last year
- 2016Java面试题整理☆15Mar 14, 2016Updated 10 years ago
- vue 页面搭建工具,开发从未如此简单。☆12Dec 7, 2017Updated 8 years ago
- 🚜线程安全、网络编程、消息中间件文章源码🚜☆28Apr 19, 2018Updated 8 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.
- spring cloud alibaba系列学习案列☆11Nov 3, 2019Updated 6 years ago
- 基于Redis实现消息的定时推送☆11Aug 26, 2024Updated last year
- Dockerfile镜像编写☆14Jan 11, 2017Updated 9 years ago
- 轻量级,高性能,少依赖,低级封装的服务器开发工具和项目搭建模板,可以开发游戏服务器和小型中间件等☆14Nov 6, 2018Updated 7 years ago
- Java并发编程与高并发解决方案。Java concurrent programming and high concurrency solutions.☆21May 1, 2018Updated 8 years ago
- 阿布的个人网站 SpringBoot(框架)-Mybatis(持久层)-Druid(数据监控)-Redis(缓存)-RabbitMQ(消息中间件)☆13Apr 18, 2018Updated 8 years ago
- java技术学习笔记以及互联网面试常见题☆10Nov 2, 2019Updated 6 years ago
- 自己实现的一个精简版Struts2框架☆14May 10, 2017Updated 9 years ago
- 星图交互式动画☆10Oct 9, 2017Updated 8 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.
- 使用java开源框架netty搭建的文件服务器,不限文件大小,底层采用分布式存储☆23Aug 24, 2017Updated 8 years ago
- J2SE相关代码研究☆12May 20, 2017Updated 9 years ago
- 日志实时监控,检索,报警☆19Apr 26, 2016Updated 10 years ago
- mybatis table sharding plugin☆60Jan 21, 2022Updated 4 years ago
- Java JUC 学习项目 包括各种并发多线程的高级使用。java自带多线程并发锁高级应用☆15May 11, 2018Updated 8 years ago
- Spring & Spring Boot & Spring Cloud & Alibaba Cloud 微服务与云原生实战☆20May 13, 2026Updated last month
- 迷你屋 是一个开放,模块化,数据驱动,前端友好的小游戏框架 (实验中)☆11Mar 13, 2024Updated 2 years ago