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

    1017 2024-06-04 《Ramda 0.24.0》
    add divide multiply product subtract sum modulo mathMod de inc negate mean median add Number → Number → Number Added in v0.1.0 Adds two values. See also subtrac...
  • Math

    1016 2024-06-04 《Ramda 0.14.0》
    add divide multiply product subtract sum modulo mathMod de inc negate mean median add Number → Number → Number Added in v0.1.0 Adds two values. See also subtrac...
  • Tailwind CSS 响应式官网开发

    本节将介绍如何使用 Tailwind CSS 开发一个现代化的响应式企业官网,包括页面布局、组件开发、响应式设计等方面。 页面布局 导航栏组件 // components/Navbar.tsx import { useState } from 'react' ; const Navbar = () => ...
  • 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...
  • Tailwind CSS 动画和过渡效果

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

    980 2024-06-04 《Ramda 0.22.0》
    add divide multiply product subtract sum modulo mathMod de inc negate mean median add Number → Number → Number Added in v0.1.0 Adds two values. See also subtrac...
  • Logic

    968 2024-06-05 《Ramda 0.9.0》
    and isEmpty not or cond ifElse allPass anyPass 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...
  • Tailwind CSS 颜色系统和主题定制

    颜色系统基础 1. 默认调色板 Tailwind CSS 提供了一套精心设计的默认颜色系统: // tailwind.config.js 默认颜色示例 module . exports = { theme : { colors : { // 灰度 ...
  • Tailwind CSS 响应式导航栏实现

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

    923 2024-06-04 《Ramda 0.21.0》
    add divide multiply product subtract sum modulo mathMod de inc negate mean median add Number → Number → Number Added in v0.1.0 Adds two values. See also subtrac...