书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 3399 个相关结果.
  • Default Headers

    Default Headers Install DefaultHeaders Add Additional Headers Override Headers Customize Headers for Specific Routes Default Headers The DefaultHeaders feature adds the ...
  • Http Client

    Http Client Calls: Requests and Responses Concurrency Sequential requests Parallel requests Examples Features Http Client In addition to HTTP serving, Ktor also includes ...
  • Features

    Creating Custom Feature Creating Custom Feature You can develop your own features and reuse them across all your Ktor applications, or you can share them with the community.A t...
  • 学习资料概述

    学习资料概述 学习资料概述 You can use the following materials and resources for learning Kotlin: Basic syntax – get a quick overview of the Kotlin syntax. Idioms – learn how to write id...
  • 泛型

    泛型 型变 声明处型变 类型投影 使用处型变:类型投影 星投影 泛型函数 泛型约束 上界 类型擦除 泛型 与 Java 类似,Kotlin 中的类也可以有类型参数: class Box < T >( t : T ) { var value = t } 一般来说,要创建这样类的实例...
  • out

    out out Consider the waitpid function: lib C fun waitpid ( pid : Int32 , status_ptr : Int32 *, options : Int32 ) : Int32 end The documentation of the f...
  • out

    out out Consider the waitpid function: lib C fun waitpid ( pid : Int32 , status_ptr : Int32 *, options : Int32 ) : Int32 end The documentation of the ...
  • out

    out out Consider the waitpid function: lib C fun waitpid ( pid : Int32 , status_ptr : Int32 *, options : Int32 ) : Int32 end The documentation of the f...
  • Calculator Walkthrough: Part 2

    First implementation Dependency injection of services Implementation: handling digits Implementation: handling Clear and Equals Bumping into bind Using bind in practice Displ...
  • Velocity

    Velocity Add Dependencies Install Velocity Configure Velocity Configure Template Loading Send a Template in Response Velocity Ktor allows you to use Velocity templates a...