yangliu0 / DistributedLockLinks
分布式锁的简单实现
☆108Updated 8 years ago
Alternatives and similar repositories for DistributedLock
Users that are interested in DistributedLock are comparing it to the libraries listed below
Sorting:
- ☆154Updated 9 years ago
- 用netty实现长连接和心跳监测的示例代码☆135Updated 6 years ago
- 一个采用Netty实现的RPC框架,适用于Spring Boot,Spring Cloud!☆163Updated 4 years ago
- 基于 Spring 和 Redis 的分布式消息队列(MessageQueue)实现☆117Updated 9 years ago
- SpingBoot框架使用与研究项目。☆176Updated 6 years ago
- Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper …☆235Updated 2 years ago
- Java网络编程:BIO、NIO、AIO☆136Updated 3 years ago
- Java分布式开发平台:Spring, Spring MVC, MyBatis, Dubbo, Redis, Shiro权限管理, Quartz分布式调度, RocketMQ通信, 本地缓存, Redis缓存, 分布式缓存, 分布式事务☆239Updated 3 months ago
- 多线程秒杀的Demo(多种锁机制:synchronize、ReentrantLock、ReentrantReadWriteLock、redis和zookeeper实现的分布式锁等)☆64Updated 8 years ago
- spring cloud 实践学习案例,是 spring cloud 初学者及核心技术巩固的最佳实践。☆367Updated 3 years ago
- 微服务 spring dubbo项目:dubbo rpc;druid数据源连接池;mybatis配置集成,多数据源;jmx监控MBean;定时任务;aop;ftp;测试;Metrics监控;参数验证;跨域处理;shiro权限控制;consul服务注册,发现;redis分布式…☆224Updated 2 years ago
- 虽然很多人已经使用了JDK8,看到不少代码,貌似大家对于Java语言or SDK的使用看起来还是停留在7甚至6。 Java8在流式 or 链式处理,并发 or 并行方面增强了很多,函数式的风格使代码可读性更高 。 希望通过这个分享,多达200+例子的演示,让…☆115Updated 8 years ago
- springboot 学习mybatis+mysql读写分离(一写多读)+事务☆124Updated 7 years ago
- 基于Spring Boot + Quartz 的分布式任务调度系统