Pinned Repositories
advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习
algo
数据结构和算法必知必会的50个代码实现
apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
arthas
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
athena
:notebook:Java后端知识图谱
awesome-collector
1.01の法則
awesome-resume
程序员简历例句,程序员简历范例,Java简历模版,Python简历模版,C++简历模版
BigData-Notes
大数据入门指南 :star:
czy-nexus-commons-utils
发布 maven jar 公共仓库的管理库
hsweb-expands
文件压缩解压、office文档读写、http,ftp请求模拟、shell执行、模板引擎
liubaojunsh's Repositories
liubaojunsh/compose
Define and run multi-container applications with Docker
liubaojunsh/mytest
liubaojunsh/Document
Linux、区块链、数字货币交易所相关文档整理
liubaojunsh/grpc-java
The Java gRPC implementation. HTTP/2 based RPC
liubaojunsh/the-art-of-command-line
Master the command line, in one page
liubaojunsh/flink
Apache Flink
liubaojunsh/incubator-echarts
A powerful, interactive charting and visualization library for browser
liubaojunsh/Sentinel
A lightweight powerful flow control component enabling reliability and monitoring for microservices. (轻量级的流量控制、熔断降级 Java 库)
liubaojunsh/jmeter
Mirror of Apache JMeter
liubaojunsh/rocketmq
Mirror of Apache RocketMQ
liubaojunsh/incubator-zipkin
Zipkin is a distributed tracing system
liubaojunsh/dubbo
Apache Dubbo is a high-performance, java based, open source RPC framework.
liubaojunsh/dubbo-spring-boot-project
Spring Boot Project for Apache Dubbo
liubaojunsh/tomcat
Apache Tomcat
liubaojunsh/CS-Notes
:books: 技术面试必备基础知识、Leetcode 题解、后端面试、Java 面试、春招、秋招、操作系统、计算机网络、系统设计
liubaojunsh/skywalking
APM, Application Performance Monitoring System
liubaojunsh/spring-boot
Spring Boot
liubaojunsh/redisson
Redisson - distributed Java objects and services (Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate) on top of Redis server. State of the Art Redis Java client
liubaojunsh/easyexcel
快速、简单避免OOM的java处理Excel工具
liubaojunsh/xxl-job
A lightweight distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
liubaojunsh/spring-boot-admin
Admin UI for administration of spring boot applications
liubaojunsh/cn
liubaojunsh/arthas
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
liubaojunsh/EasyTransaction
A distribute transaction solution(分布式事务) unified the usage of TCC , SAGA ,FMT (seata/fescar AutoCompensation), reliable message, compensate and so on;
liubaojunsh/miaosha
⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓
liubaojunsh/tcc-transaction
tcc-transaction是TCC型事务java实现
liubaojunsh/ssm-my-shop
MyShop 单体地狱版
liubaojunsh/huobi_Java
liubaojunsh/spring-cloud-alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
liubaojunsh/spring-cloud-alibaba-dubbo
本项目的目标是将 Dubbo 融入到 Spring Cloud Alibaba 生态中,使微服务之间的调用同时具备 RESTful 和 Dubbo 调用的能力。做到对业务代码无侵入,无感知;引入 JAR 包则微服务间调用使用 Dubbo,去掉 JAR 包则使用默认的 RESTful;实现参考的是 Spring Cloud 中文社区的 Spring Cloud Dubbo 项目。