Pinned Repositories
CronExpBuilder
Quartz 的Cron任务调度表达式一般人很难理解,在Googole上查询也没有发现类似的代码,所以开发了一个对Quartz Cron 表达式的可视化双向解析和生成的一个java的GUI程序,供使用Quartz的程序员参考和使用.
GeodeUserGuide
Geode User Guide 中文翻译版本
PSQueueServer
支持任意个队列,每个队列任意多个消费者的基于 HTTP GET/POST 协议的轻量级开源简单消息队列服务!
Pushlet
Pushlet 是一个开源的 Comet 框架,Pushlet 使用了观察者模型:客户端发送请求,订阅感兴趣的事件;服务器端为每个客户端分配一个会话 ID 作为标记,事件源会把新产生的事件以多播的方式发送到订阅者的事件队列里。
RedisManager
cluster Tomcat 6.x and Tomcat 7.x, use redis store session
SolrCoprocessor
quickly and easily index HBase rows into Solr, without writing a line of code!
SpringReferenceToChm
CHM format Spring Reference Document
uncode-schedule
基于zookeeper+quartz/spring task的分布式任务调度组件,非常小巧,无需任何修改就可以使spring task具备分布式特性,确保所有任务在集群中不重复,不遗漏的执行。
Vert.x-Core-Manual
Vert.x Core Manual 中文版
Vert.x-in-Action-ChineseVersion
Vert.x-in-Action的中文翻译版
wjw465150's Repositories
wjw465150/CronExpBuilder
Quartz 的Cron任务调度表达式一般人很难理解,在Googole上查询也没有发现类似的代码,所以开发了一个对Quartz Cron 表达式的可视化双向解析和生成的一个java的GUI程序,供使用Quartz的程序员参考和使用.
wjw465150/Vert.x-in-Action-ChineseVersion
Vert.x-in-Action的中文翻译版
wjw465150/PSQueueServer
支持任意个队列,每个队列任意多个消费者的基于 HTTP GET/POST 协议的轻量级开源简单消息队列服务!
wjw465150/Vert.x-Core-Manual
Vert.x Core Manual 中文版
wjw465150/erupt-dsl
Erupt Project QueryDsl Extension module.
wjw465150/Querydsl-Reference-Guide-Chinese-version
Querydsl Reference Guide(中文版)
wjw465150/KeycloakGuid
Keycloak的翻译资料
wjw465150/scheduled-task-spring-boot-starter
分布式定时任务,封装了elastic-job-lite&elastic-job-lite-console,支持手动触发任务,支持手动添加任务,支持一次性任务
wjw465150/HaProxy-Windows
haproxy for windows (it is very easier to transfer others server)
wjw465150/vertx-cluster-redis
Vert.x Redis Cluster Manager
wjw465150/blog
Technology blog
wjw465150/Groovy_Recipes
Groovy_Recipes(Groovy食谱) 中文版翻译.
wjw465150/Jdbi3-Developer-Guide
Jdbi3_Developer_Guide
wjw465150/jodconverter
the Java OpenDocument Converter, converts documents between different office formats.
wjw465150/redis-win-6_and_7-win64
自己编译好的windows下的64位的redis6可执行程序包
wjw465150/simple-realtime-auctions-vertx4-example
用Vert.x 4写的简单实时拍卖的例子
wjw465150/generative-ai-for-beginners
12 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/
wjw465150/vertx-redis-clustermanager
Vert.x cluster manager for Redis
wjw465150/vertx-rest-core
一个Vert.x 4 的 Rest Core 扩展库
wjw465150/bigqueue
wjw465150/BPB-Worker-Panel
A GUI Panel providing Worker subscriptions and Fragment settings and Warp configs, providing configs for cross-platform clients using (singbox-core and xray-core)
wjw465150/JpaCodeBuilder
基于 Spring Boot 2.3的JPA代码生成器
wjw465150/rate-limiter
使用Guava提供的RateLimiter实现SpringBoot项目中基于注解的限流库.
wjw465150/ReactiveLongRunning
在处理长时间的事务时,如何使用 WebSocket 来实现到达前端的实时更新,以提供事务的最新状态
wjw465150/tomato
专门为SpringBoot项目设计的幂等组件,让天下没有难写的防重代码。 基于控制时间两种防重策略 策略一: 滑动窗口策略 每次请求设置当前请求的控制时间,控制时间内请求均会被拦截。 策略二: 固定窗口策略 仅仅为第一次请求生成一个控制时间,控制时间内相同的请求会被拦截,控制时间过期后,以此类推。
wjw465150/vertx-cluster-performance
Reproducer for performance degradation when running Vert.x 4 in clustered mode.
wjw465150/vertx-config-ext
load vertx config file from classpath
wjw465150/vertx-eventbus-bridge-clients
Home for various EventBus Bridge clients
wjw465150/vertx-web
HTTP web applications for Vert.x
wjw465150/vertx-zookeeper
Zookeeper based cluster manager implementation