Skip to content
View Angus-Liu's full-sized avatar
📖
Reading
📖
Reading
Block or Report

Block or report Angus-Liu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Angus-Liu/README.md

终其一生,我们都在自我救赎

Pinned

  1. Algorithm-in-Action Algorithm-in-Action Public

    📐 Some of my practices on Algorithms : ) 这个仓库保存着我在 LeetCode、剑指Offer 上的一些解答,代码中保留了必要的注释。不一定是最优的解答,但力保代码简洁易懂。后续还会整合其他题库,如若发现什么错误,希望你能告诉我或帮助我解决。非常感谢!

    Java 11 3

  2. smilcool smilcool Public

    😊 Smilcool:微校 - 高校资源综合发布系统(新闻、论坛、二手交易、文章、失物寻物、即时通讯、文件管理)

    Vue 138 34

  3. Simple-Spring-Boot-Multi-DataSource Simple-Spring-Boot-Multi-DataSource Public

    🚥 Simple Spring Boot Multi DataSource(100 行代码手把手教你实现 Spring Boot 多数据源)

    Java 3

  4. 🔍 自定义校验注解,用于校验字段对应值属于枚举类型值的情况 🔍 自定义校验注解,用于校验字段对应值属于枚举类型值的情况
    1
    # EnumValidation
    2
    
                  
    3
    ```java
    4
    /**
    5
     * 自定义校验注解,用于校验字段对应值属于枚举类型值的情况