分布式事务书籍随书源码
☆115Jul 14, 2021Updated 4 years ago
Alternatives and similar repositories for distribute-transaction
Users that are interested in distribute-transaction are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- distributed transaction book☆12May 28, 2020Updated 6 years ago
- 纯算法可以获取到1900-2100年之间任意日期的详细信息,包括:节日、是否闰年和闰月、公历和农历、对应的二十四节气以及天干地支信息等。☆25Jun 17, 2022Updated 4 years ago
- 🔥🔥🔥《深入理解高并发编程:核心原理与案例实战》随书源码☆56May 19, 2023Updated 3 years ago
- mykit架构中独立出来的mykit-lock组件,旨在提供高并发架构下分布式系统的分布式锁架构。 分布式锁是控制分布式系统之间同步访问共享资源的一种方式。在分布式系统中,常常需要协调他们的动作。如果不同的系统或是同一个系统的不同主机之间共享了一个或一组资源,那么访问这…☆16Dec 5, 2023Updated 2 years ago
- 基于canal的mysql slave实现☆12Apr 7, 2013Updated 13 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Scalable IO in Java☆18Oct 7, 2018Updated 7 years ago
- 分享各种编程语言、开发技术、分布式与微服务架构、分布式数据库、分布式事务、云原生、大数据与云计算技术和渗透技术。另外,还会分享各种面试题和面试技巧。☆112Dec 19, 2021Updated 4 years ago
- dubbo example☆26May 2, 2016Updated 10 years ago
- 主要收录【冰河技术】微信公众号文章,作者为冰河,《深入理解高并发编程:核心原理与案例实战》、《深入理解高并发编程:JDK核心技术》、《深入理解分布式事务:原理与实战》、《海量数据处理与大数据技术实战》、《MySQL技术大全:开发、优化与运维实战》作者。旨在分享各种编程语言、…☆382Aug 6, 2024Updated last year
- mykit-excel插件是通用的Excel导出导出框架,旨在提供通用的Excel导入导出功能,支持以注解方式选择JavaBean中的部分字段导出,并提供注解指定Excel列标题和排序功能。☆33Dec 16, 2022Updated 3 years ago
- 一个高性能二级缓存实现, 内存LRU缓存 + 磁盘文件持久化缓存。☆64Oct 13, 2020Updated 5 years ago
- MySQL-based distributed lock☆16Jun 21, 2022Updated 4 years ago
- Spring Cloud Gateway代码☆35Aug 2, 2018Updated 7 years ago
- Asm + transform + plugin demo☆12Jan 11, 2019Updated 7 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- ☆134Jan 22, 2022Updated 4 years ago
- 汇总、整理常用的分布式开发技术,给出demo,方便学习。包括数据分片、共识算法、一致性hash、分布式事务、非侵入的分布式链路追踪实现原理等内容。☆50Jan 26, 2021Updated 5 years ago
- java实现跨域SSO单点登录 springboot + SSO + JWT☆13Jun 17, 2022Updated 4 years ago
- 华为云TaurusDB性能挑战赛复赛☆18Sep 18, 2021Updated 4 years ago
- Using Axon + Spring Cloud + Spring Cloud Stream + JPA to implement event sourcing and CQRS☆141Dec 10, 2021Updated 4 years ago
- 🔥🔥🔥最终消息一致性的分布式事务框架mykit-transaction-message,使用disruptor极大的提升了框架的性能。目前已使用到生产环境,经受住了分布式事务场景的考验。☆108Oct 11, 2023Updated 2 years ago
- easy intercept and modify XHR or fetch, mock the response.☆11Dec 11, 2022Updated 3 years ago
- Apache Seata(incubating) Website☆110Updated this week
- 这是一个 Nginx 极简教程,目的在于帮助新手快速入门 Nginx。☆25Jan 29, 2019Updated 7 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- An enterprise-grade implementation of Alibaba's COLA architecture, driven by deep insights into DDD, CQRS, and SOLID. Proven in productio…☆414Apr 28, 2026Updated 2 months ago
- 《新一代垃圾回收器ZGC设计与实现》一书参考的代码☆34Oct 17, 2020Updated 5 years ago
- 2048乐队是一个很牛逼的乐队!这是一个轻量级的Java模块隔离框架☆12Apr 26, 2021Updated 5 years ago
- 程序猿讲故事的源码☆19Dec 14, 2021Updated 4 years ago
- 基于Flink+ClickHouse实时计算平台☆30Jun 21, 2022Updated 4 years ago
- 域名绑定动态IP☆19Jun 28, 2024Updated 2 years ago
- 国内顶尖团队的开源地址☆14Sep 27, 2017Updated 8 years ago
- 带中文代码注释 Mirror of Apache RocketMQ 源码解析:http://www.iocoder.cn/categories/RocketMQ/?github☆372Feb 21, 2023Updated 3 years ago
- idea maven 搭建java agent项目,手把手教你实现方法耗时统计的java agent☆12Mar 16, 2020Updated 6 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 实现一个高并发秒杀系统,关键技术:SSM + Redis + MySQL☆16Dec 16, 2022Updated 3 years ago
- HotSpot VM GC调优指南-翻译☆14Dec 30, 2019Updated 6 years ago
- 本项目旨在可以为Apk打上系统签名, 目中的SignApk类是从Android的源码中复制出来的系统签名程序, platform.pk8和platform.x509.pem也是从Android源码中复制出来, 通过java -jar mykit-android-signap…☆25Sep 16, 2018Updated 7 years ago
- 基于FullCalendar二次开发,支持农历功能。中文测试OK☆15Aug 6, 2013Updated 12 years ago
- 一个golang的快速开发脚手架,基于Gin + Gorm + Vue3 + Element plus(vue-pure-admin)Saas化设计,可支持多团队(租户),基础用户管理功能,jwt鉴权,代码生成器,权限管理,表单构建,因夫人工作需要,简单做了一个crm系统,…☆14Mar 5, 2025Updated last year
- Ilya Sutskever “If you really learn all of these, you’ll know 90% of what matters today”. This repo records my thoughts on these papers.☆11May 24, 2024Updated 2 years ago
- 极客时间Java进阶训练营学习笔记☆15Jan 31, 2021Updated 5 years ago