书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 1115 个相关结果.
  • _thread —- 底层多线程 API

    _thread —- 底层多线程 API _thread —- 底层多线程 API 该模块提供了操作多个线程(也被称为 轻量级进程 或 任务)的底层原语 —— 多个控制线程共享全局数据空间。为了处理同步问题,也提供了简单的锁机制(也称为 互斥锁 或 二进制信号)。threading 模块基于该模块提供了更易用的高级多线程 API。 在 3.7...
  • _thread —- 底层多线程 API

    _thread —- 底层多线程 API _thread —- 底层多线程 API 该模块提供了操作多个线程(也被称为 轻量级进程 或 任务)的底层原语 —— 多个控制线程共享全局数据空间。为了处理同步问题,也提供了简单的锁机制(也称为 互斥锁 或 二进制信号)。threading 模块基于该模块提供了更易用的高级多线程 API。 在...
  • 为X11平台(Linux、*BSD操作系统)编译

    为X11平台(Linux、*BSD操作系统)编译 需求 各个发行版的安装指令 开始编译 编译精简和服务器构建 构建导出模板 使用 Clang 和 LLD 可以加快开发速度 为X11平台(Linux、*BSD操作系统)编译 需求 要在Linux或其他类Unix系统下进行编译,需要满足以下条件: GCC 7+ 或 Clang 6+. ...
  • Debian Ubuntu

    Debian/Ubuntu Debian 系统简介 使用 Debian 官方镜像 Ubuntu 系统简介 使用 Ubuntu 官方镜像 相关资源 Debian/Ubuntu Debian 和 Ubuntu 都是目前较为流行的 Debian 系的服务器操作系统,十分适合研发场景。Docker Hub 上提供了官方镜像,国内各大容器云服务也基本...
  • Linux

    Debian-based build directions Option A: Automatic Debian builds Prerequisites Build procedure Option B: Custom Debian builds Prerequisites Build procedure 1. Get the source cod...
  • TLS

    TLS Underlying implementation FIPS 140-2 Enabling certificate verification Example configuration Custom Certificate Validator Certificate selection Secret discovery service (...
  • 服务创建方式

    服务创建方式 从源码创建 从Docker镜像创建 指定镜像 指定DockerRun命令 指定DockerCompose 从应用市场安装 添加第三方服务 服务创建方式 这篇文章将会为你介绍Rainbond的服务的创建方式. 应用的定义中已经提到,应用是由各个不同的服务组件构成,那么应用的创建就离不开服务组件的创建.服务组件创建的方式有4...
  • DNS

    DNS dns.lookup(hostname[, options], callback) dns.lookupService(address, port, callback) dns.resolve(hostname[, rrtype], callback) dns.resolve4(hostname, callback) dns.resolve6...
  • fcntl —— 系统调用 fcntl 和 ioctl

    fcntl —— 系统调用 fcntl 和 ioctl fcntl —— 系统调用 fcntl 和 ioctl 本模块基于文件描述符来进行文件控制和 I/O 控制。它是 Unix 系统调用 fcntl() 和 ioctl() 的接口。关于这些调用的完整描述,请参阅 Unix 手册的 fcntl(2) ) 和 ioctl(2) ) 页面...
  • TLS

    TLS Underlying implementation FIPS 140-2 Enabling certificate verification Example configuration Custom Certificate Validator Certificate selection Secret discovery service (...