积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(818)综合其他(344)Java(315)Weblate(302)Spring(260)Python(227)云计算&大数据(99)数据库(90)Julia(87)VirtualBox(58)

语言

全部英语(1145)中文(简体)(219)中文(繁体)(34)日语(3)韩语(3)中文(简体)(2)西班牙语(1)法语(1)葡萄牙语(1)

格式

全部PDF文档 PDF(1031)其他文档 其他(316)TXT文档 TXT(67)PPT文档 PPT(3)
 
本次搜索耗时 0.102 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 综合其他
  • Java
  • Weblate
  • Spring
  • Python
  • 云计算&大数据
  • 数据库
  • Julia
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • 中文(简体)
  • 西班牙语
  • 法语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 From Eager Futures/Promises to Lazy Continuations: Evolving an Actor Library Based on Lessons Learned

    From Eager Futures/Promises to Lazy Continuations Evolving an Actor Library Based on Lessons Learned from Large-Scale Deployments Benjamin Hindman @benh CppCon 2021prologue ● past life at UC Continuation{std::move(url), std::move(body), std::move(k)}; }lazy continuations auto k = http::Post(url, body, /* k' */); ● resulting type is the “computational graph”lazy continuations auto k = http::Post(url, body body, /* k' */); k.Start(); ● resulting type is the “computational graph” ● the graph is lazy, i.e., nothing has started when we get it (tradeoff for dynamic allocation) and must be explicitly startedlazy
    0 码力 | 264 页 | 588.96 KB | 5 月前
    3
  • pdf文档 Applicative: The Forgotten Functional Pattern

    }; return fmap(l, f, b); } 51A FUNDAMENTAL ISSUE A FUNDAMENTAL ISSUE Haskell is lazy by default. Haskell is lazy by default. C++ is not. C++ is not. To get around this and still be declarative, To 52TAKE 2.5 TAKE 2.5 return fmap(l, lazy_call(foo, i), lazy_call(bar, i)); template auto lazy_call(F &&f, Args &&...args) { return lazy{[&] { return std::invoke(std::forward(f) d(f), std::forward(args)...); }}; } 53TAKE 2.5 TAKE 2.5 template struct lazy { F f{}; std::invoke_result_t opt{}; constexpr explicit(true) operator bool() { opt
    0 码力 | 141 页 | 11.33 MB | 5 月前
    3
  • epub文档 Django 3.0.x Documentation

    handling Models Templates Files Form submission django.urls utility functions reverse() reverse_lazy() resolve() get_script_prefix() django.urls functions for use in URLconfs path() re_path() include() future. The initial QuerySet (q1) is unaffected by the refinement process. QuerySets are lazy QuerySets are lazy – the act of creating a QuerySet doesn’t involve any database activity. You can stack filters QuerySet evaluation To avoid performance problems, it is important to understand: that QuerySets are lazy. when they are evaluated. how the data is held in memory. Understand cached attributes As well
    0 码力 | 3085 页 | 2.95 MB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 0.11

    To achieve this, Idris provides a Lazy data type, which allows evaluation to be suspended: data Lazy : Type -> Type where Delay : (val : a) -> Lazy a Force : Lazy a -> a 14 Chapter 3. Types and Functions 0.10.3 A value of type Lazy a is unevaluated until it is forced by Force. The Idris type checker knows about the Lazy type, and inserts conversions where necessary between Lazy a and a, and vice versa write ifThenElse as follows, without any explicit use of Force or Delay: ifThenElse : Bool -> Lazy a -> Lazy a -> a; ifThenElse True t e = t; ifThenElse False t e = e; 3.8 Useful Data Types Idris includes
    0 码力 | 71 页 | 314.20 KB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 0.9.20.1

    this, Idris provides a Lazy data type, which allows evaluation to be suspended: data Lazy : Type -> Type where Delay : (val : a) -> Lazy a Force : Lazy a -> a A value of type Lazy a is unevaluated until until it is forced by Force. The Idris type checker knows about the Lazy type, and inserts conversions where necessary between Lazy a and a, and vice versa. We can therefore write ifThenElse as follows, without any explicit use of Force or Delay: ifThenElse : Bool -> Lazy a -> Lazy a -> a; ifThenElse True t e = t; ifThenElse False t e = e; 3.8 Useful Data Types Idris includes a number of useful data
    0 码力 | 71 页 | 316.18 KB | 1 年前
    3
  • pdf文档 Thinking Functionally In C++

    ingredient.add(Mash(banana)); return ingredient; }); }Lazy Evaluation Part 4:Lazy Evaluation Delay actions or calculations until they are needed class Data { public: if(SomeCondition(maybeNeededData.GetType())) { return; } UseData(maybeNeededData.GetBuffer()); }Lazy Evaluation: Allocation Delay actions or calculations until they are needed class Data { public: if(SomeCondition(maybeNeededData.GetType())) { return; } UseData(maybeNeededData.GetBuffer()); }Lazy Evaluation: Fetch data lazily std::vector Map::GetCitiesInBoundary(LatLonBounds boundary)
    0 码力 | 114 页 | 3.14 MB | 5 月前
    3
  • pdf文档 The Idris Tutorial Version 0.9.18

    this, Idris provides a Lazy data type, which allows evaluation to be suspended: data Lazy : Type -> Type where Delay : (val : a) -> Lazy a Force : Lazy a -> a A value of type Lazy a is unevaluated until until it is forced by Force. The Idris type checker knows about the Lazy type, and inserts conversions where necessary between Lazy a and a, and vice versa. We can therefore write ifThenElse as follows, without any explicit use of Force or Delay: ifThenElse : Bool -> Lazy a -> Lazy a -> a; ifThenElse True t e = t; ifThenElse False t e = e; 3.8 Useful Data Types Idris includes a number of useful data
    0 码力 | 69 页 | 316.20 KB | 1 年前
    3
  • text文档 Spring Framework 2.5.6 Changelog

    multiple specified object names * added "allowEagerInit" property to MBeanExporter, for autodetecting lazy-init beans and FactoryBean-produced objects * added "environment" property to MBeanClientInterceptor fail with a descriptive exception if incompatible * Portlet AbstractCommandController falls back to lazy command creation if session timed out after action phase * ByteArray/StringMultipartFileEditor do null on shutdown, allowing for smooth reinitialization * DefaultMessageListenerContainer performs lazy setup in case of any connection exception (also JNDI lookup failure) * DefaultMessageListenerContainer
    0 码力 | 106 页 | 302.13 KB | 1 年前
    3
  • text文档 Spring Framework 2.5.6 Changelog

    multiple specified object names * added "allowEagerInit" property to MBeanExporter, for autodetecting lazy-init beans and FactoryBean-produced objects * added "environment" property to MBeanClientInterceptor fail with a descriptive exception if incompatible * Portlet AbstractCommandController falls back to lazy command creation if session timed out after action phase * ByteArray/StringMultipartFileEditor do null on shutdown, allowing for smooth reinitialization * DefaultMessageListenerContainer performs lazy setup in case of any connection exception (also JNDI lookup failure) * DefaultMessageListenerContainer
    0 码力 | 106 页 | 305.07 KB | 1 年前
    3
  • text文档 Spring Framework 2.5.5 Changelog

    null on shutdown, allowing for smooth reinitialization * DefaultMessageListenerContainer performs lazy setup in case of any connection exception (also JNDI lookup failure) * DefaultMessageListenerContainer page compatibility) * HandlerMethodInvoker does not eagerly copy entire model Map in order to avoid lazy initialization of attribute values * Servlet AnnotationMethodHandlerAdapter throws ambiguity exception qualifiers and primary flag in equals comparison * AbstractAutowireCapableBeanFactory's handling of lazy-init singletons is thread- safe again * AbstractAutowireCapableBeanFactory only invokes "predictBeanType"
    0 码力 | 101 页 | 291.00 KB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
FromEagerFuturesPromisestoLazyContinuationsEvolvinganActorLibraryBasedonLessonsLearnedfromLargeScaleDeploymentsApplicativeTheForgottenFunctionalPatternDjango3.0DocumentationIdrisTutorialVersion0.110.920.1ThinkingFunctionallyInC++18SpringFramework2.5Changelog
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩