书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 651 个相关结果.
  • Database References

    833 2019-12-01 《MongoDB v4.2 Manual》
    Database References Manual References Background Process Use DBRefs Background Format Driver Support for DBRefs Use Database References For many use cases in MongoDB, ...
  • Map and Bind and Apply, a summary

    seriesOrder: 7 Series summary Series contents Appendix: List of operators mentioned Appendix: Further reading layout: posttitle: “Map and Bind and Apply, a summary”descripti...
  • 7.3 事件

    事件 鼠标事件 键盘事件 其他事件 事件参数 事件触发条件 浏览器安全限制 练习 事件 因为JavaScript在浏览器中以单线程模式运行,页面加载后,一旦页面上所有的JavaScript代码被执行完后,就只能依赖触发事件来执行JavaScript代码。 浏览器在接收到用户的鼠标或键盘输入后,会自动在对应的DOM节点上触发相应的事件。...
  • Map/Reduce

    513 2020-06-15 《Jug v2.0 Tutorial》
    Map/Reduce Mapping, reducing and all that Jazz Naïve Solution Grouping computations Curried mapping Example Full example source code Map/Reduce Mapping, reducing and al...
  • 函数式编程概述

    3516 2020-05-28 《Kotlin 基础教程》
    函数式编程概述 面向对象编程(OOP)与面向函数编程(FOP) 面向对象编程(OOP) 面向函数编程(FOP) 匀称的数据结构 + 匀称的算法 函数与映射 函数式编程基本特性 组合与范畴 范畴的对象 态射 组合操作符 函数是”第一等公民” 高阶函数(Higher order Function) λ演算 (Lambda calculus ...
  • 类型类

    1048 2018-04-16 《Scala 初学指南》
    类型类 问题 类型类来救援 创建类型类 提供默认成员 运用类型类 上下文绑定 自定义的类型类成员 使用场景 总结 类型类 前两章讨论了几种保持 DRY 和灵活性的函数式编程技术: 函数组合(function composition) 部分函数应用(partial function application) 柯里化(curryin...
  • Instructions

    Instructions Instructions Now that we have the basic infrastructure in place we’ll wrap the raw llvm-hs AST nodes inside a collection of helper functions to push instructions o...
  • Introduction to Ethereum High-Level Languages

    750 2021-02-11 《Mastering Ethereum》
    Introduction to Ethereum High-Level Languages Introduction to Ethereum High-Level Languages The EVM is a virtual machine that runs a special form of code called EVM bytecode, a...
  • 4.2 编译时类型与运行时类型

    1205 2019-03-05 《Kotlin极简教程》
    4.2 编译时类型与运行时类型 4.2.1 弱类型(Weakly checked language)与强类型(Strongly checked language) 4.2.2 静态类型(Statically checked language)与动态类型(Dynamically 4.2.3 显式类型(Explicitly typed language)与隐...
  • 参考文档

    Hana参考文档 Concepts Applicative 说明 最小完全定义 规则 精练 具体模型 结构保留function Variables Variable 文档 Hana参考文档 如用户手册中所述,参考文档按逻辑模块进行了区分. Concepts 由库提供的(约束语义)Concept ...