书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 401 个相关结果.
  • Thread Management

    1. Server-Side Thread Management 1.1. Server Scheduled Thread Pool 1.2. General Purpose Server Thread Pool 1.3. Expiry Reaper Thread 1.4. Asynchronous IO 2. Client-Side Thread...
  • 部署 Dashboard

    Kubernetes Dashboard 部署 访问 登录 参考文档 Kubernetes Dashboard Kubernetes Dashboard 是基于网页的 Kubernetes 用户界面。 部署 执行以下命令即可部署 Dashboard: kubectl apply - f https :// raw . gith...
  • Libraries

    Libraries Mraa Upm The IoT Kit Communications (IoTkitcomm) Library Libraries I/O, Sensor, and Communications Libraries Mraa C/C++ library with bindings to JavaScript and...
  • SUMMARY

    4452 2018-01-31 《Linux API速查手册》
    首页 时间管理 ANSI time difftime localtime ctime POSIX gettimeofday getitimer/setitimer 系统管理 uname getpwuid getgrgid 命令行 getopt 文件IO ANSI fwrite fread fputs...
  • Important Notes

    Warning Unable to Attach Volumes Created Before v1.5.2 and v1.4.4 Deprecation Environment Check Script General Supported Kubernetes Versions Pod Security Policies Disabled & P...
  • 4.2. 在客户端中添加存储设备

    4.2. 在客户端中添加存储设备 在客户端中添加基于文件的存储 在客户端中添加硬盘及其它块设备 过程 4.1. 在虚拟客户端中添加物理块设备 4.2. 在客户端中添加存储设备 这部分论述了如何在虚拟客户端中添加存储设备。只能在创建客户端之后才可添加附加存储。支持的存储设备和协议包括: 本地硬盘分区, 逻辑卷, 光纤通道或者直接连接到...
  • 6. 编译第三方模块

    1. 介绍 2. 安装 3. 使用 1. 介绍 nginx是分成一个个模块的,比如core模块,gzip模块(ngx_http_gzip_static_module),proxy模块(ngx_http_proxy_module),每个模块负责不同的功能,例如ngx_http_gzip_static_module负责压缩,ngx_http_prox...
  • Thread Management

    1. Server-Side Thread Management 1.1. Server Scheduled Thread Pool 1.2. General Purpose Server Thread Pool 1.3. Expiry Reaper Thread 1.4. Asynchronous IO 2. Client-Side Thread...
  • MySQL · 引擎特性 · InnoDB 表空间加密

    1002 2020-08-13 《数据库内核月报》
    背景简介 Keyring Plugin 流程分析 整体架构 代码分析 基础类介绍 Tablespace key 初始化和读取 IO 路径解析 Master key rotation Export/ Import 崩溃恢复 总结 背景简介 InnoDB 表空间加密是在引擎内部数据页级别的加密手段,在数据页写入文件系统时加密,从文件...
  • Swoole的实现

    Swoole的实现 socket部分 IO事件循环 多进程/多线程 EventFd SIgnalfd Swoole的实现 Swoole 使用C/C++ 11 编写,不依赖其他第三方库。 swoole并没有用libevent,所以不需要安装libevent swoole并不依赖php的stream/sockets/pcntl/posix/...