Pinned Repositories
7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
aliyun-log-java-sdk
aliyun-openapi-java-sdk
Alibaba Cloud SDK for Java.
aliyun-oss-java-sdk
Aliyun OSS SDK for Java
apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
canvas-draw
使用canvas手写签名或绘图--支持pc和mobile端、支持横屏
coding-interview-university
A complete computer science study plan to become a software engineer.
CommonUtil
CS-Notes
:books: 技术面试必备基础知识、Leetcode、Java、C++、Python、操作系统、网络、系统设计
dubbo
Dubbo is a high-performance, java based, open source RPC framework 源码解析:http://www.iocoder.cn/Dubbo/good-collection/?github
OhYesC's Repositories
OhYesC/coding-interview-university
A complete computer science study plan to become a software engineer.
OhYesC/7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
OhYesC/aliyun-log-java-sdk
OhYesC/aliyun-openapi-java-sdk
Alibaba Cloud SDK for Java.
OhYesC/canvas-draw
使用canvas手写签名或绘图--支持pc和mobile端、支持横屏
OhYesC/CommonUtil
OhYesC/CS-Notes
:books: 技术面试必备基础知识、Leetcode、Java、C++、Python、操作系统、网络、系统设计
OhYesC/go-gin-api
基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码、gRPC 的使用、cron 定时任务 等等。
OhYesC/GolangTraining
Training for Golang (go language)
OhYesC/GoStudy
OhYesC/interview_internal_reference
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
OhYesC/java-learning
旨在打造在线最佳的 Java 学习笔记,含博客讲解和源码实例,包括 Java SE 和 Java Web
OhYesC/learn-regex
Learn regex the easy way
OhYesC/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
OhYesC/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
OhYesC/linux-command
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
OhYesC/mybatis
mybatis源码中文注释
OhYesC/nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
OhYesC/OhYesC.github.io
OhYesC/parent
The MyBatis parent POM which has to be inherited by all MyBatis modules
OhYesC/programming-and-algorithm
这是北京大学在coursera上开设的「程序设计与算法」专项课程
OhYesC/spring-analysis
Spring源码阅读
OhYesC/spring-boot
Spring Boot
OhYesC/spring-boot-demo
spring boot demo 是一个用来深度学习并实战 spring boot 的项目,目前总共包含 63 个集成demo,已经完成 52 个。 该项目已成功集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate(通用JDBC操作数据库)、JPA(强大的ORM框架)、mybatis(强大的ORM框架)、通用Mapper(快速操作Mybatis)、PageHelper(通用的Mybatis分页插件)、mybatis-plus(快速操作Mybatis)、BeetlSQL(强大的ORM框架)、upload(本地文件上传和七牛云文件上传)、redis(缓存)、ehcache(缓存)、email(发送各种类型邮件)、task(基础定时任务)、quartz(动态管理定时任务)、xxl-job(分布式定时任务)、swagger(API接口管理测试)、security(基于RBAC的动态权限认证)、SpringSession(Session共享)、Zookeeper(结合AOP实现分布式锁)、RabbitMQ(消息队列)、Kafka(消息队列)、websocket(服务端推送监控服务器运行信息)、socket.io(聊天室)、ureport2(**式报表)、打包成war文件、集成 ElasticSearch(基本操作和高级查询)、Async(异步任务)、集成Dubbo(采用官方的starter)、MongoDB(文档数据库)、neo4j(图数据库)、docker(容器化)、JPA多数据源、Mybatis多数据源、代码生成器、GrayLog(日志收集)、JustAuth(第三方登录)、LDAP(增删改查)、动态添加/切换数据源、单机限流(AOP + Guava RateLimiter)、分布式限流(AOP + Redis + Lua)、ElasticSearch 7.x(使用官方 Rest High Level Client)。
OhYesC/spring-cloud-alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
OhYesC/spring-cloud-netflix
Integration with Netflix OSS components
OhYesC/spring-framework
Spring Framework
OhYesC/SpringAll
循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Cloud、Spring Security & Spring Security OAuth2,博客Spring系列源码
OhYesC/SpringCloud-Learning
Spring Cloud基础教程,持续连载更新中
OhYesC/tech-weekly
「小马哥技术周报」