Devlive 开源社区 本次搜索耗时 2.999 秒,为您找到 165 个相关结果.
  • Tailwind CSS 发展趋势探讨

    本节将探讨 Tailwind CSS 的发展趋势,包括技术演进、生态建设、应用场景拓展等方面,帮助开发者更好地规划技术方向。 技术演进方向 构建性能优化 // 未来的配置示例 // tailwind.config.js module . exports = { // 更智能的 JIT 引擎 mode : 'next-...
  • Code Style Guide

    1169 2025-03-26 《Apache Gobblin 0.17.0》
    Overview Guideline Code Style Template File Overview The code formatting standard in this project is based on the Oracle/Sun Code Convention and Google Java Style . Guide...
  • Distributed counters

    1123 2025-03-14 《Redisson 3.45.0》
    Id generator Redis or Valkey based Java Id generator RIdGenerator generates unique numbers but not monotonically increased. At first request, batch of id numbers is allocated and...
  • HTTP Protocol

    HTTP Protocol HTTP Consumer HTTP Producer Using Curl Command Publish Subscribe HTTP Protocol EventMesh SDK for Java implements the HTTP producer and consumer of asynchronou...
  • Distributed publish/subscribe

    1034 2025-03-14 《Redisson 3.45.0》
    Topic Java RTopic object implements Publish / Subscribe mechanism based on Redis Pub/Sub or Valkey Pub/Sub . It allows to subscribe on events published with multiple instances o...
  • gRPC Protocol

    gRPC Protocol gRPC Consumer Stream Consumer Webhook Consumer gRPC Producer Asynchronous Producer Synchronous Producer Batch Producer gRPC Protocol EventMesh SDK for Java ...
  • Common methods

    886 2025-03-14 《Redisson 3.45.0》
    1. Object name Name of Redisson object stored as a key in Redis or Valkey. Example: RMap map = redisson . getMap ( "mymap" ); map . getName (); // = mymap 2. Commo...
  • Connectors

    Connectors Connector Source Sink CloudEvents Implements Technical Solution Structure and process Design Detail Description Worker Connector ConnectorRecord with CloudEvent...
  • Performance

    Performance Iceberg is designed for huge tables and is used in production where a single table can contain tens of petabytes of data. Even multi-petabyte tables can be read from ...
  • Knative

    Knative Prerequisite Create Knative Source and Sink Set up EventMesh Configuration Step 2: Publish an Event Message from Knative Step 3: Subscribe from an EventMesh Expected Res...