书栈网 · BookStack 本次搜索耗时 0.042 秒,为您找到 10806 个相关结果.
  • cstring type

    102 2024-07-11 《Nim v2.0 Manual》
    cstring type cstring type The cstring type meaning compatible string is the native representation of a string for the compilation backend. For the C backend the cstring type re...
  • gmap (并发安全map)

    gmap 使用示例 并发安全 性能测试 测试环境 并发安全 非并发安全 gmap与sync.Map gmap 并发安全Map,最常用的并发安全数据结构。 使用场景 : 需要并发安全支持的map数据类型场景。例如,map对象会被多个goroutine读写时。 使用方式 : import "gitee.com/johng/gf/...
  • Static typing in GDScript

    Static typing in GDScript A brief look at static typing How to use static typing Custom variable types Variable casting Safe lines Define the return type of a function with the...
  • Multi-Threading

    Multi-Threading Starting Julia with multiple threads Multiple GC Threads Threadpools Communication and synchronization Data-race freedom The @threads Macro Using @threads with...
  • Null Semantics

    NULL Semantics Description Comparison Operators Examples Logical Operators Examples Expressions Null Intolerant Expressions Examples Expressions That Can Process Null Value ...
  • uWSGI 2.0.16

    uWSGI 2.0.16 Security Changes Availability uWSGI 2.0.16 [20180210] Maintenance release Security [CVE-2018-6758] Stack-based buffer overflow in core/utils.c:uwsgi_expand...
  • Legacy Planner

    Legacy Planner Setup Dependencies Configuring the TableEnvironment Integration with DataSet Create a View from a DataSet Create a Table from a DataSet Convert a Table to a Dat...
  • ORM链式操作-模型创建

    模型创建 Model Raw 链式安全 默认情况 Clone 方法 Safe 方法 模型创建 Model Model 方法用于创建基于数据表的Model 对象。常见的,也可以使用g 对象管理模块中的Model 方法在默认的数据库配置上创建Model 对象。 使用示例: g . Model ( "user" ) // 或者 ...
  • Configuration

    Configuration Configuration PyMongo 直接支持如下的配置项: MONGO_URI 一个 MongoDB 网址 用于其他配置项。 MONGO_HOST 你的 MongoDB 服务器的主机名或者 IP 地址。 默认:”localhost”。 MONGO_PORT 你的 MongoDB 服务器的端口。默认...
  • ORM链式操作-模型创建

    模型创建 Model Raw 链式安全 默认情况 Clone 方法 Safe 方法 模型创建 Model Model 方法用于创建基于数据表的Model 对象。常见的,也可以使用g 对象管理模块中的Model 方法在默认的数据库配置上创建Model 对象。 使用示例: g . Model ( "user" ) // 或者 ...