书栈网 · BookStack 本次搜索耗时 0.053 秒,为您找到 948 个相关结果.
  • 开放式着色语言 (OSL)

    开放式着色语言 (OSL) 脚本节点 着色器写入 闭包 双向散射分布函数 毛发 双向散射面反射分布函数 体积 其他 属性 跟踪 开放式着色语言 (OSL) 用户可以通过使用 开放着色语言(Open Shading Language) 创建自己的结点 。注意这些结点只能在CPU渲染下运行;现在不支持OSL代码工作在GPU下的方式。...
  • Scope of Variables

    Scope of Variables Scope constructs Global Scope Local Scope On Soft Scope Let Blocks Loops and Comprehensions Constants Scope of Variables The scope of a variable is th...
  • Contracts

    Contracts Introduction Contracts Vs. Facades When To Use Contracts Loose Coupling Simplicity How To Use Contracts Contract Reference Contracts Introduction Contracts V...
  • Default Parameter Values

    Default Parameter Values Default Value Expressions Default Parameter Values Perhaps one of the most common idioms in JavaScript relates to setting a default value for a functi...
  • Contracts

    Contracts Introduction Contracts Vs. Facades When To Use Contracts Loose Coupling Simplicity How To Use Contracts Contract Reference Contracts Introduction Contracts V...
  • 闭包

    1629 2018-07-17 《前端工程师手册》
    闭包 概念 用途 读取函数内部的变量 使变量的值始终保持在内存中 用闭包模拟私有方法 在循环中创建闭包 使用闭包的注意点 参考资料 闭包 闭包(closure)是Javascript语言的一个难点,也是它的特色,很多高级应用都要依靠闭包实现。 概念 首先了解一个JavaScript变量的作用域, 无非就是两种:全局变量和局部变量...
  • Scope of Variables

    Scope of Variables Scope constructs Global Scope Local Scope On Soft Scope Let Blocks Loops and Comprehensions Constants Scope of Variables The scope of a variable is t...
  • Contracts

    Contracts Introduction Contracts Vs. Facades When To Use Contracts Loose Coupling Simplicity How To Use Contracts Contract Reference Contracts Introduction Contracts V...
  • 3. Python中如何在一个函数中加入多个装饰器?

    Python中如何在一个函数中加入多个装饰器? Answer:2 装饰器基础 Python的函数都是对象 函数引用 自己动手实现装饰器 让我们看看装饰器的真实面纱 现在:回答你的问题… 装饰器高级用法 在装饰器函数里传入参数 装饰方法 把参数传递给装饰器 来练习一下:装饰装饰器 最好的练习:装饰器 怎么使用装饰器? ra...
  • Python中如何在一个函数中加入多个装饰器?

    Python中如何在一个函数中加入多个装饰器? Answer:2 装饰器基础 Python的函数都是对象 函数引用 自己动手实现装饰器 让我们看看装饰器的真实面纱 现在:回答你的问题… 装饰器高级用法 在装饰器函数里传入参数 装饰方法 把参数传递给装饰器 来练习一下:装饰装饰器 最好的练习:装饰器 怎么使用装饰器? ra...