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

    2910 2024-05-25 《Apache JDO 3.2.1》
    JDO utilizes some terminology used elsewhere (e.g. Java EE) but also introduces some terminology that may be new to people. Below is a glossary of some common terms that may be en...
  • 4.6 Generate R package citations

    2887 2024-05-23 《R Markdown Cookbook》
    References To cite an R package, you can use the function citation() from base R. If you want to generate a citation entry for BibTeX, you can pass the returned object of citati...
  • Data Quality

    2886 2024-06-30 《Apache Hudi 0.15.0》
    SQL Query Single Result SQL Query Equality SQL Query Inequality Extend Custom Validator Additional Monitoring with Notifications Related Resources Data quality refers to the...
  • Lang

    2873 2024-06-14 《Lodash 3.10.1》
    _.clone(value, [isDeep], [customizer], [thisArg]) Arguments Returns Example _.cloneDeep(value, [customizer], [thisArg]) Arguments Returns Example _.gt(value, other) Argumen...
  • Select Version

    Choosing Stack Choosing Version Choosing Repositories redhat7 sles12 ubuntu14 ubuntu16 ubuntu18 debian9 Advanced Options More Information In this Step, you will select ...
  • 4.15 Create diagrams

    2847 2024-05-23 《R Markdown Cookbook》
    Basic diagrams Adding parameters to plots References There are many separate programs (e.g., Graphviz) that can be used to produce diagrams and flowcharts, but it can be easier...
  • Configure Kyuubi to use Custom Authentication

    2776 2024-07-05 《Apache Kyuubi 1.9.1》
    Build A Custom Authenticator Enable Custom Authentication Besides the builtin authentication methods, kyuubi supports custom authentication implementations of org.apache.kyuubi...
  • GitHub 趋势日报 (2025年04月22日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 C++ Dart Java Lua Go PHP C MDX Rust Python C Ruby Kotlin JavaScript Vim Script Jupyter Notebook Dockerfile TypeScript HTML Shell ...
  • 5. Data partitioning (sharding)

    2718 2024-06-19 《Redisson 3.31.0》
    1. Partitioning (sharding) of Redis based Java objects 2. Partitioning (sharding) of Redis setup This feature available only in Redisson PRO edition. 1. Partitioning (shardin...
  • Transactions

    2715 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 ...