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

无数据

分类

全部后端开发(299)Julia(87)C++(64)Conan(53)Python(51)PHP(46)数据库(41)Falcon(40)数据库工具(35)phpMyAdmin(35)

语言

全部英语(354)中文(繁体)(10)中文(简体)(5)日语(1)韩语(1)

格式

全部PDF文档 PDF(280)其他文档 其他(91)
 
本次搜索耗时 0.045 秒,为您找到相关结果约 371 个.
  • 全部
  • 后端开发
  • Julia
  • C++
  • Conan
  • Python
  • PHP
  • 数据库
  • Falcon
  • 数据库工具
  • phpMyAdmin
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 日语
  • 韩语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Composing Ancient Mathematical Knowledge Into Powerful Bit-fiddling

    Composing Ancient Mathematical Knowledge Into Powerful Bit-fiddling techniques Jamie Pond -- CppCon 2024TLDW; New insights from Ancient Egyptian Multiplication gives us the freedom of synthesising
    0 码力 | 73 页 | 947.99 KB | 5 月前
    3
  • pdf文档 Back To Basics: Functional Programming in C++

    programming by composing functions. Jonathan Müller — @foonathan Back to Basics: Functional Programming in C++ CppCon 2024-09-19 4Functional Programming Definition Declarative programming by composing functions Programming in C++ CppCon 2024-09-19 4Functional Programming Definition Declarative programming by composing functions. fac :: Int -> Int fac 0 = 1 fac n = n * fac (n - 1) sort :: [Int] -> [Int] sort in C++ CppCon 2024-09-19 6Functional programming in C++ Definition Declarative programming by composing functions. Jonathan Müller — @foonathan Back to Basics: Functional Programming in C++ CppCon 2024-09-19
    0 码力 | 178 页 | 918.67 KB | 5 月前
    3
  • pdf文档 COMPOSABLE C++

    to is to int int as as optional optional is to is to collection collectionCOMPOSING COMPOSING optional optional optional optional can compose in the same way as can compose in the same if (x.has_value() and y.has_value()) { return combine(*x, *y); } return {}; }COMPOSING COMPOSING vector vector optional optional is like is like bool bool: we get presence or absence.
    0 码力 | 124 页 | 8.28 MB | 5 月前
    3
  • pdf文档 Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code

    concept of returning a type that can either contain an expected value or an unexpected value and composing operations depending on that value Monadic Error Handling std::expected concept of returning a type that can either contain an expected value or an unexpected value and composing operations depending on that value ● divide returns a monadic type, which either contains an concept of returning a type that can either contain an expected value or an unexpected value and composing operations depending on that value ● divide returns a monadic type, which either contains an
    0 码力 | 200 页 | 1.77 MB | 5 月前
    3
  • pdf文档 Measuring Woody: The Size of Debian 3.0

    lines of code of the release. The final result of this step is the list of packages (and the files composing them) that we consider for analyzing the size of a Debian release. This list is done by hand (with simple scripts) for each release. 3.2 Downloading and collecting data Once the packages and files composing Debian 3.0 are determined, they are downloaded from some server of the net of Debian mirrors. Some process, which (for each package) consists of the following phases: • Downloading of the files composing the package • Extraction of the source directory corresponding to the upstream package (by untaring
    0 码力 | 15 页 | 111.82 KB | 1 年前
    3
  • epub文档 Falcon v1.0.0 Documentation

    the framework more efficient because it does not have to do any kind of conversion or lookup when composing the WSGI response. If not set explicitly, the status defaults to ‘200 OK’. Note Falcon provides has_representation bool – Read-only property that determines whether error details will be serialized when composing the HTTP response. In HTTPError this property always returns True, but child classes may override include a WWW- Authenticate header field containing at least one challenge. The performance of composing the response body was improved. As part of this work, the Response.body_encoded attribute was removed
    0 码力 | 249 页 | 406.22 KB | 1 年前
    3
  • epub文档 Falcon v0.2.0 Documentation

    the framework more efficient because it does not have to do any kind of conversion or lookup when composing the WSGI response. If not set explicitly, the status defaults to ‘200 OK’. Note Falcon provides has_representation bool – Read-only property that determines whether error details will be serialized when composing the HTTP response. In HTTPError this property always returns True, but child classes may override more efficient because it does not have to do any kind of conversion or lookup when composing the WSGI response. If not set explicitly, the status defaults to '200 OK'
    0 码力 | 188 页 | 358.44 KB | 1 年前
    3
  • pdf文档 THE NETWORKINGTS FROM SCRATCH: IO Objects

    “standalone” Asio & Boost.Asio (P0958) 2async_wait_then_write 3Composed Asynchronous Operations Composing asynchronous operations enables the layered construction of operations whose power increases with 5Asynchronous Operations Asynchronous operations are “atomic” pieces of asynchronous functionality Composing asynchronous operations presupposes asynchronous operations to compose Guarantees of composed
    0 码力 | 35 页 | 900.82 KB | 5 月前
    3
  • epub文档 Falcon v0.3.0.1 Documentation

    the framework more efficient because it does not have to do any kind of conversion or lookup when composing the WSGI response. If not set explicitly, the status defaults to ‘200 OK’. Note Falcon provides has_representation bool Read-only property that determines whether error details will be serialized when composing the HTTP response. In HTTPError this property always returns True, but child classes may override (bool): Read-only property that determines whether error details will be serialized when composing the HTTP response. In ``HTTPError`` this property always returns ``True``
    0 码力 | 126 页 | 345.09 KB | 1 年前
    3
  • pdf文档 Spring Framwork Core Technologies v5.3.36 SNAPSHOT

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 Composing XML-based Configuration Metadata. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Information About How Java-based Configuration Works Internally . . . . . . . . . . . . 165 1.12.5. Composing Java-based Configurations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . collaborating objects. For details of configuring an object’s dependencies, see Dependencies. Composing XML-based Configuration Metadata It can be useful to have bean definitions span multiple XML files
    0 码力 | 485 页 | 6.31 MB | 1 年前
    3
共 371 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 38
前往
页
相关搜索词
ComposingAncientMathematicalKnowledgeIntoPowerfulBitfiddlingBackToBasicsFunctionalProgramminginC++COMPOSABLELeveragingApproachforMoreTestableandMaintainableROSCodeMeasuringWoodyTheSizeofDebian3.0Falconv10.0Documentationv02.0THENETWORKINGTSFROMSCRATCHIOObjectsSpringFramworkCoreTechnologiesv53.36SNAPSHOT
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩