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

无数据

分类

全部后端开发(231)C++(134)Python(55)云计算&大数据(22)Julia(18)Conda(16)Django(13)数据库(12)TiDB(12)VirtualBox(11)

语言

全部英语(246)中文(简体)(20)中文(繁体)(11)英语(2)西班牙语(1)日语(1)韩语(1)葡萄牙语(1)zh(1)

格式

全部PDF文档 PDF(260)其他文档 其他(11)PPT文档 PPT(7)DOC文档 DOC(6)TXT文档 TXT(1)
 
本次搜索耗时 0.051 秒,为您找到相关结果约 285 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • 云计算&大数据
  • Julia
  • Conda
  • Django
  • 数据库
  • TiDB
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 西班牙语
  • 日语
  • 韩语
  • 葡萄牙语
  • zh
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Custom Views for the Rest of Us

    1Custom Views for the Rest of Us — Jacob Rice jacob.rice.cpp@gmail.com 2🎉🎆🎊 using namespace std::views; for (int i : iota(2) | filter(even) | transform(square)) std::cout << i << ' '; 1 AlgorithmThatSwaps(T& t1, T& t2) 2 { 3 // Algorithm stuff... 4 5 // More algorithm 6 } 7 Calls the custom version, if it exists (same for begin and end): 78std::ranges::iter_swap std::ranges::iter_move (P2387) New type: std::ranges::range_adaptor_closure. Ensure all closure objects inherit from this. Custom closure objects can then use it, too. 120namespace detail { template concept can_cons
    0 码力 | 187 页 | 13.25 MB | 6 月前
    3
  • pdf文档 MuPDF 1.24.0 Documentation

    for example: • an exception stack (see error handling below), • a memory allocator (allowing for custom allocators) • a resource store (for caching of images, fonts, etc.) • a set of locks and (un-)locking a single thread at a time.” MuPDF needs to protect against unsafe access to certain structures/resources/libraries from multiple threads. It does this by using the user supplied locking functions. This subsequent contexts, the user should not call fz_new_context again (as this will fail to share important resources such as the store and glyph cache), but should rather call fz_clone_context. Each of these cloned
    0 码力 | 249 页 | 830.15 KB | 8 月前
    3
  • pdf文档 The Roles of Symmetry And Orthogonality In Design

    “Knowing” • Examples: • System-specific adapters may require custom handling • Exceptional events may require special processing • Custom or adaptive behavior may invoke novel execution paths Guarantee “Knowing” • Examples: • System-specific adapters may require custom handling • Exceptional events may require special processing • Custom or adaptive behavior may invoke novel execution paths • Examples: Examples: • Prefer generalized solution, but plugin API allows for custom processing (such as hardware offloading) • Prefer default configuration, but permit users to bypass or disable specific subsystems
    0 码力 | 151 页 | 3.20 MB | 6 月前
    3
  • pdf文档 MuPDF 1.23.0 Documentation

    for example: • an exception stack (see error handling below), • a memory allocator (allowing for custom allocators) • a resource store (for caching of images, fonts, etc.) • a set of locks and (un-)locking a single thread at a time.” MuPDF needs to protect against unsafe access to certain structures/resources/libraries from multiple threads. It does this by using the user supplied locking functions. This subsequent contexts, the user should not call fz_new_context again (as this will fail to share important resources such as the store and glyph cache), but should rather call fz_clone_context. Each of these cloned
    0 码力 | 245 页 | 817.74 KB | 8 月前
    3
  • pdf文档 Best practices for building Kubernetes Operators

    linksControllers, Operators? What are those?CRDsCRDs ● New RESTful resource path per CRD version ● CRDs/Resources are CRUD ● CR can be namespaced or cluster-scoped ● CRDs are cluster-scoped ● Deleting a namespace ● Concept was introduced in 2016 by the CoreOS ● Operators are software extensions that use custom resources to manage applications and their components ● Using Operators enables us to view an application comparison to validating webhooks ● Allows to compare values/sets/objects from the whole manifest ● Custom error messages https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/28
    0 码力 | 36 页 | 2.19 MB | 6 月前
    3
  • pdf文档 MuPDF 1.22.0 Documentation

    for example: • an exception stack (see error handling below), • a memory allocator (allowing for custom allocators) • a resource store (for caching of images, fonts, etc.) • a set of locks and (un-)locking a single thread at a time.” MuPDF needs to protect against unsafe access to certain structures/resources/libraries from multiple threads. It does this by using the user supplied locking functions. This subsequent contexts, the user should not call fz_new_context again (as this will fail to share important resources such as the store and glyph cache), but should rather call fz_clone_context. Each of these cloned
    0 码力 | 175 页 | 698.87 KB | 8 月前
    3
  • pdf文档 Godot Game Development for Beginners

    Zenva Pty Ltd 2020. All rights reserved Before diving into this eBook, why not check out some resources that will supercharge your coding skills: Unlimited access to EVERY course on our platform rights reserved To create a new scene, we can go Scene > New Scene. In the scene panel, select Custom Node. This will open a window and we want to create the KinematicBody2D node. Rename in the main scene. Creating a Tile Let's now create a new scene (Scene > New Scene), select Custom Node and search for the StaticBody2D node. This is a physics node which is static so it doesn't
    0 码力 | 199 页 | 12.53 MB | 10 月前
    3
  • pdf文档 MuPDF 1.25.0 Documentation

    for example: • an exception stack (see error handling below), • a memory allocator (allowing for custom allocators) • a resource store (for caching of images, fonts, etc.) • a set of locks and (un-)locking a single thread at a time.” MuPDF needs to protect against unsafe access to certain structures/resources/libraries from multiple threads. It does this by using the user supplied locking functions. This subsequent contexts, the user should not call fz_new_context again (as this will fail to share important resources such as the store and glyph cache), but should rather call fz_clone_context. Each of these cloned
    0 码力 | 259 页 | 1.11 MB | 8 月前
    3
  • pdf文档 Tornado 6.5 Documentation

    current user. • set_default_headers - may be used to set additional headers on the response (such as a custom Server header). Error Handling If a handler raises an exception, Tornado will call RequestHandler and a one-line description of the error (e.g. “500: Internal Server Error”) otherwise. To produce a custom error page, override RequestHandler.write_error (probably in a base class shared by all your handlers) %} {% end %} and entry.html: {% module Entry(entry, show_comments=True) %} Modules can include custom CSS and JavaScript functions by overriding the embedded_css, embedded_javascript, javascript_files
    0 码力 | 272 页 | 1.12 MB | 3 月前
    3
  • pdf文档 Operator Pattern 用 Go 扩展 Kubernetes 的最佳实践

    Operand or configures off- cluster resources • Operator waits for managed resources to reach a healthy state • Operator conveys readiness of application or managed resources to the user leveraging the status status block of the Custom Resource Configuration of the workload • Operator provides configuration via the spec section of the Custom Resource • Operator reconciles configuration and updates to it it with the status of the managed resources Upgrade of the managed workload • Operand can be upgraded in the process of upgrading the Operator, or • Operand can be upgraded as part of changing the CR
    0 码力 | 21 页 | 3.06 MB | 9 月前
    3
共 285 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 29
前往
页
相关搜索词
CustomViewsfortheRestofUsMuPDF1.24DocumentationTheRolesSymmetryAndOrthogonalityInDesign1.23BestpracticesbuildingKubernetesOperators1.22GodotGameDevelopmentBeginners1.25Tornado6.5OperatorPatternGo扩展最佳实践
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩