书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 1597 个相关结果.
  • Code style guidelines

    Code style guidelines C++ and Objective-C Using clang-format locally Installation Manual usage Pre-commit hook IDE plugin Header includes Java Python Using black locally In...
  • 4.2 模型接口

    4.2 模型接口 4.2.1 Booster 4.2.2 直接学习 4.2.3 scikit-learn API 4.2.3.1 LGBMModel 4.2.3.2 LGBMClassifier 4.2.3.3 LGBMRegressor 4.2.3.4 LGBMRanker 4.2.3.5 Callbacks 4.2 模型接口 ...
  • BOOL 若干陷阱

    BOOL 若干陷阱 Tip 将普通整形转换成 BOOL 时要小心。不要直接将 BOOL 值与 YES 进行比较。 Ojbective-C 中把 BOOL 定义成无符号字符型,这意味着 BOOL 类型的值远不止 YES(1)或</span> <span class="pre"> NO(0)。不要直接把整形转换成</span> <sp...
  • 14 Service monitoring upgrade

    197 2023-05-03 《Zabbix v6.4 Manual》
    14 Service monitoring upgrade Overview Services Status calculation rules SLAs 14 Service monitoring upgrade Overview In Zabbix 6.0, service monitoring functionality has be...
  • Getting Help

    Getting Help “I can’t figure out how to __.” “Could there be a bug?” Getting Help At some point, you may find that there’s an issue you need some help with. But don’t worry! W...
  • Getting started with Katib

    1133 2020-04-19 《Kubeflow 0.7 Document》
    Getting started with Katib Katib setup Installing Katib Setting up persistent volumes Accessing the Katib UI Examples Example using random algorithm TensorFlow example PyTorc...
  • 与现存的应用程序集成

    与现有的应用程序集成 需求 用 CocoaPods 安装 React Native 创建你的 React Native 应用程序 将容器视图添加到你的应用程序中 为容器视图添加 RCTRootView 启动开发服务器 编译和运行 总结 与现有的应用程序集成 由于 React 并没有做出关于你其他的技术堆栈的假设——通常在 MVC 中...
  • 13. Application Store

    Application Store Objective Prerequisites Hands-on Lab Step 1: Create Customized Role and Account Step 2: Upload and Submit Application Step 3: Review Application Step 4: Rele...
  • Explaining Model on SQLFlow Tutorial

    Explaining Model on SQLFlow Tutorial Syntax The Dataset Train a Model Explain the Model Explaining Model on SQLFlow Tutorial The Explainer is designed to explain the mac...
  • 高阶函数

    高阶函数 高阶函数 函数式编程的一个关键的概念是”高阶函数”。从维基百科的解释来看,一个高阶函数需要满足下面两个条件: 一个或者多个函数作为输入。 有且仅有一个函数输出。 在Objective-c中我们经常使用block作为函数。我们不需要跋山涉水地去寻找‘高阶函数’,实际上,Apple为我们提供的Foundation库中就有。考虑象下面这么简...