Pinned Repositories
cglib
cglib - Byte Code Generation Library is high level API to generate and transform Java byte code. It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access.
databus
Source-agnostic distributed change data capture system
druid
:hotsprings: 为监控而生的数据库连接池!
findbugs
The new home of the FindBugs project
grommunio-sync
EAS (Exchange ActiveSync) interface for grommunio
javassist
Java bytecode engineering toolkit
JCTools
jetty.project
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
librec
LibRec: A Leading Java Library for Recommender Systems, see
mybatis-3
MyBatis SQL mapper framework for Java
chenchencc's Repositories
chenchencc/grommunio-sync
EAS (Exchange ActiveSync) interface for grommunio
chenchencc/Activiti
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cl
chenchencc/brcc
BRCC(better remote config center)是一个分布式配置中心,用于统一管理应用服务的配置信息,避免各类资源散落在各个项目中,简化资源配置的维护成本。作为一种轻量级的解决方案,部署简单,同时支持多环境、多版本、多角色的资源管理,可以在不改变应用源码的情况下无缝切换和实时生效配置信息。
chenchencc/camunda-bpm-platform
Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Spring, Spring Boot, CDI.
chenchencc/chenchen
chenchencc/compileflow
🎨 core business process engine of Alibaba Halo platform. best process engine for trade scenes. 一个高性能可视化流程编排引擎
chenchencc/dubbo
Apache Dubbo is a high-performance, java based, open source RPC framework.
chenchencc/ews-java-api
A java client library to access Exchange web services. The API works against Office 365 Exchange Online as well as on premises Exchange.
chenchencc/gromox
Groupware server backend with MAPI/HTTP, RPC/HTTP, IMAP, POP3 and PHP-MAPI support for grommunio
chenchencc/grpc-java
The Java gRPC implementation. HTTP/2 based RPC
chenchencc/havenask
chenchencc/hippo4j
🔥 强大的动态线程池,附带监控报警功能,内置两种使用模式:轻量级依赖配置中心以及无中间件依赖版本。Powerful dynamic thread pool, does not rely on any middleware, with monitoring and alarm function.
chenchencc/ilogtail
The Lightweight Data Collector of SLS in Alibaba Cloud
chenchencc/im-server
即时通讯(IM)系统
chenchencc/incubator-shenyu
ShenYu is High-Performance Java API Gateway.
chenchencc/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
chenchencc/logback
The reliable, generic, fast and flexible logging framework for Java.
chenchencc/minio
High Performance, Kubernetes Native Object Storage
chenchencc/nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
chenchencc/netty
Netty project - an event-driven asynchronous network application framework
chenchencc/one-java-agent
chenchencc/Open-IM-Server
OpenIM: Instant messaging open source project based on go built by IM technology experts. Backend in Go.(由IM技术专家打造的基于 Go 实现的即时通讯(IM)项目,从服务端到客户端SDK开源即时通讯(IM)整体解决方案,可以轻松替代第三方IM云服务,打造具备聊天、社交功能的app。)
chenchencc/Rocket.Chat
The communications platform that puts data protection first.
chenchencc/rocketmq
Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
chenchencc/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
chenchencc/rustup
The Rust toolchain installer
chenchencc/Sentinel
A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
chenchencc/spring-framework
Spring Framework
chenchencc/swan
chenchencc/tomato
专门为SpringBoot项目设计的幂等组件,让天下没有难写的防重代码。 基于控制时间两种防重策略 策略一: 滑动窗口策略 每次请求设置当前请求的控制时间,控制时间内请求均会被拦截。 策略二: 固定窗口策略 仅仅为第一次请求生成一个控制时间,控制时间内相同的请求会被拦截,控制时间过期后,以此类推。