chunyizanchi's Stars
Re-engineering-Domain-Driven-Design/Accounting
guanpengchn/awesome-books
:books: 开发者推荐阅读的书籍
zq99299/note-book
新笔记本,java、git、elasticsearch、mycat、设计模式、gradle、vue, 等 。vuepress 构建的 Markdown 笔记。
donnemartin/interactive-coding-challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
DreamOfTheRedChamber/system-design-interviews
sethfair/logseq-atlas-theme
Atlas theme provides a pure and distraction-free experience with always a dark sidebar.
pingcap/tidb
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
PhantomThief/thrift-pool-client
doocs/source-code-hunter
😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等
geekxh/hello-algorithm
🌍 针对小白的算法训练 | 包括四部分:①.大厂面经 ②.力扣图解 ③.千本开源电子书 ④.百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)推荐免费ChatGPT使用网站
fenixsoft/awesome-fenix
讨论如何构建一套可靠的大型分布式系统
youngyangyang04/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
xingshaocheng/architect-awesome
后端架构师技术图谱
apache/kafka
Mirror of Apache Kafka
koodo-reader/koodo-reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn
文章《Functional Programming For The Rest of Us》的中文翻译
yasinshaw/business-congnitive
业务认知
vickyi/resume
well-groomed resume。基于markdown编写,简洁实用不花哨。
dromara/dynamic-tp
🔥🔥🔥轻量级动态线程池,内置监控告警功能,集成三方中间件线程池管理,基于主流配置中心(已支持Nacos、Apollo,Zookeeper、Consul、Etcd,可通过SPI自定义实现)。Lightweight dynamic threadpool, with monitoring and alarming functions, base on popular config centers (already support Nacos、Apollo、Zookeeper、Consul, can be customized through SPI).
RedSpider1/yxj_backend
友小聚后端
lsf921016/outterSort
完整的外排序算法,对8000万条数据(2G)大小进行排序,使用临时文件作为内存扩展,算法**:使用选择置换排序最大化顺串长度,多路归并减少IO开销,使用败者树来使归并达到最优。
qurenneng/pdf
编程电子书,电子书,编程书籍,包括C,C#,Docker,Elasticsearch,Git,Hadoop,HeadFirst,Java,Javascript,jvm,Kafka,Linux,Maven,MongoDB,MyBatis,MySQL,Netty,Nginx,Python,RabbitMQ,Redis,Scala,Solr,Spark,Spring,SpringBoot,SpringCloud,TCPIP,Tomcat,Zookeeper,人工智能,大数据类,并发编程,数据库类,数据挖掘,新面试题,架构设计,算法系列,计算机类,设计模式,软件测试,重构优化,等更多分类
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
google/guava
Google core libraries for Java
alibaba/transmittable-thread-local
📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
Seazean/JavaNote
📁我不是的知识的生产者,我只是知识的搬运工
zhangkekf/reading-notes
这里存放我一些读书笔记,比如word、ppt这种文本,浏览它们能使我快速回忆一些重要的知识。
zq99299/repository-summary
仓库/笔记 越来越多,本人一些质量还不错的项目/笔记汇总
iluwatar/java-design-patterns
Design patterns implemented in Java