Devlive 开源社区 本次搜索耗时 0.675 秒,为您找到 330 个相关结果.
  • Logic

    659 2024-06-05 《Ramda 0.6.0》
    and isEmpty not or cond and a → b → a | b Added in v0.1.0 Returns the first argument if it is falsy, otherwise the second argument. Acts as the boolean and statement if...
  • HTTP

    Introduction Note Constructs HttpOperation AsyncRequestBuilder HttpClient ResponseHandler Build an asynchronous writer AvroHttpWriterBuilder R2RestWriterBuilder Bui...
  • Tailwind CSS 响应式导航栏实现

    导航栏是几乎所有网站都必备的组件,一个好的响应式导航栏需要在不同设备上都能提供出色的用户体验。本节将介绍如何使用 Tailwind CSS 实现功能完善的响应式导航栏。 基础导航栏结构 桌面端导航 <nav class = "bg-white shadow" > <div class = "max-w-7xl mx-auto px-4...
  • Tailwind CSS 动画和过渡效果

    在现代 Web 应用中,合理使用动画和过渡效果可以大大提升用户体验。Tailwind CSS 提供了丰富的动画和过渡工具类,让我们能够轻松实现各种交互效果。本节将详细介绍如何在项目中运用这些特性。 过渡效果基础 基础过渡属性 Tailwind CSS 提供了几个核心的过渡工具类: <button class = "transition-all d...
  • Writing ORC Data

    Introduction Hive SerDe Integration Writing to an ORC File Data Flow Extending Gobblin’s SerDe Integration Introduction Gobblin is capable of writing data to ORC files by le...
  • Math

    587 2024-06-27 《Lodash 4.17.15》
    _.add(augend, addend) Since Arguments Returns Example _.ceil(number, [precision=0]) Since Arguments Returns Example _.divide(dividend, divisor) Since Arguments Retur...
  • Gobblin Compliance Design

    Introduction Design Onboarding Purger Gobblin constructs Hive operations Retention Restore Introduction The Gobblin Compliance module allows for data purging to meet reg...
  • Schemas

    Schemas Iceberg tables support the following types: Type Description Notes boolean True or false int 32-bit signed integers Can promote to long long ...
  • Object references

    340 2025-03-14 《Redisson 3.45.0》
    It’s possible to use a Redisson object inside another Redisson object in any combination. In this case a special reference object will be used and handled by Redisson. Usage exampl...
  • Service Provider Interface

    Service Provider Interface Introduction eventmesh-spi module EventMeshSPI EventMeshExtensionFactory ExtensionClassLoader SPI use case Service Provider Interface Introduct...