书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 17661 个相关结果.
  • Context

    Context 扩展 Context Context echo.Context 表示当前 HTTP 请求的上下文。通过路径、路径参数、数据、注册处理器和相关 API 进行请求的读取与响应的输出。由于 Context 是一个接口,也可以轻松地使用自定义 API 进行扩展。 扩展 Context 定义一个自定义 context type C...
  • 流式响应

    流式响应 Server 客户端 输出 流式响应 当数据产生的时候发送数据 使用分块传输编码(Chunked transfer encoding)的流式 JOSN 响应。 Server server.go package main import ( "net/http" "time" ...
  • let 简单的计算器,执行算术表达式

    let 概要 主要用途 参数 返回值 运算符优先级递减表 例子 注意 let 简单的计算器,执行算术表达式。 概要 let arg [ arg ...] 主要用途 执行一个或多个算术表达式。 参数 arg:算术表达式 返回值 当let 最后一个执行的表达式的计算结果为0时返回1 ,否则返回0 。 当let 执...
  • let 简单的计算器,执行算术表达式

    let 概要 主要用途 参数 返回值 运算符优先级递减表 例子 注意 let 简单的计算器,执行算术表达式。 概要 let arg [ arg ...] 主要用途 执行一个或多个算术表达式。 参数 arg:算术表达式 返回值 当let 最后一个执行的表达式的计算结果为0时返回1 ,否则返回0 。 当let 执...
  • Groups

    Groups Create a group Example Exceptions Update a group Example Exceptions Delete a Group Example Exceptions Finding Groups Find all the Groups Find a group by its ID Fi...
  • 自定义命令

    自定义命令 创建控制器 注册控制器 调用控制器 自定义命令 自定义命令需要实现EasySwoole\Console\ModuleInterface 接口的3个方法 创建控制器 新建文件App\Console\TestConsole.php <? php /** * Created by PhpStorm. * Us...
  • Sockets

    Raw Sockets Sockets Server Simple Echo Server: Client Simple Client Connecting to an Echo Server: Secure Sockets (SSL/TLS) Raw Sockets In addition to HTTP handling for th...
  • 第一类迭代器

    第一类迭代器 第一类迭代器 Nim中有两种迭代器: inline 和 closure 迭代器。 一个 内联迭代器 是一个迭代器,总是由编译器内联,导致抽象的开销为零,但可能导致代码大小的大量增加。 注意:内联迭代器上的for循环体被内联到迭代器代码中出现的每个 yield 语句中,因此理想情况下,代码应该被重构为包含单个yield,以避免代码膨胀...
  • Running External Programs

    Running External Programs Interpolation Quoting Pipelines Avoiding Deadlock in Pipelines Complex Example Running External Programs Julia borrows backtick notation for com...
  • Streams

    Streams Creating Streams Metadata Stream Decorators CachingStream LimitStream NoSeekStream Creating Custom Decorators Streams Guzzle uses stream objects to represent req...