Devlive 开源社区 本次搜索耗时 0.467 秒,为您找到 633 个相关结果.
  • Distributed counters

    1294 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...
  • Home

    1281 2025-03-07 《Apache Gobblin 0.17.0》
    Over the years, LinkedIn’s data infrastructure team built custom solutions for ingesting diverse data entities into our Hadoop eco-system. At one point, we were running 15 t...
  • 第一节:登录与注册页面 - 表单与身份验证UI

    学习目标 GitHub登录与注册页面分析 登录页面实现 页面结构拆解 步骤1:创建基本HTML结构 步骤2:添加GitHub Logo和登录选项 步骤3:构建登录表单 步骤4:添加记住我选项和新账户链接 步骤5:添加页脚区域 完整的登录页面代码 表单验证状态 错误状态样式 成功状态样式 注册页面实现 注册页面结构拆解 完整的注册页...
  • 第四节:议题(Issues)列表页 - 状态标记与过滤

    学习目标 页面分析 实现步骤 第1步:准备HTML骨架与Tailwind配置 第2步:实现议题操作栏 第3步:实现议题过滤栏 第4步:实现议题列表表头 第5步:实现议题列表 第6步:实现分页控制器 关键样式技术点解析 1. 议题状态图标与颜色编码 2. 标签样式实现 3. 议题列表的响应式设计 4. 开启/关闭状态切换 5. 指派者...
  • Client-Side Caching

    1276 2025-03-15 《Redisson 3.45.0》
    Native implementation Client Side caching is implemented using client tracking listener through RESP3 protocol available in Redis or Valkey. It’s used to speed up read operation...
  • Metrics for Gobblin ETL

    1267 2025-03-26 《Apache Gobblin 0.17.0》
    Configuring Metrics and Event emission Operational Metrics Extractor Metrics Converter Metrics Fork Operator Metrics Row Level Policy Metrics Data Writer Metrics Runtime Eve...
  • Deployment

    1261 2025-03-12 《Apache Gobblin 0.17.0》
    Gobblin Execution Modes Overview One important feature of Gobblin is that it can be run on different platforms. Currently, Gobblin can run in standalone mode (which runs on a sing...
  • Development Roadmap

    Development Roadmap List of Features and Milestones Connector Implementation Status Event Store Implementation Status Development Roadmap The development roadmap of Apache Ev...
  • Tailwind CSS 社区生态建设

    本节将介绍如何参与 Tailwind CSS 社区生态建设,包括插件开发、组件贡献、文档建设等方面。 插件开发 插件基础结构 // plugins/myPlugin.js const plugin = require ( 'tailwindcss/plugin' ) module . exports = plugin ( func...
  • Query based

    1250 2025-03-24 《Apache Gobblin 0.17.0》
    Introduction Constructs QueryBasedSource QueryBasedExtractor build readRecord Configuration Introduction QueryBasedSource represents a category of sources whose data...