Devlive 开源社区 本次搜索耗时 0.379 秒,为您找到 872 个相关结果.
  • Flink DDL

    2526 2024-06-29 《Apache Iceberg 1.5.2》
    CREATE Catalog Hive catalog Hadoop catalog REST catalog Create through YAML config Create through SQL Files CREATE DATABASE CREATE TABLE PRIMARY KEY PARTITIONED BY C...
  • The TTL Of Kyuubi Engines

    2526 2024-07-05 《Apache Kyuubi 1.9.1》
    The Big Contributors Of Resource Waste TTL Types In Kyuubi Engines Configurations Engine TTL Executor TTL For a multi-tenant cluster, its overall resource utilization is a KP...
  • 7.14 Improve accessibility of HTML pages

    2526 2024-05-24 《R Markdown Cookbook》
    It is important to make your HTML output documents accessible to readers who are visually impaired or blind. These readers often have to use special tools, such as screen readers,...
  • PersistenceManager

    2525 2024-05-25 《Apache JDO 3.2.1》
    Persist Objects Retrieve Objects Update Objects Delete Objects Making an object transient Any JDO-enabled application will require at least one PersistenceManager (PM). This ...
  • Structure of the book

    2521 2024-05-06 《R Markdown Cookbook》
    The book is broken down into small “recipes” that aim to demonstrate a single concept at a time. Chapter installation provides instructions on how to install the necessary softwa...
  • Function

    2520 2024-06-02 《Ramda 0.9.0》
    always comparator compose construct curry useWith flip groupBy identity invoker nAry once pipe tap binary unary ap empty of constructN converge curryN __ bin...
  • Use SpotBugs Plugin on SonarQube

    2520 2024-06-13 《SpotBugs 4.8.5》
    Create Maven Project Generate rules.xml Update RulesDefinition.java Update Plugin.java Deploy onto SonarQube The SpotBugs SonarQube Plugin uses major SpotBugs plugins such a...
  • Objects

    2515 2024-05-25 《Lodash 1.3.1》
    _.assign(object [, source1, source2, …, callback, thisArg]) Aliases Arguments Returns Example _.clone(value [, deep=false, callback, thisArg]) Arguments Returns Example _....
  • 3. Getting Started With Hive Beeline

    Getting Started With Hive Beeline Getting Beeline Getting Started With Hive Beeline Getting Beeline $ bin / beeline -- help Usage : java org . apache . hive . cli...
  • SSO 集成

    背景介绍 SSO 登录工作流 如何启用SSO登录 注意事项 背景介绍 作为企业实践,在应用程序中应用单点登录 (SSO) 是很常见的,这样可以通过集中且安全的方式管理用户凭证。 基于 Streampark 使用 Apache Shiro 进行身份验证和授权的事实,我们将使用 Pac4j 框架来实现单点登录 (SSO) 支持功能。 Pac4j 是...