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

    HigherEffect HigherEffect Since Effect may have some temporary state of its own (although it is not recommended, support is provided), in order to support this feature, we pro...
  • 第3章 面向对象和并发

    面向对象 并发下维护上下文 函数法 约定构造函数 用反射Value.New Martini下的并发 面向对象 OOP 的思想, 无疑是非常实用有效的. 事实是, 无论语言是否直接支持面向对象的编程. 程序员在写代码的时候常常会应用 OOP 的思想. Go 语言下没有类(Class), 没有构造函数, 没有 this 指针, 没有多态,...
  • 17.1. Characteristics of Object-Oriented Languages

    Characteristics of Object-Oriented Languages Objects Contain Data and Behavior Encapsulation that Hides Implementation Details Inheritance as a Type System and as Code Sharing P...
  • 1.1.1 .Net Framework 的内容

    5448 2019-04-10 《C# 从入门到精通》
    .NET Framework的内容 .NET Framework的内容   .NET 主要包括了一个非常大的代码库,客户语言(如C#)可以通过OOP来使用这些代码。当然这个代码库分为了许多模块,模块下还有子模块。.NET Framework 包括的.NET公共语言运行库(CLR,一翻译为通用语言运行库)主要负责管理用.NET库开发的所有应用程序的执行...
  • 17.1. Characteristics of Object-Oriented Languages

    Characteristics of Object-Oriented Languages Objects Contain Data and Behavior Encapsulation that Hides Implementation Details Inheritance as a Type System and as Code Sharing P...
  • 通过procCall禁止动态方法解析

    通过procCall禁止动态方法解析 通过procCall禁止动态方法解析 可以通过内置的 system.procCall 来禁止动态方法解析。 这有点类似于传统OOP语言提供的 super 关键字。 type Thing = ref object of RootObj Unit = ref object...
  • HigherEffect

    583 2019-06-08 《Fish Redux》
    HigherEffect HigherEffect Since Effect may have some temporary state of its own (although it is not recommended, support is provided), in order to support this feature, we pro...
  • db.collection.findOne()

    899 2019-12-01 《MongoDB v4.2 Manual》
    db.collection.findOne() Definition Behavior Client Disconnection Examples With Empty Query Specification With a Query Specification With a Projection Specify the Fields to Ret...
  • 继承

    继承 参考资料 继承 理解了封装之后,我们就要实现继承关系了。这样我们就可以使用面向对象的方式编程了。 参考资料 Javascript面向对象编程(二):构造函数的继承 Javascript面向对象编程(三):非构造函数的继承 ECMAScript 继承机制实现 原文: https://leohxj.gitbooks.io/fro...
  • HigherEffect

    HigherEffect HigherEffect 由于 Effect 有可能有自己一些临时状态(尽管不建议这么做,但还是提供了支持),为了支持这个特性,我们将 Effect 提升为高阶函数,将它的状态放在闭包里。 框架支持 Effect|HigherEffect 的配置,但是不能对一个组件或适配器同时都配置,那样会带来困扰,一般情况下,都配置往往...