Skip to content
View ssy-githup's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report ssy-githup

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

Popular repositories

  1. spring-cloud-mall spring-cloud-mall Public

    基于spring-Netflix-cloud开发的商城,总结一些典型的案例和开发中遇到的坑

    Java 2 2

  2. idempotency idempotency Public

    在项目开发(在高并发下尤为重要)中保证接口的幂等是非常关键的一个步骤;f(x) = f(f(x)); HTTP/1.1中对幂等性的定义是:一次和多次请求某一个资源对于资源本身应该具有同样的结果(网络超时等问题除外)。也就是说,其任意多次执行对资源本身所产生的影响均与一次执行的影响相同。

    Java 1

  3. jmm-demo jmm-demo Public

    JAVA内存模型实例及并发编程的demo

    Java 1

  4. ssy ssy Public

  5. Hystrix Hystrix Public

    Forked from smallFive55/Hystrix

    基于Hystrix 1.5.18版本命令处理流程的源码注释

    Java

  6. dubbo dubbo Public

    Forked from apache/dubbo

    Apache Dubbo is a high-performance, java based, open source RPC framework.

    Java