Pinned Repositories
algorithm-problem
Learn C++ and use C++ to solve algorithmic problems
awesome-programming-books
计算机类专业经典书籍集合,Java、Scala、C/C++、算法、计算机基础、数学、英语等电子书以及互联网大厂技术峰会资料
codeforces-go
Golang 算法模板库 | Codeforces problem solutions written in Golang 💭💡🎈
CommonUtils
公共工具类,支持日期如阴历阳历互转,**省市街道5级JSON数据等
daily_algorithm
daily algorithm code
HangboQuan
HotAsFire
daily learning
Miaosha
该秒杀项目采用前后端分离,实现的功能包括用户登录,查看商品列表,秒杀,秒杀商品详情,订单等业务功能,以及使用众多的优化手段,提高了程序的并发性能
wego
校园社区论坛毕设项目,基于SpringBoot和Vue.js框架,类似牛客网讨论区。技术栈:Spring Boot、Spring MVC、MyBatis、Redis、Quartz、WebSocket
wolfblog
一个适合初学者学习的博客项目(ssm+redis+elk+layui+jsp)
HangboQuan's Repositories
HangboQuan/awesome-programming-books
计算机类专业经典书籍集合,Java、Scala、C/C++、算法、计算机基础、数学、英语等电子书以及互联网大厂技术峰会资料
HangboQuan/wego
校园社区论坛毕设项目,基于SpringBoot和Vue.js框架,类似牛客网讨论区。技术栈:Spring Boot、Spring MVC、MyBatis、Redis、Quartz、WebSocket
HangboQuan/Miaosha
该秒杀项目采用前后端分离,实现的功能包括用户登录,查看商品列表,秒杀,秒杀商品详情,订单等业务功能,以及使用众多的优化手段,提高了程序的并发性能
HangboQuan/wolfblog
一个适合初学者学习的博客项目(ssm+redis+elk+layui+jsp)
HangboQuan/algorithm-problem
Learn C++ and use C++ to solve algorithmic problems
HangboQuan/HotAsFire
daily learning
HangboQuan/CommonUtils
公共工具类,支持日期如阴历阳历互转,**省市街道5级JSON数据等
HangboQuan/codeforces-go
Golang 算法模板库 | Codeforces problem solutions written in Golang 💭💡🎈
HangboQuan/daily_algorithm
daily algorithm code
HangboQuan/HangboQuan
HangboQuan/LogicStack-LeetCode
公众号「宫水三叶的刷题日记」刷穿 LeetCode 系列文章源码
HangboQuan/math
Record some math knowledge about computer
HangboQuan/spring-framework-4-reference
Chinese translation of the Spring Framework 4.x Reference Documentation (https://docs.spring.io/spring/docs/4.3.13.RELEASE/spring-framework-reference/html/) .中文翻译《Spring Framework 4.x参考文档》
HangboQuan/tensorflow
An Open Source Machine Learning Framework for Everyone
HangboQuan/chatbot
基于chatglm的流式对话效果
HangboQuan/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
HangboQuan/AntCoupon
HangboQuan/architecture.of.internet-product
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
HangboQuan/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
HangboQuan/cffu
🦝 Java CompletableFuture Fu(aka CF-Fu, pronounced "Shifu"), a tiny sidekick library to improve user experience and reduce misuse.
HangboQuan/front-end-study
commit front-end code
HangboQuan/jdk
JDK main-line development https://openjdk.org/projects/jdk
HangboQuan/linux
Linux kernel source tree
HangboQuan/MinerU
A one-stop, open-source, high-quality data extraction tool, supports PDF/webpage/e-book extraction.一站式开源高质量数据提取工具,支持PDF/网页/多格式电子书提取。
HangboQuan/mooc-admin
vue study project
HangboQuan/netty
Netty project - an event-driven asynchronous network application framework
HangboQuan/openjdk
JDK8 source code
HangboQuan/Reading-Notes
读书笔记
HangboQuan/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
HangboQuan/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.