0yuyuko0's Stars
Snailclimb/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
macrozheng/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
doocs/advanced-java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
xingshaocheng/architect-awesome
后端架构师技术图谱
spring-projects/spring-framework
Spring Framework
0voice/interview_internal_reference
2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
gzc/CLRS
:notebook:Solutions to Introduction to Algorithms
moranzcw/Computer-Networking-A-Top-Down-Approach-NOTES
《计算机网络-自顶向下方法(原书第6版)》编程作业,Wireshark实验文档的翻译和解答。
jetty/jetty.project
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
sherxon/AlgoDS
Implementation of Algorithms and Data Structures, Problems and Solutions
bz51/SpringBoot-Dubbo-Docker-Jenkins
基于SpringBoot+Dubbo的微服务框架(借助Docker+Jenkins实现自动化、容器化部署)
Raysmond/SpringBlog
A simple blogging system implemented with Spring Boot + Hibernate + MySQL + Bootstrap4.
TangBean/OnlineExecutor
基于 Spring Boot 的在线 Java IDE
ShawnyXiao/SpringBoot-MyBatis
A REST back-end framework, integrated by Spring Boot, MyBatis and Spring Security OAuth
F0RE1GNERS/eoj3
华东师范大学在线测评系统。https://acm.ecnu.edu.cn/ https://eoj.i64d.com/
manhduydl/Shopping-web-Jsp-Servlet
Course project use Jsp and Servlet, MySQL database to create Shopping website.
dryruner/AVL
AVL implementation in C/C++
justinethier/AVL-Tree
Implementation of an AVL tree in Java
chenshun00/winter
:tada: 过完winter,就是Spring。
dryruner/splay-tree
implementation of Splay Tree
0yuyuko0/raftkv
java实现的基于raft算法和netty网络通信的分布式强一致kv存储。
0yuyuko0/idempotent
redis实现幂等性,使用只需一个注解的spring boot starter
kumakichi/curl-to-go
Convert curl commands to Go code(golang implementation of https://github.com/mholt/curl-to-go)
0yuyuko0/paxoskv
使用paxos共识算法实现的分布式强一致kv存储
0yuyuko0/selector
Simple implementation of go chan and select,简单的代码实现go的channel和select
0yuyuko0/mall
简易的分布式微服务商城项目,正在制作中。
ssikeme/Simple2048
A simple 2048 game from a freshman
ssikeme/SimpleCalendar
A rough and simple calendar from a freshman.