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

    1502 2025-03-25 《Apache Gobblin 0.17.0》
    Introduction Note Constructs HttpOperation AsyncRequestBuilder HttpClient ResponseHandler Build an asynchronous writer AvroHttpWriterBuilder R2RestWriterBuilder Bui...
  • Tailwind CSS 新特性解析

    本节将详细介绍 Tailwind CSS 的最新特性及其实际应用,帮助开发者更好地利用这些新功能。 容器查询(Container Queries) 基础配置 // tailwind.config.js module . exports = { theme : { extend : { contain...
  • 高级技巧

    1486 2024-05-26 《Markdown 中文版》
    井字号 Markdown 高级技巧 支持的 HTML 元素 不在 Markdown 涵盖范围之内的标签,都可以直接在文档里面用 HTML 撰写。 目前支持的 HTML 元素有:等 ,如: 使用 Ctrl+Alt+Del 重启电脑 输出结果为: 转义 Markdown 使用了很多特殊符号来表示特定的意义,如果需要显示特定的符号则需要使用转义字符,...
  • 7.7 Embed the Rmd source file in the HTML output file

    1485 2024-05-24 《R Markdown Cookbook》
    When you share an HTML output page with others, they may want the Rmd source file, too. For example, they may want to change the Rmd source and compile the report by themselves. Y...
  • Daft

    1477 2025-03-13 《Apache Iceberg 1.8.1》
    Daft Daft is a distributed query engine written in Python and Rust, two fast-growing ecosystems in the data engineering and machine learning industry. It exposes its flavor of t...
  • Apache Spark

    Querying from Apache Spark To read an Apache XTable™ (Incubating) synced target table (regardless of the table format) in Apache Spark locally or on services like Amazon EMR, Goog...
  • Tailwind CSS 响应式官网开发

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

    1470 2025-03-15 《Redisson 3.45.0》
    Transactions management RMap , RMapCache , RLocalCachedMap , RSet , RSetCache and RBucket Redisson objects may participant in Transaction with ACID properties. It uses locks for...
  • API Models

    1454 2025-03-14 《Redisson 3.45.0》
    Synchronous and Asynchronous API Redisson instances are fully thread-safe. Synchronous and Asynchronous API could be reached via RedissonClient interface. Most Redisson objects...
  • Tailwind CSS 与其他 CSS 方案的对比

    主流 CSS 方案概览 1. 传统 CSS /* 传统 CSS */ . button { background - color : #3490dc; padding : 0.5rem 1rem ; border - radius : 0.25rem ; color : white ; } ...