Pinned Repositories
ai-java-quick
学习使用java实现机器学习、深度学习或自然语言处理等等
AiLearningNotes
最近在学习nlp这一块,之前对这一块还是比较陌生的,想系统的整理、记录一下这一块的知识,fighting.
Amap
高德地图
cn-machine-learning
https://cn.udacity.com/mlnd/
GoIntoJVM
之前看了一些 JVM的资料,一直没整理,希望通过这个项目整理一下,当做是笔记吧
GoIntoWebFlux
研究一下 webflux 特性
microservice-platform
微服务平台
soabase-stages
A tiny library that makes staged/pipelined CompletableFutures much easier to create and manage
SpringBoot
maven模块化+springboot快速搭建+spring data redis缓存技术+rpc高性能框架dubbo+zookeeper服务注册中心+soa面向服务架构+前端模板引擎freemarker
word_api
百度百科接口
YuanCoder's Repositories
YuanCoder/microservice-platform
微服务平台
YuanCoder/asm
本文档是作者小傅哥从网上资料获取整理,方便学习使用。ASM 是一个 Java 字节码操控框架。它能被用来动态生成类或者增强既有类的功能。ASM 可以直接产生二进制 class 文件,也可以在类被加载入 Java 虚拟机之前动态改变类行为。如果本文能为您提供帮助,请给予支持(关注、点赞、分享)!
YuanCoder/asyncload
阿里巴巴异步并行加载工具(依赖字节码技术)
YuanCoder/bitchat
一个基于Netty的网络框架,同一端口支持HTTP/自定义TCP协议/WebSocket协议,支持多种序列化方式
YuanCoder/cloud-native-infra
Cloud Native Infrastructure《云原生基础架构》中文版 - https://jimmysong.io/cloud-native-infra
YuanCoder/ConsistentHash
A universal Consistent Hash implementation in Java, which supports virtual nodes and user defined hash function
YuanCoder/go_learning
YuanCoder/hutool
A set of tools that keep Java sweet.
YuanCoder/itstack-demo-asm
itstack-demo-asm
YuanCoder/java-algorithms-implementation
Algorithms and Data Structures implemented in Java
YuanCoder/java-design-patterns
Design patterns implemented in Java
YuanCoder/javaagent-bytebuddy
This include several agents created using Byte-Buddy. Using this project we can get an idea how to create effective agents with byte-buddy.
YuanCoder/JavaLambdaInternals
深入理解Java函数式编程和Streams API
YuanCoder/jvm
🤗 JVM 底层原理知识总结
YuanCoder/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
YuanCoder/liteflow
Small but powerful rules engine,轻量强大优雅的规则引擎
YuanCoder/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
YuanCoder/mall-learning
mall学习教程,架构、业务、技术要点全方位解析。mall项目(40k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术,采用Docker容器化部署。
YuanCoder/mica
Spring Cloud 微服务开发核心工具集。工具类、验证码、http、redis、ip2region、xss 等,开箱即用。 🔝 🔝 记得右上角点个star 关注更新!
YuanCoder/microservices-platform
基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户系统架构。并引入组件化的**实现高内聚低耦合,项目代码简洁注释丰富上手容易,适合学习和企业中使用。真正实现了基于RBAC、jwt和oauth2的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持CI/CD多环境部署,并提供应用管理方便第三方系统接入;同时还集合各种微服务治理功能和监控功能。模块包括:企业级的认证系统、开发平台、应用监控、慢sql监控、统一日志、单点登录、Redis分布式高速缓存、配置中心、分布式任务调度、接口文档、代码生成等等。
YuanCoder/multilevel-cache-spring-boot-starter
spring cache 多级缓存扩展
YuanCoder/pig
↥ ↥ ↥ 点击关注更新,基于 Spring Cloud 2021 、Spring Boot 2.7、 OAuth2 的 RBAC 权限管理系统
YuanCoder/ProportionalSelector
按权重以指定概率/比例的方式获取元素的Java实现工具类,适用场景如:流量分配、负载均衡、随机挑选等
YuanCoder/redisson-examples
Redisson java examples
YuanCoder/spring-boot-klock-starter
基于redis的分布式锁组件,简单方便快捷接入项目,使项目拥有分布式锁能力
YuanCoder/spring-cloud-gray
Spring Cloud版本控制和灰度starter
YuanCoder/springboot-docker
YuanCoder/SpringCloud
基于SpringCloud2.1的微服务开发脚手架,整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速进入业务开发,而不需过多时间花费在架构搭建上。持续更新中
YuanCoder/switch-config
switch-config
YuanCoder/xxl-rpc
A high performance, distributed RPC framework.(分布式服务框架XXL-RPC)