书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 15360 个相关结果.
  • task.create

    167 2023-05-03 《Zabbix v6.4 Manual》
    task.create Description Parameters Return values Examples Creating a task See also Source task.create Description object task.create(object/array tasks) This method al...
  • Working with collections

    Working with collections Low-level collection access Sharing collections Working with collections Foxx provides the module.context.collection methodto provide easy access t...
  • Working with collections

    Working with collections Low-level collection access Sharing collections Working with collections Foxx provides the module.context.collection methodto provide easy access t...
  • Volatility Indicators 波动性指标

    7117 2019-03-22 《talib中文文档》
    Volatility Indicator Functions 波动率指标函数 ATR - Average True Range NATR - Normalized Average True Range TRANGE - True Range Volatility Indicator Functions 波动率指标函数 ATR - Avera...
  • Delete

    DELETE Synopsis Description Examples Limitations DELETE Synopsis DELETE FROM table_name [ WHERE condition ] Description Delete rows from a table. If the WHERE cl...
  • ZREVRANK key member

    ZREVRANK key member *Return value *Examples ZREVRANK key member Available since 2.0.0. Time complexity: O(log(N)) Returns the rank of member in the sorted set stored at ...
  • ZRANK key member

    ZRANK key member *Return value *Examples ZRANK key member Available since 2.0.0. Time complexity: O(log(N)) Returns the rank of member in the sorted set stored at key , ...
  • Geohex grid

    Geohex grid aggregations Precision Low-precision requests High-precision requests Filtering requests Supported parameters This version of the OpenSearch documentation is no ...
  • validate_password_policy

    validate_password_policy 用于设置密码检查策略。 属性 描述 参数类型 enum 默认值 LOW 取值范围 LOW:表示仅包含密码常见的检测 MEDIUM:表示包括密码长度检测、大写字母个数检测、小写字母个数检测、数字个数检测、特殊字符个数检测、用户名密码相同检测 生效范围 GLOBAL 是否参与序列化...
  • 高级应用

    5561 2019-03-22 《talib中文文档》
    抽象API快速开始 高级用法 抽象API快速开始 如果您已经熟悉使用函数API,那么您就应该在精通使用抽象API。 每个函数有相同的输入,作为一个字典通过NumPy数组: import numpy as np #请注意,所有的ndarrays必须是相同的长度! inputs = { 'open' : np . ...