Devlive 开源社区 本次搜索耗时 1.629 秒,为您找到 441 个相关结果.
  • Building Documentation

    2090 2024-07-05 《Apache Kyuubi 1.9.1》
    Setup Environment Install All Dependencies Create Documentation Linux & MacOS Windows View Locally Follow the steps below and learn how to build the Kyuubi documentation as ...
  • 在集群和浏览器主机上启用 NTP

    集群中所有节点的时钟以及运行访问 Ambari Web 界面的浏览器的计算机必须能够相互同步。 要安装 NTP 服务并确保其在启动时启动,请在每台主机上运行以下命令: RHEL/CentOS/Oracle 7 yum install - y ntp systemctl enable ntpd SLES zypper install ...
  • Log In to Apache Ambari

    Prerequisites Steps Next Step More Information Prerequisites Ambari Server must be running. To log in to Ambari Web using a web browser: Steps Point your web browser to...
  • Tailwind CSS 构建流程优化

    在大型项目中,构建流程的优化对于提高开发效率和产品性能至关重要。本节将详细介绍如何优化 Tailwind CSS 项目的构建流程。 开发环境优化 Webpack 配置优化 // webpack.dev.js const path = require ( 'path' ); module . exports = { mod...
  • String

    2050 2024-06-05 《Ramda 0.26.0》
    match split trim replace toLower toUpper test toString match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against...
  • String

    2049 2024-06-05 《Ramda 0.14.0》
    match split trim replace toLower toUpper test toString match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against...
  • Log In to Apache Ambari

    Prerequisites Steps Next Step More Information Prerequisites Ambari Server must be running. To log in to Ambari Web using a web browser: Steps Point your web browser to ...
  • Slack

    Slack 参数配置 如何获取Webhook地址 新建一个Slack APP 激活Incoming Webhooks设置 创建一个Incoming Webhook 获取Incoming Webhooks地址 Slack 如果您需要使用到Slack进行告警,请在告警实例管理里创建告警实例,选择 Slack 插件。Slack的配置样例如下: ...
  • String

    1986 2024-06-05 《Ramda 0.20.0》
    match split trim replace toLower toUpper test toString match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against...
  • Tailwind CSS 与前端框架的集成

    Tailwind CSS 可以与各种现代前端框架完美配合。本节将详细介绍如何将 Tailwind CSS 集成到 React、Vue 和 Angular 等主流框架中,并介绍相关的最佳实践。 React 集成 基础配置 # 创建 React 项目 npx create - react - app my - app -- template type...