GithubHelp home page GithubHelp logo

codingkings's Projects

-demo icon -demo

运用redis,异步请求队列实现高并发请求处理

blockchain icon blockchain

黑马程序员 120天全栈区块链开发 开源教程

cctms icon cctms

Cold chain transportation management system 冷链运输管理系统

clustersandotherconfigrations icon clustersandotherconfigrations

在单台设备上eureka集群版及其他配置,包括心跳配置,服务过期时间配置,eureka服务端启动时不注册自己,失效剔除的时间配置,消费方拉去服务列表的配置,拉去服务列表周期配置,以及自我保护的配置

esb icon esb

这是一款使用Tibco Streambase软件开发的一套数据中转平台,现在运行与上海仁济南院担任集成平台的ESB角色,中转HIS与RIS、LIS、UIS的业务系统的信息交互,并结合spotfire分析软件做业务流数据分析、和实时预警分析等处理

fe icon fe

前端 100 天,帮助 10W 人入门并进阶前端。

hystrixcircuitbreaker icon hystrixcircuitbreaker

如果调用服务的请求经常发生超时异常,即超过设定的threshold reached阈值,比如在20次的请求中有50%的请求都出现了超时,那么就会判定该服务有问题,就会把断路器打开,断路器打开后不会通过请求 ,即也不会调用服务,而会立即快速的返回失败信息,熔断器打开时间默认是5秒钟,这个时间是休眠时间窗,过了5秒钟以后,熔断器进入半开状态,此时会放一定的请求通过尝试调用服务,测试请求的服务是否正常,如果请求的服务依然失败,则熔断器会重新进入打开状态,再次开始计时休眠时间,5秒后再次进入半开状态,如此循环下去,直到通过的请求能够正常访问服务,正常访问服务后会关闭熔断器,如果请求的服务发生超时,又会打开熔断器,5秒后又进入半开状态,如此循环下去

hystrixdemo icon hystrixdemo

为了防止系统发生雪崩,可以采取服务降级处理方案,统一全局处理defaultFallback,包括针对某个方法调用超时的处理,但需要与正常的方法的返回值和参数列表保持一致,用注解配置hystrix的响应时间与用配置文件配置响应时间是等同的,也可以在方法上或者在配置文件上配置响应时间,如果在配置文件上配置,需要写服务的Id或者服务的某个方法的超时的处理方法,如果配置了default,就以default为准

jeewx-boot icon jeewx-boot

JAVA版免费开源的微信管家平台。支持微信公众号、小程序、第三方平台等。平台已经实现了公众号基础管理、群发、系统权限、抽奖活动、小程序官网等功能,便于二次开发,可以快速搭建微信应用!

springboot-seckill icon springboot-seckill

:racehorse:基于SpringBoot + MySQL + Redis + RabbitMQ + Guava开发的高并发商品限时秒杀系统

springboot1 icon springboot1

springboot中springsecutity安全访问控制系统demo(一)

tobebetterjavaer icon tobebetterjavaer

一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准Java 程序员进阶之路😄

weekly icon weekly

科技爱好者周刊,每周五发布

zuul icon zuul

Zuul网关使用模式,自动转发机制,鉴权、流量转发、请求统计等等。大部分是通过过滤器Filter实现。Filter的生命周期有4个,路由熔断,路由重试,路由高可用

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.