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

    1906 2024-06-14 《Lodash 3.10.1》
    _(value) Arguments Returns Example _.chain(value) Arguments Returns Example _.tap(value, interceptor, [thisArg]) Arguments Returns Example _.thru(value, interceptor, [t...
  • Flink DataStream

    1902 2024-06-26 《Apache Amoro 0.6.1》
    Reading with DataStream Batch mode Streaming mode Streaming mode (LogStore) Streaming mode (FileStore) Writing with DataStream Overwrite data Appending data Reading with ...
  • Object

    1896 2024-06-05 《Ramda 0.30.1》
    clone values eqProps keys omit pick pickAll project prop props keysIn path valuesIn toPairs toPairsIn propOr has hasIn assoc assocPath lens pickBy evolve inv...
  • Building

    1863 2024-07-05 《Apache Kyuubi 1.9.1》
    Build with Apache Maven Build shaded jar with Apache Maven Build against Different Apache Spark Versions Build against Different Apache Ranger Versions Test with ScalaTest Mave...
  • Transactions

    1860 2024-05-25 《Apache JDO 3.2.1》
    Locking Non-Transactional When managing the persistence of objects using a PersistenceManager it is common to handle all datastore operations in a transaction. For this reason ...
  • Aggregation Functions

    1856 2024-06-24 《Apache AGE 0.6.0》
    Data Setup min Using min() with Lists max stDev stDevP percentileCont percentileDisc count Using count(expression) to return the number of values Counting non-null value...
  • 1.3 Install missing LaTeX packages

    1847 2024-05-07 《R Markdown Cookbook》
    When you compile a document to PDF through LaTeX, you may run into errors like these: !LaTeXError:File‘ocgbase.sty′notfound.!pdfTeXerror:pdflatex(file8r.enc):cannotopenencodingfi...
  • Rollback Mechanism

    1836 2024-06-30 《Apache Hudi 0.15.0》
    Handling partially failed commits Rolling back partially failed commits for a single writer Rolling back of partially failed commits w/ multi-writers Heartbeats Related Resourc...
  • 6.3 Add logo to title page

    1824 2024-05-24 《R Markdown Cookbook》
    We can use the titling LaTeX package to alter our title block to include an image. Below is a full example that shows how to add the R logo (logo.jpg ) to the title page. The ima...
  • 4.12 Preserve a large number of line breaks

    1822 2024-05-23 《R Markdown Cookbook》
    References Markdown users may be surprised to realize that whitespaces (including line breaks) are usually meaningless unless they are used in a verbatim environment (code blocks...