Devlive 开源社区 本次搜索耗时 0.507 秒,为您找到 571 个相关结果.
  • 设置选项

    更多信息 以下选项经常用于 Ambari Server 设置。 -j (or —java-home) 指定要在 Ambari Server 和集群中的所有主机上使用的 JAVA_HOME 路径。默认情况下,如果您不指定此选项,Ambari Server 安装程序会将 Oracle JDK 1.8 二进制文件和随附的 Java 加密扩展 (JCE) ...
  • Erasure Coding

    3246 2024-06-22 《Apache Accumulo 2.x》
    Important Warning EC and Threads HDFS ec Command Configuring EC for a New Instance Configuring EC for an Existing Instance Defining Custom EC Policies With the release of ve...
  • Utilities

    3229 2024-05-25 《Lodash 1.3.1》
    _.escape(string) Arguments Returns Example _.identity(value) Arguments Returns Example _.mixin(object) Arguments Example _.noConflict() Returns Example _.parseInt(val...
  • Summary Statistics

    3227 2024-06-22 《Apache Accumulo 2.x》
    Overview Inaccuracies Configuring Permissions Bulk import Examples Overview Accumulo has the ability to generate summary statistics about data in a table using user defined...
  • 2.1 What happens when we render?

    3214 2024-05-09 《R Markdown Cookbook》
    References R Markdown combines several different processes together to create documents, and one of the main sources of confusion from R Markdown is how all the components work t...
  • Attach-Detach

    3212 2024-05-25 《Apache JDO 3.2.1》
    Detach All On Commit Copy On Attach Serialization of Detachable classes JDO provides an interface to the persistence of objects. JDO 1.0 didn’t provide a way of taking an objec...
  • DBeaver

    3204 2024-07-05 《Apache Kyuubi 1.9.1》
    What is DBeaver Installation Using DBeaver with Kyuubi New Connection Configure Connection Basic Connection Settings Session Configurations Connecting in HA mode Test Connec...
  • 7.3 Style code blocks and text output

    3182 2024-05-10 《R Markdown Cookbook》
    References We can customize the style of code chunks and their text output using the chunk options class.source and class.output , respectively. These options take character vec...
  • 6.5 Control the placement of figures

    3168 2024-05-24 《R Markdown Cookbook》
    Floating environments Prevent figures from floating Force floats forward Adjust LaTeX placement rules (*) One common frustration with LaTeX is the placement of figures and tab...
  • Functions

    3163 2024-06-07 《Underscore.js 1.13.6》
    bind bindAll partial memoize delay defer throttle debounce once after before wrap negate compose restArguments bind _.bind(function, object, *arguments) source ...