书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 714 个相关结果.
  • How-To: Manage configuration from a store

    How-To: Manage configuration from a store Note Create a configuration item in store Run Redis with Docker Save an item Configure a Dapr configuration store Note Retrieve Con...
  • swoole_event_write

    swoole_event_write SOCKET缓存区已满后,Swoole的底层逻辑 swoole_event_write 用于PHP自带stream/sockets扩展创建的socket,使用fwrite/socket_send等函数向对端发送数据。当发送的数据量较大,socket写缓存区已满,就会发送阻塞等待或者返回EAGAIN错误。 sw...
  • 1. 快速开始

    快速开始 安装 使用 Docker 进行安装 WebAssembly 示例 Hello world 调用一个 Rust 函数 调用一个 WAT 函数 开启统计 开启 gas-limit JavaScript 示例 快速开始 WasmEdge 最简单的使用方式是通过 WasmEdge CLI。 开发者们能使用这个命令行工具来运行我们的...
  • 提交错误报告

    提交错误报告 内存检测 提交问题 提交错误报告 当使用swoole 发生段错误时,请及时向开发组报告。可以使用gdb 工具来得到一份bt 信息。使用gdb 跟踪需要在编译swoole 时增加—enable-debug 参数。 如果不方便gdb ,也可以提供一份可稳定复现的demo 程序 打开core dump ulimit - c ...
  • How-To: Manage configuration from a store

    How-To: Manage configuration from a store Note Create a configuration item in store Run Redis with Docker Save an item Configure a Dapr configuration store Note Retrieve Con...
  • 微服务

    微服务 在分布式系统中协同处理长度超乎想象的字符串 表14,读取远程资源时的常用操作 微服务 微服务 这个概念近年来愈发流行了起来。简单来说,我们编写软件组件的一个首要目标就是鼓励独立性、缩放适应性以及重用性。事实上,我们使用微服务已经超过 30 年了。 Unix 下一个微服务的使用示例 history | grep password ...
  • Runtime model

    Runtime model Non-blocking execution Cooperative scheduling Task system task::current and Task::notify Async::NotReady Yielding Executors Resources, drivers, and runtimes ...
  • Deployment

    Deployment Prerequisites Installation from binary files Installation from source code Installation by Docker (Dockerfile) Deployment IoTDB provides you two installation met...
  • 50、Kotlin 支持

    50、Kotlin 支持 50.1、要求 50.2、Null 安全 50.3、Kotlin API 50.3.1、runApplication 50.3.2、扩展 50.4、依赖管理 50.5、@ConfigurationProperties 50.6、测试 50.7、资源 50.7.1、进阶阅读 50.7.2、示例 50、K...
  • 13.5、Starter

    13.5、Starter 13.5、Starter Starter 是一组惯例依赖描述资源,可以包含在应用中。从 starter 中,您可以获得所需的所有 Spring 和相关技术的一站式支持,无须通过示例代码和复制粘贴来获取依赖。比如,如果您要使用 Spring 和 JPA 进行数据库访问,那么只需要在项目中包含 spring-boot-start...