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

    C C Type Primitives Import from C Header File C Pointers Exporting a C Library Mixing Object Files C Although Zig is independent of C, and, unlike most other languages, do...
  • MIP.util

    MIP.util 描述 属性 fn dom event rect hash platform EventEmitter Gesture customStorage naboo 方法 css jsonParse parseCacheUrl makeCacheUrl isCacheUrl MIP.util MIP . ...
  • 封箱包装器

    封箱包装器 这些对象包装器服务于一个非常重要的目的。基本类型值没有属性或方法,所以为了访问 .length 或 .toString() 你需要这个值的对象包装器。值得庆幸的是,JS 将会自动地 封箱(也就是包装)基本类型值来满足这样的访问。 var a = "abc" ; a . length ; // 3 a . toUp...
  • 更新

    更新 Description 描述 Parameters 参数 Return values 返回值 Examples 示例如下 Change script command 改变一个脚本的命令 Source 更新 Description 描述 object script.update(object/array scripts) This...
  • 练习19:一个简单的对象系统

    2387 2018-02-09 《笨办法学C》
    练习19:一个简单的对象系统 C预处理器如何工作 原型对象系统 Object头文件 Object源文件 游戏实现 你会看到什么 审计该游戏 附加题 练习19:一个简单的对象系统 原文:Exercise 19: A Simple Object System 译者:飞龙 我在学习面向对象编程之前学了C,所以它有助于我在C中构...
  • 对象注册

    执行对象注册 执行对象注册 默认路由方法 路由内置变量 命名风格规则 对象方法注册 绑定路由方法 RESTful对象注册 构造方法Init 与析构方法Shut 执行对象注册 执行对象注册是在注册时便给定一个实例化的对象,以后每一个请求都交给该对象(同一对象)处理,该对象常驻内存不释放 。服务端进程在启动时便需要初始化这些执行对象,并...
  • C

    C C Type Primitives C String Literals Import from C Header File C Pointers Exporting a C Library Mixing Object Files C Although Zig is independent of C, and, unlike most...
  • Configuration - Methods

    GetWithEnv GetWithCmd MustGetWithCmd MustGetWithEnv Data MustData Get MustGet GetAdapter SetAdapter tip The following common method list may lag behind code u...
  • rev-parse

    320 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION OPTIONS Operation Modes Options for —parseopt Options for Filtering Options for Output Options for Objects Options for Files Other Options SPEC...
  • marshal

    Basic usage See also Imports Procs Source Edit This module contains procs for serialization and deserialization of arbitrary Nim data structures. The serialization form...