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

    Scope Functions Distinctions Context object: this or it this it Return value Context object Lambda result Functions let with run apply also Function selection ...
  • Callbacks

    Callbacks Passing a closure to a C function Raises annotation Callbacks You can use function types in C declarations: lib X # In C: # # void callback(int (*...
  • Select 表达式(实验性的)

    select 表达式(实验性的) 在通道中 select 通道关闭时 select Select 以发送 Select 延迟值 在延迟值通道上切换 目录 select 表达式(实验性的) 在通道中 select 通道关闭时 select Select 以发送 Select 延迟值 在延迟值通道上切换 select 表...
  • 8.24 Binding operators

    8.24 Binding operators 8.24.1 Rationale 8.24 Binding operators 8.24.1 Rationale (Introduced in 4.08.0) let-operator ::= ∣ let ($∣ &∣ ∣ +∣ -∣ /∣ <∣ =∣ >∣ @∣ ^∣ ...
  • Map Specific Operations

    Map Specific Operations Retrieving keys and values Filtering plus and minus operators Map write operations Adding and updating entries Removing entries Map Specific Ope...
  • KSP 概述

    Kotlin 符号处理 API Overview How KSP looks at source files SymbolProcessorProvider : the entry point Resources Supported libraries Kotlin 符号处理 API Kotlin Symbol Processing (KSP...
  • 15.6 kotlin.io标准库

    1159 2019-03-05 《Kotlin极简教程》
    15.6 kotlin.io标准库 appendBytes appendText bufferedReader copyRecursively 15.6 kotlin.io标准库 Kotlin 的 io 库主要是扩展 Java 的 io 库。下面我们简单举几个例子。 appendBytes 追加字节数组到该文件中 方法签名:...
  • chai

    1256 2019-01-23 《mongols 文档手册》
    chai 服务器 API mongols_req mongols_res 模块 脚本模块 C++ 模块 其他 chai 服务器 考虑到c++11的普遍性和chaiscript语言本身的小众性,mongols-v1.6.0之后将不在支持。 chaiscript是一种对C++程序员非常友好的脚本语言。具体用法参考:https://gith...
  • List Specific Operations

    List Specific Operations Retrieving elements by index Retrieving list parts Finding element positions Linear search Binary search in sorted lists Comparator binary search Compa...
  • 路由

    使用注解 @API RESTful 获取参数 获取URL参数 获取表单数据 Cookie HTTP Header 获取IP 获取客户端支持的语言 获取Body Render 输出文件 跳转 报错 获取上传的文件 参数注入 使用注解 Cloudopt Next中的路由是通过注解来使用的,任意类继承Resource类并在头...