书栈网 · BookStack 本次搜索耗时 0.118 秒,为您找到 21086 个相关结果.
  • reference directives

    /// <reference lib="…" /> reference directives Example /// <reference lib="…" /> reference directives TypeScript adds a new triple-slash-reference directive (/// <reference li...
  • K3s Self-Assessment Guide - CIS Benchmark v1.7 - K8s v1.25/v1.26/v1.27

    K3s Self-Assessment Guide - CIS Benchmark v1.7 - K8s v1.25/v1.26/v1.27 Testing Methodology Controls 1.1 Control Plane Node Configuration Files 1.1.1 Ensure that the API server po...
  • Filesystem Layout

    Filesystem Layout Filesystem layout Information Warning LocalStack volume Using docker-compose Using the CLI Host mode Filesystem Layout Overview of runtime directory str...
  • Cocos Native Plugin Quick Tutorial

    Cocos Native Plugin Quick Tutorial Create a native plugin Basic Setup Add support for Windows include “hello_cocos.h” include “bindings/sebind/sebind.h” include “plugins/bus/...
  • Debugging Policies

    Debugging policies Debugging policies When working on more complex queries (or when learning Rego), it’s useful to see exactly how the policy is applied. For this purpose you ca...
  • jvm

    jvm 使用参考 THREAD相关 文件描述符相关 jvm 查看当前JVM信息 使用参考 $ jvm CATEGORY INFO --------------------------------------------------------------------------------------...
  • CIS Self Assessment Guide

    CIS Self Assessment Guide CIS Kubernetes Benchmark v1.23 - K3s with Kubernetes v1.22 to v1.24 Overview Testing controls methodology Controls 1.1 Control Plane Node Configurati...
  • 2.5.9. dpkg 命令

    2.5.9. dpkg 命令 2.5.9. dpkg 命令 dpkg(1) 是 Debian 软件包管理中最底层的工具。它非常强大,必须小心使用。 当安装名为 “<package_name> ” 的软件包时,dpkg 会按照下列的顺序处理它。 解包 deb 文件(等同于 “ar -x ”) 使用 debconf(1) 执行 “<packa...
  • Modules

    Modules Default export Multiple exports. Export as Cyclical Dependencies More importing More Exporting Re-exporting Modules - Programatic Loading API System.import API Load ...
  • 3. 静态库

    3. 静态库 3. 静态库 有时候需要把一组代码编译成一个库,这个库在很多项目中都要用到,例如libc 就是这样一个库,我们在不同的程序中都会用到libc 中的库函数(例如printf ),也会用到libc 中的变量(例如以后要讲到的environ 变量)。本节介绍怎么创建这样一个库。 我们继续用stack.c 的例子。为了便于理解,我们把stac...