Devlive 开源社区 本次搜索耗时 0.488 秒,为您找到 571 个相关结果.
  • Tailwind CSS 电商网站开发

    本节将介绍如何使用 Tailwind CSS 开发一个现代化的电商网站,包括商品展示、购物车、结算流程等核心功能的实现。 商品列表 商品卡片组件 // components/ProductCard.tsx interface ProductCardProps { product : { id : string ;...
  • Properties

    1728 2024-06-27 《Lodash 4.17.15》
    _.VERSION _.templateSettings _.templateSettings.escape _.templateSettings.evaluate _.templateSettings.imports _.templateSettings.interpolate _.templateSettings.variable...
  • 7.7 Embed the Rmd source file in the HTML output file

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

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

    Collect Trace with Jaeger Jaeger Configuration Migrating from Zipkin Collect Trace with Jaeger Jaeger Jaeger , inspired by Dapper and OpenZipkin , is a distributed tracing ...
  • Common methods

    1562 2025-03-14 《Redisson 3.45.0》
    1. Object name Name of Redisson object stored as a key in Redis or Valkey. Example: RMap map = redisson . getMap ( "mymap" ); map . getName (); // = mymap 2. Commo...
  • Pipelining

    1532 2025-03-15 《Redisson 3.45.0》
    Multiple commands can be sent in a batch using RBatch object in a single network call. Command batches allows to reduce the overall execution time of a group of commands. In Redis...
  • Tailwind CSS 排版和文本样式

    字体系统 1. 字体系列 // tailwind.config.js 默认字体配置 module . exports = { theme : { fontFamily : { 'sans' : [ 'ui-sans-serif' , 'system-ui' , '...
  • Impala

    1480 2024-06-29 《Apache Iceberg 1.5.2》
    https://impala.apache.org/docs/build/html/topics/impala_iceberg.html
  • High Level Consumer

    1470 2025-03-26 《Apache Gobblin 0.17.0》
    Problem Statement New Design & Details Problem Statement Current Gobblin Kafka High Level Consumer uses Kafka Consumer (0.8) APIs and gobblin support for them will be depreca...