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

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

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

    2644 2024-06-05 《Ramda 0.29.0》
    match split trim replace toLower toUpper test toString match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against...
  • 在集群和浏览器主机上启用 NTP

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

    Pigeon 创建任务 任务参数 Pigeon Pigeon任务类型是通过调用远程websocket服务,实现远程任务的触发,状态、日志的获取,是 DolphinScheduler 通用远程 websocket 服务调用任务 创建任务 拖动工具栏中的任务节点到画板中即能完成任务创建 任务参数 默认参数说明请参考DolphinSchedul...
  • Run Java SDK Demo

    Run Java SDK Demo 1. TCP 1.1 ASYNC 1.2 BROADCAST 2 HTTP 2.1 ASYNC 3 GRPC 3.1 ASYNC Publish & Webhook Subscribe 3.2 SYNC Publish & Stream Subscribe 3.3 Publish BATCH Message ...
  • EventMesh Runtime Protocol

    EventMesh Runtime Protocol TCP Protocol Protocol Format Message Object in the Business Logic Layer Message Composition Specification Example of Client-Server Interaction Clien...
  • 告警

    告警组件向导 Email Telegram 钉钉 企业微信 WebexTeams Script 脚本 HTTP 告警 飞书 Slack 阿里云-语音告警
  • String

    2318 2024-06-05 《Ramda 0.8.0》
    match split trim replace match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array The list of match...
  • 列表

    2300 2024-05-26 《Markdown 中文版》
    Markdown 列表 无序列表 有序列表 列表嵌套 列表连续性 Markdown 列表 Markdown 支持有序列表和无序列表。 无序列表 无序列表使用星号(*)、加号(+)或是减号(-)作为列表标记,这些标记后面要添加一个空格,然后再填写内容: Markdown 原文: * 星号第一项 * 星号第二项 * 星...