pzy710512's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
perklet/reverse-interview-zh
技术面试最后反问面试官的话
grpc/grpc-java
The Java gRPC implementation. HTTP/2 based RPC
laohur/algorithms100
算法百问 Top100 algorithm questions
Meituan-Dianping/SQLAdvisor
输入SQL,输出索引优化建议
qiniu/logkit
Very powerful server agent for collecting & sending logs & metrics with an easy-to-use web console.
Netflix/chaosmonkey
Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.
ityouknow/drools-examples
drools examples, spring boot drools examples
j-easy/easy-rules
The simple, stupid rules engine for Java
lyh007/SystemLog
Spring AOP 实现记录系统操作日志
TaXueWWL/lite-tracer
lite-tracer轻量级链路追踪系统,google-dapper个人实现。仅供学习研究
stormqx/front-end-learning
Netflix/Hystrix
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
doocs/advanced-java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
jaywcjlove/linux-command
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
liuyangming/ByteTCC
ByteTCC is a distributed transaction manager based on the TCC(Try/Confirm/Cancel) mechanism. It’s compatible with the JTA specification. User guide: https://github.com/liuyangming/ByteTCC/wiki
apache/curator
Apache Curator
yujiasun/Distributed-Kit
Distributed lock implementation using Redis and Zookeeper.基于redis和zookeeper分布式工具集-包括:分布式锁实现,分布式速率限制器,分布式序列等
gouthampradhan/leetcode
Leetcode solutions
MisterBooo/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
peterchenhdu/webbf
Java Web工程demo 后端:spring + spring mvc + mybatis + maven,涉及定时任务quartz、ehcache缓存、RESTful API、邮件发送... 前端:react + reflux + webpack,涉及ES6、jquery、react-router、ant design等内容, 提供下思路,仅供参考。
twitter-archive/commons
Twitter common libraries for python and the JVM (deprecated)
yangliu0/DistributedLock
分布式锁的简单实现
ZhongFuCheng3y/athena
Java后端知识图谱🔥 帮助Java初学者成长
qiujiayu/AutoLoadCache
AutoLoadCache 是基于AOP+Annotation等技术实现的高效的缓存管理解决方案,实现缓存与业务逻辑的解耦,并增加异步刷新及“拿来主义机制”,以适应高并发环境下的使用。
woai30231/http
自己提炼的关于《HTTP权威指南》每章的知识点总结!
jobbole/awesome-java-cn
Java资源大全中文版,包括开发库、开发工具、网站、博客、微信、微博等,由伯乐在线持续更新。
davideuler/architecture.of.internet-product
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/OpenAI/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
davideuler/architecture.meituan-dianping
互联网公司架构: 美团点评技术架构
alibaba/easyexcel
快速、简洁、解决大文件内存溢出的java处理Excel工具