书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 2345 个相关结果.
  • sysconfig —- Provide access to Python's configuration information

    sysconfig —- Provide access to Python's configuration information 配置变量 安装路径 其他功能 Using sysconfig as a script sysconfig —- Provide access to Python's configuration informati...
  • 一、移植前的准备

    一、移植前的准备 1. 准备目标硬件(开发板/芯片/模组) 2.准备编译器环境 3. 准备芯片对应的裸机工程 3.1 首先启动STM32CubeMX,新建工程 3.2 选择MCU型号 3.3 Pin设置界面配置时钟源 3.4 Pin设置界面配置串口 3.5 Pin设置界面配置GPIO 3.6 配置总线时钟 3.7 工程生成参数配置 3.9 ...
  • Tutorial

    Go Operator Tutorial Prerequisites Overview Create a new project A note on dependency management Manager Create a new API and Controller Understanding Kubernetes APIs Defin...
  • Installation

    Installation Using pre-compiled binaries From source Using Docker Volumes & bind-mount Custom image Using configuration management systems Ansible Chef Puppet SaltStack ...
  • Installation

    Installation Using pre-compiled binaries From source Using Docker Volumes & bind-mount Custom image Using configuration management systems Ansible Chef Puppet SaltStack ...
  • Installation

    Installation Using pre-compiled binaries From source Using Docker Volumes & bind-mount Custom image Using configuration management systems Ansible Chef Puppet SaltStack ...
  • Updating Go-based projects

    Updating Go-based Operator projects for newer Operator SDK versions Updating Go-based Operator projects for Operator SDK 1.28.0 Additional resources Updating Go-based Operator...
  • Quickstart

    Quickstart for Ansible-based Operators Prerequisites Quickstart Steps Create a project Create an API Build and push the operator image Run the operator Create a sample custom ...
  • Testing with EnvTest

    Testing your Operator project Overview Using EnvTest Other Options Testing your Operator project Learn how to ensure the quality of your Operator project Overview The Opera...
  • foreach 函数

    foreach 函数 foreach 函数 foreach函数和别的函数非常的不一样。因为这个函数是用来做循环用的,Makefile中的foreach函数几乎是仿照于Unix标准Shell(/bin/sh)中的for语句,或是C-Shell(/bin/csh)中的foreach语句而构建的。它的语法是: $ ( foreach <var> ,<...