Devlive 开源社区 本次搜索耗时 0.574 秒,为您找到 571 个相关结果.
  • Tailwind CSS 间距和布局控制

    间距系统基础 1. 间距刻度 Tailwind CSS 提供了一个基于 0.25rem(4px)递增的间距系统: // tailwind.config.js 默认间距配置 module . exports = { theme : { spacing : { '0' : ...
  • Distributed counters

    1407 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...
  • 高级技巧

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

    1395 2024-06-27 《Lodash 4.17.15》
    _.VERSION _.templateSettings _.templateSettings.escape _.templateSettings.evaluate _.templateSettings.imports _.templateSettings.interpolate _.templateSettings.variable...
  • Features and Limitations

    Features and Limitations Features Apache XTable™ (Incubating) provides users with the ability to translate metadata from one table format to another. Apache XTable™ (Incubatin...
  • 7.7 Embed the Rmd source file in the HTML output file

    1326 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...
  • HTTP

    1320 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 项目高效运行的关键。本节将详细介绍如何实施性能监控和进行相应的优化。 性能指标监控 Web Vitals 监控 // utils/vitals.ts import { getCLS , getFID , getLCP , getTTFB , getFCP } from 'web...
  • Utility First CSS 的优势与挑战

    什么是 Utility First CSS? Utility First CSS 是一种使用原子类(atomic classes)来构建用户界面的方法。不同于传统的语义化 CSS 类名,它使用大量的功能性类名来直接描述样式。例如: <!-- 传统方式 --> <button class = "btn-primary" > 按钮 </b...
  • Documentation Architecture

    1315 2025-03-26 《Apache Gobblin 0.17.0》
    Documentation Overview GitHub Wiki Limitations MkDocs ReadTheDocs Additional Information Documentation Overview The documentation for Gobblin is based on ReadTheDocs and Mk...