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

    799 2024-06-14 《Lodash 3.10.1》
    _.at(collection, [props]) Arguments Returns Example .countBy(collection, [iteratee=.identity], [thisArg]) Arguments Returns Example .every(collection, [predicate=.identity]...
  • 6.10 Use a custom Pandoc LaTeX template (*)

    796 2024-05-24 《R Markdown Cookbook》
    Pandoc converts Markdown to LaTeX through a template. The template is a LaTeX file containing Pandoc variables, and Pandoc will replace these variables with their values. Below is...
  • Aggregation

    781 2024-06-24 《Apache AGE 0.6.0》
    Introduction Data Setup Auto Group By Sorting on aggregate functions Distinct aggregation Ambiguous Grouping Statements Invalid Query in AGE Valid Query in AGE Vertices and ...
  • 7.9 Use a custom HTML template (*)

    779 2024-05-24 《R Markdown Cookbook》
    We mentioned LaTeX templates in Section 6.10 . You can also specify a custom HTML template for Pandoc to convert Markdown to HTML. Below is a brief example template: <html> ...
  • Caching

    770 2024-06-22 《Apache Accumulo 2.x》
    Configuration Accumulo tablet servers have block caches that buffer data in memory to limit reads from disk. This caching has the following benefits: reduces latency when rea...
  • 4.10 Numbered figure captions

    761 2024-05-23 《R Markdown Cookbook》
    References We can use bookdown (Xie 2023a ) output formats to add figure numbers to their captions. Below is an example: --- output : bookdown :: html_document2 --- ``...
  • Function

    756 2024-06-02 《Ramda 0.2.2》
    always comparator compose construct curry useWith flip groupBy identity invoker nAry once pipe tap binary unary always a → (* → a) Parameters valThe value to...
  • Downloads

    726 2024-05-25 《Apache JDO 3.2.1》
    Maven (convenience binary) About JDO Releases Verifying Releases To develop your own code to use or implement JDO, you can use the links below to download Apache JDO from an of...
  • Lang

    692 2024-06-27 《Lodash 4.17.15》
    _.castArray(value) Since Arguments Returns Example _.clone(value) Since Arguments Returns Example _.cloneDeep(value) Since Arguments Returns Example _.cloneDeepWi...
  • 10 Tables

    680 2024-05-07 《R Markdown Cookbook》
    References Tables are one of the primary ways in which we can communicate results in a report. You may often desire to tweak their appearance to suit your particular needs. In th...