Pinned Repositories
AlogrithmByAROY
刷过的算法题题解+代码,目的是自己复习用
blog-springboot
blog system
classpy
GUI tool for investigating Java class files
code-with-comments
Read code, comment it.
coderfun
《码农翻身》笔记
comment-nginx
记录nginx学习《深入理解Nginx》第二版,期间做的nginx中文注释。nginx chinese, nginx comments
data-structures-and-algorithms
DeepLearningSystem
Deep Learning System core principles introduction.
tinyhttpd_imitative-threadpool
add threadpool for tinyhttpd
yuanZh1024's Repositories
yuanZh1024/tinyhttpd_imitative-threadpool
add threadpool for tinyhttpd
yuanZh1024/AlogrithmByAROY
刷过的算法题题解+代码,目的是自己复习用
yuanZh1024/blog-springboot
blog system
yuanZh1024/classpy
GUI tool for investigating Java class files
yuanZh1024/coderfun
《码农翻身》笔记
yuanZh1024/comment-nginx
记录nginx学习《深入理解Nginx》第二版,期间做的nginx中文注释。nginx chinese, nginx comments
yuanZh1024/DeepLearningSystem
Deep Learning System core principles introduction.
yuanZh1024/FTP-simple-file-server-and-client
yuanZh1024/game_zero
yuanZh1024/java-learn
yuanZh1024/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
yuanZh1024/JavaLearn2-main-Jvm
主要是Java技术栈的文章,涉及到了源码、原理,面试等知识。如AQS,JVM,rpc,计网,os等等,后续可能会写mysql,redis,zk这些
yuanZh1024/KNN-hadoop
KNN-Hadoop
yuanZh1024/MIT-6.824
Basic Sources for MIT 6.824 Distributed Systems Class
yuanZh1024/MIT6.824-Translation
yuanZh1024/MongoDB-file-server
yuanZh1024/my-mybatis
手写自己的MyBatis框架
yuanZh1024/mysql-StudyNotes
个人学习笔记-mysql spring boot
yuanZh1024/newbee-mall
🔥 🎉newbee-mall 项目(新蜂商城)是一套电商系统,包括 newbee-mall 商城系统及 newbee-mall-admin 商城后台管理系统,基于 Spring Boot 2.X 及相关技术栈开发。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。
yuanZh1024/Online-Market-System---SSM
Online market System
yuanZh1024/raft-zh_cn-Translation
Raft一致性算法论文的中文翻译
yuanZh1024/raft_translation_pdf
Raft中文版
yuanZh1024/REDIS-for-c-
write a simple redis database by c++
yuanZh1024/Repo_MostStarred
generate a diagram which shows the most starred repo
yuanZh1024/server-Epoll-
Epoll+threadpool+dbconnect_pool
yuanZh1024/shopping-management-system
该项目为多个小项目的集合(持续更新中...)。内容类似淘宝、京东等网购管理系统以及图书管理、超市管理等系统。目的在于便于Java初级爱好者在学习完某一部分Java知识后有一个合适的项目锻炼、运用所学知识,完善知识体系。适用人群:Java基础到入门的爱好者。
yuanZh1024/Socket
尝试阻塞与非阻塞,I/O多路复用(select, epoll)
yuanZh1024/springBoot-study
SpringBoot学习的相关工程并辅以博文讲解。主要包括入门的Hello World、自定义配置的获取、集成mybatis的xml和注解使用、集成jpa的使用、集成druid进行项目的监控、事物实战使用, 项目打包、使用logback日志文件管理、添加过滤器和拦截器、多数据源、Restful风格的服务、集成elasticsearch、redis、netty、集成jsp和thymeleaf、集成storm、kafka等相关技术。
yuanZh1024/ThreadPool
A simple C++11 Thread Pool implementation
yuanZh1024/TIJ4-code
Example code for the book "Thinking in Java, 4th Edition"