Functional Programming - 包涵卿
SWIFT ����� �� @HANKBAO ��IM WHAT WHAT Functional programming is a programming paradigm 1. treats computation as the evaluation of mathematical functions 2. avoids changing-state and mutable data collation.sortedArrayFromArray(wrappers, collationStringSelector: Wrapper.selector) FUNCTIONAL ABSTRACTION OPTIONAL enum Optional { case None case Some(T) } OPTIONAL func map(f: flatMap(addAlpha) .flatMap(roundCorner) .flatMap(applyBlur) REFERENCE ▸ Wikipedia ▸ Haskell Wiki ▸ Functional Programming in Swift ▸ objc.io THANKS Q & A 0 码力 | 38 页 | 1.33 MB | 1 年前3Kotlin 1.9.10 官方文档 中文版
thanks to this change. 在 Kotlin/Native 中能够为 iOS 模拟器测试配置独立模 式 By default, when running iOS simulator tests for Kotlin/Native, the --standalone flag is used to avoid manual simulator booting and shutdown Android and common tests The new Android source set layout changes the relation between Android- instrumented tests (renamed to androidInstrumentedTest in the new layout) and common tests. Previously, corresponding actual implementations in androidAndroidTest . Tests declared in commonTest were also running as Android instrumented tests. In the new Android source set layout, the dependsOn relation0 码力 | 3753 页 | 29.69 MB | 1 年前3Kotlin 官方文档中文版 v1.9
thanks to this change. 在 Kotlin/Native 中能够为 iOS 模拟器测试配置独立模式 By default, when running iOS simulator tests for Kotlin/Native, the --standalone flag is used to avoid manual simulator booting and shutdown Android and common tests The new Android source set layout changes the relation between Android-instrumented tests (renamed to androidInstrumentedTest in the new layout) and common tests. Previously, there corresponding actual implementations in androidAndroidTest . Tests declared in commonTest were also running as Android instrumented tests. In the new Android source set layout, the dependsOn relation0 码力 | 2049 页 | 45.06 MB | 1 年前3Julia 中文文档
step to the package. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1051 Adding tests to the package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1051 Compatibility b) = +(promote(a, b)...) # 一旦元素有了相同类型,它们就可以相加。 # 例如,通过处理器暴露出的原始运算。 +(a::Float64, b::Float64) = Core.add(a, b) 基于 Trait 的分派 对于上面的可迭代分派的一个自然扩展是给方法选择加一个内涵层,这个层允许按照那些与类型层 级定义的集合相独立的类型的集合来分派。我们可以通过写出问题中的类型的一个 methods go here function myfilter(A, kernel, ::NoPad) # Here's the "real" implementation of the core computation end NoPad 被置于与其他 padding 类型一致的参数位置上,这保持了分派层级的良好组织,同时降低了歧 义的可能性。而且,它扩展了「公开」的 myfilter0 码力 | 1238 页 | 4.59 MB | 1 年前3Comprehensive Rust(简体中文) 202412
covered in detail later in the course. An expression can be ”boxed” with Box::new as seen in the tests. To evaluate a boxed expression, use the deref operator (*) to ”unbox” it: eval(*boxed_expr). Some the same String type. In fact, Rust contains several layers of the Standard Library: core, alloc and std. • core includes the most basic types and functions that don't depend on libc, allocator or even even the presence of an operating system. • alloc 包括需要全局堆分配器的类型,例如 Vec、Box 和 Arc。 • 嵌入式 Rust 应用通常只使用 core,偶尔会使用 alloc。 16.2 文档 Rust comes with extensive documentation. For example: • All of the details0 码力 | 359 页 | 1.33 MB | 10 月前3Apache ShardingSphere v5.5.0 document
1.5 Related References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 8.1.6 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 Table . . . . 6 Related references . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 8.2.7 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 XA Protocol . 3.5 Related References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 8.3.6 Core Concept . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 Primary database0 码力 | 602 页 | 3.85 MB | 1 年前3httpd 2.4.25 中文文档
mod_authn_alias in previous versions (i.e., the AuthnProviderAlias directive) has been moved into mod_authn_core. The RewriteLog and RewriteLogLevel directives have been removed. This functionality is now provided AddOutputFilterByType has moved from the core to mod_filter, which must be loaded. Errors serving requests: configuration error: couldn't check user: /path - load module mod_authn_core. .htaccess files aren't being of the Apache HTTP Server. For new features since version 2.0, see the 2.2 new features document. Core Enhancements Run-time Loadable MPMs Multiple MPMs can now be built as loadable modules at compile0 码力 | 2573 页 | 2.12 MB | 1 年前3httpd 2.4.23 中文文档
mod_authn_alias in previous versions (i.e., the AuthnProviderAlias directive) has been moved into mod_authn_core. The RewriteLog and RewriteLogLevel directives have been removed. This functionality is now provided AddOutputFilterByType has moved from the core to mod_filter, which must be loaded. Errors serving requests: configuration error: couldn't check user: /path - load module mod_authn_core. .htaccess files aren't being of the Apache HTTP Server. For new features since version 2.0, see the 2.2 new features document. Core Enhancements Run-time Loadable MPMs Multiple MPMs can now be built as loadable modules at compile0 码力 | 2559 页 | 2.11 MB | 1 年前3httpd 2.4.20 中文文档
mod_authn_alias in previous versions (i.e., the AuthnProviderAlias directive) has been moved into mod_authn_core. The RewriteLog and RewriteLogLevel directives have been removed. This functionality is now provided AddOutputFilterByType has moved from the core to mod_filter, which must be loaded. Errors serving requests: configuration error: couldn't check user: /path - load module mod_authn_core. .htaccess files aren't being of the Apache HTTP Server. For new features since version 2.0, see the 2.2 new features document. Core Enhancements Run-time Loadable MPMs Multiple MPMs can now be built as loadable modules at compile0 码力 | 2533 页 | 2.09 MB | 1 年前3httpd 2.4.18 中文文档
mod_authn_alias in previous versions (i.e., the AuthnProviderAlias directive) has been moved into mod_authn_core. The RewriteLog and RewriteLogLevel directives have been removed. This functionality is now provided AddOutputFilterByType has moved from the core to mod_filter, which must be loaded. Errors serving requests: configuration error: couldn't check user: /path - load module mod_authn_core. .htaccess files aren't being of the Apache HTTP Server. For new features since version 2.0, see the 2.2 new features document. Core Enhancements Run-time Loadable MPMs Multiple MPMs can now be built as loadable modules at compile0 码力 | 2467 页 | 1.89 MB | 1 年前3
共 521 条
- 1
- 2
- 3
- 4
- 5
- 6
- 53