积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(164)综合其他(121)云计算&大数据(107)Weblate(90)系统运维(62)数据库(47)OpenShift(44)区块链(44)Linux(34)前端开发(20)

语言

全部中文(简体)(521)

格式

全部PDF文档 PDF(407)其他文档 其他(104)PPT文档 PPT(8)DOC文档 DOC(2)
 
本次搜索耗时 0.280 秒,为您找到相关结果约 521 个.
  • 全部
  • 后端开发
  • 综合其他
  • 云计算&大数据
  • Weblate
  • 系统运维
  • 数据库
  • OpenShift
  • 区块链
  • Linux
  • 前端开发
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 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 年前
    3
  • epub文档 Kotlin 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 relation
    0 码力 | 3753 页 | 29.69 MB | 1 年前
    3
  • pdf文档 Kotlin 官方文档中文版 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 relation
    0 码力 | 2049 页 | 45.06 MB | 1 年前
    3
  • pdf文档 Julia 中文文档

    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 类型一致的参数位置上,这保持了分派层级的良好组织,同时降低了歧 义的可能性。而且,它扩展了「公开」的 myfilter
    0 码力 | 1238 页 | 4.59 MB | 1 年前
    3
  • pdf文档 Comprehensive 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 details
    0 码力 | 359 页 | 1.33 MB | 10 月前
    3
  • pdf文档 Apache 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 database
    0 码力 | 602 页 | 3.85 MB | 1 年前
    3
  • chm文档 httpd 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 compile
    0 码力 | 2573 页 | 2.12 MB | 1 年前
    3
  • chm文档 httpd 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 compile
    0 码力 | 2559 页 | 2.11 MB | 1 年前
    3
  • chm文档 httpd 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 compile
    0 码力 | 2533 页 | 2.09 MB | 1 年前
    3
  • chm文档 httpd 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 compile
    0 码力 | 2467 页 | 1.89 MB | 1 年前
    3
共 521 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 53
前往
页
相关搜索词
onFunctionalProgramming包涵Kotlin1.910官方文档中文文版中文版JuliaComprehensiveRust简体简体中文202412ApacheShardingSpherev55.0documenthttpd2.425232018
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩