Devlive 开源社区 本次搜索耗时 2.214 秒,为您找到 571 个相关结果.
  • Tailwind CSS 组件库开发实战

    开发一个基于 Tailwind CSS 的组件库不仅能提高团队开发效率,还能确保产品的设计一致性。本节将详细介绍如何从零开始构建一个专业的组件库。 !!! note 我们使用 React 来做项目相关的演示。 !!! 项目初始化 基础配置 # 创建项目 mkdir my - component - library cd my - co...
  • Issue Tracking

    1776 2024-05-25 《Apache JDO 3.2.1》
    JIRA View Issues JIRA The JDO project uses JIRA to track issues. We use the following workflow for our JIRA issues: Open→Resolved(<→Reopened)→Closed When the engineer has ...
  • Tailwind CSS 浏览器兼容性处理

    在开发现代 Web 应用时,处理好浏览器兼容性问题至关重要。本节将详细介绍如何在使用 Tailwind CSS 时处理各种浏览器兼容性问题。 基础配置 PostCSS 配置 // postcss.config.js module . exports = { plugins : [ 'tailwindcss' , ...
  • Overview

    1749 2025-03-12 《Redisson 3.45.0》
    Redisson is the Java Client and Real-Time Data Platform for Redis or Valkey . Providing the most convenient and easiest way to work with Redis or Valkey. Redisson objects provide ...
  • Amazon Athena

    AWS Athena 数据源 是否原生支持 AWS Athena 数据源 数据源:选择 ATHENA 数据源名称:输入数据源的名称 描述:输入数据源的描述 用户名:设置连接 AWS 的 access key 密码:设置连接 AWS 的 secret access key AwsRegion: 设置连接 AWS 的区域 数据库名:输入连接 ATH...
  • Maintenance

    1737 2025-03-10 《Apache Iceberg 1.8.1》
    Maintenance Maintenance operations require the Table instance. Please refer Java API quickstart page to refer how to load an existing table. Recommended Maintenance Expire...
  • 下载软件

    本节介绍如何通过 Cloudera 下载门户下载 Ambari 软件工件。要下载 Ambari 软件工件(试用版和常规版),现在需要进行身份验证。为了访问您的软件,您必须获取 Cloudera 下载门户的登录凭据,选择您想要的安装体验类型,并指定操作系统。 出于生产目的访问 Ambari 软件工件需要身份验证。在开始安装之前,您必须从 Cloudera ...
  • Specifications

    1720 2024-05-25 《Apache JDO 3.2.1》
    JDO Final Specifications JDO Draft Specifications JDO Final Specifications The following specifications for JDO are available The JDO 3.2.1 Specification The JDO 3.2 Specifi...
  • Java API

    1702 2025-03-12 《Apache Iceberg 1.8.1》
    Iceberg Java API Tables The main purpose of the Iceberg API is to manage table metadata, like schema, partition spec, metadata, and data files that store table data. Table metad...
  • Tailwind CSS 构建流程优化

    在大型项目中,构建流程的优化对于提高开发效率和产品性能至关重要。本节将详细介绍如何优化 Tailwind CSS 项目的构建流程。 开发环境优化 Webpack 配置优化 // webpack.dev.js const path = require ( 'path' ); module . exports = { mod...