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

    1805 2024-06-07 《Underscore.js 1.13.6》
    You can use Underscore in either an object-oriented or a functional style, depending on your preference. The following two lines of code are identical ways to double a list of num...
  • Properties

    1784 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

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

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

    1686 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

    1648 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' , '...
  • High Level Consumer

    1623 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...
  • Trino

    Querying from Trino Trino just like Presto allows you to query table formats like Hudi, Delta and Iceberg tables using connectors. Users do not need additional configurations to w...