Pinned Repositories
--blog-1
aho-corasick
Aho-Corasick的Java实现,针对Ascii优化,支持Unicode。
analysis-ik
🚌 The IK Analysis plugin integrates Lucene IK analyzer into Elasticsearch and OpenSearch, support customized dictionary.
analysis-pinyin
🛵 This Pinyin Analysis plugin is used to do conversion between Chinese characters and Pinyin.
general-pool
通用池方案(验证码池,对象池,数据库连接池)
mybatis-3
MyBatis SQL mapper framework for Java
reflect-utils
提供统一的多种实现的反射方案
spring-boot
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
spring6
huyu-tom's Repositories
huyu-tom/lucene
Apache Lucene open-source search software
huyu-tom/analysis-pinyin
🛵 This Pinyin Analysis plugin is used to do conversion between Chinese characters and Pinyin.
huyu-tom/graal
GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
huyu-tom/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.
huyu-tom/--blog-1
huyu-tom/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
huyu-tom/github-bookmark
收集了Github上的优秀工具,框架,知识合集
huyu-tom/fastjson2
🚄 FASTJSON2是FASTJSON项目的重要升级,目标是为下一个十年提供一个高性能的JSON库
huyu-tom/clash-for-linux
clash-for-linux
huyu-tom/elasticsearch-analysis-dynamic-synonym
ES分词的近义词
huyu-tom/linux-source-code-analyze
Linux内核源码分析
huyu-tom/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
huyu-tom/chatgpt-java
ChatGPT Java SDK支持流式输出。支持OpenAI官方所有接口。ChatGPT的Java客户端。OpenAI GPT-3.5-Turb GPT-4 Api Client for Java
huyu-tom/ribbon
Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support.
huyu-tom/spring-cloud-netflix
Integration with Netflix OSS components
huyu-tom/Vue3-TS-ChatGPT
Vue3+ChatGPT
huyu-tom/feign
Feign makes writing java http clients easier
huyu-tom/ChatGPT-WEB
ChatGPT WEB版本 (可编译至WINDOWS平台 或 MAC平台)
huyu-tom/eureka
AWS Service registry for resilient mid-tier load balancing and failover.
huyu-tom/leetcode-posts
@yukiyama 创作的算法文章,目前共二十余万字,持续新增中。发表数月内,在力扣**收获20w+阅读量,1w+收藏量,近5k点赞量。
huyu-tom/Compiler
练习和实践编译原理、虚拟机、AOT、JIT。
huyu-tom/freemarker
Apache Freemarker
huyu-tom/JavaBooks
📚Java程序员必读书单整理,附下载地址,助力每一个Java程序员构建属于自己的知识体系。包括但不限于Java、设计模式、计算机网络、操作系统、数据库、数据结构与算法、大数据、架构、面试等等。
huyu-tom/SecBooks
安全类各家文库大乱斗
huyu-tom/CookBook
🎉🎉🎉JAVA高级架构师技术栈==任何技能通过 “刻意练习” 都可以达到融会贯通的境界,就像烹饪一样,这里有一份JAVA开发技术手册,只需要增加自己练习的次数。🏃🏃🏃
huyu-tom/DFA-Regex
A DFA regex engine in java.
huyu-tom/netty
Netty project - an event-driven asynchronous network application framework
huyu-tom/rocketmq
Mirror of Apache RocketMQ
huyu-tom/canal
阿里巴巴 MySQL binlog 增量订阅&消费组件
huyu-tom/JavaScript-compiler
编程语言的本质:语言只是一串字符,我们认为它是什么,它就可以是什么