# examples **Repository Path**: leolee30/examples ## Basic Information - **Project Name**: examples - **Description**: 用于展示各种demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-28 - **Last Updated**: 2021-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 演示demo,不仅限于Java,Go distributed-db --- * 当数据库分库分表之后的分页方法,利用的是自己造的一个小轮子,测试用例在test下 dsitributed-lock --- * 分布式锁,redis方式,测试在test下 product-buy-with-seckill --- *商品秒杀与普通购买的实现 eureka-loadbalance --- * 模仿Spring Cloud 实现服务注册于发现,以及负载均衡 transaction-with-rabbitmq --- * 通过mq实现分布式事务的acid design-pattern --- * 设计模式的实现