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

无数据

分类

全部后端开发(127)Python(52)C++(48)云计算&大数据(19)Julia(18)Conda(14)VirtualBox(11)数据库(10)Django(9)TiDB(9)

语言

全部英语(133)中文(简体)(19)中文(繁体)(11)韩语(1)zh(1)英语(1)

格式

全部PDF文档 PDF(153)其他文档 其他(6)DOC文档 DOC(4)PPT文档 PPT(4)
 
本次搜索耗时 0.083 秒,为您找到相关结果约 167 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • 云计算&大数据
  • Julia
  • Conda
  • VirtualBox
  • 数据库
  • Django
  • TiDB
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 韩语
  • zh
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • 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
    0 码力 | 187 页 | 13.25 MB | 6 月前
    3
  • pdf文档 Applicative: The Forgotten Functional Pattern

    into �rst and rest 90.1CARTESIAN PRODUCT FOR TUPLES CARTESIAN PRODUCT FOR TUPLES Sketch of a recursive algorithm: Sketch of a recursive algorithm: 1. Split the given tuples into �rst and rest 2. Let C be product of the rest 90.2CARTESIAN PRODUCT FOR TUPLES CARTESIAN PRODUCT FOR TUPLES Sketch of a recursive algorithm: Sketch of a recursive algorithm: 1. Split the given tuples into �rst and rest 2. Let C be be the cartesian product of the rest 3. For each element in the �rst tuple, prepend it to each tuple in C 90.3CARTESIAN PRODUCT FOR TUPLES CARTESIAN PRODUCT FOR TUPLES Sketch of a recursive algorithm:
    0 码力 | 141 页 | 11.33 MB | 6 月前
    3
  • pdf文档 Coping With Other People's Code

    crafsman house old-growth cedar siding Adobe 14my crafsman house abate what you can, encapsulate the rest Adobe 15post-conference re-entry letdown Adobe 16post-conference re-entry Coping with Other People's at the end of the workday" Adobe 78exhaustion rest is existentially important Adobe 79exhaustion use social capital & modeling to protect your rest time Adobe 80exhaustion mind the power dynamics kindness and precision. be gloriously and unapologetically af. remove what you can, encapsulate the rest. Adobe 137takeaways look over a shoulder. orient yourself and navigate. chainsaw with kindness
    0 码力 | 128 页 | 9.17 MB | 6 月前
    3
  • pdf文档 廖雪峰JavaScript教程

    来获取所有参数: 1. function foo(a, b) { 2. var i, rest = []; 3. if (arguments.length > 2) { 4. for (i = 2; irest.push(arguments[i]); 6. } 7. console.log(rest); 11. } 为了获取除了已定义参数 a 、 b 之外的参数,我们不得不用 arguments ,并且循环要从索 引 2 开始以便排除前两个参数,这种写法很别扭,只是为了获得额外的 rest 参数,有没有更好的 方法? ES6标准引入了rest参数,上面的函数可以改写为: 1. function foo(a, b, ...rest) { 2. console.log('a = ' + a); 3. console.log('b = ' + b); 4. console.log(rest); 5. } 6. 7. foo(1, 2, 3, 4, 5); 8. // 结果: 9. // a = 1 10. // b = 2 11. // Array [ 3, 4, 5 ] 12. 13. foo(1);
    0 码力 | 264 页 | 2.81 MB | 10 月前
    3
  • epub文档 Django CMS 3.11.10 Documentation

    rather than using the django CMS quistart project, see Installing django CMS and then follow the rest of the tutorials. Either way, you’ll be able to find support and help from the numerous friendly members production 3.11, 4.2 djangocms- rest djangocms-rest enables frontend projects to consume django CMS content through a browseable read-only, REST/JSON API. It is based on the django rest framework (DRF). beta 4 mode you will need an application that serves the content from the CMS via an API, such as djangocms-rest. To run django CMS in headless mode, you simply remove the catch-all URL pattern from your projects’
    0 码力 | 493 页 | 1.44 MB | 6 月前
    0.03
  • pdf文档 Expressive Compile-time Parsers

    templaterest> struct make_string<0, rest...>: string<> {}; templaterest> struct make_stringrest...>: concatrest...>> {};Time
    0 码力 | 134 页 | 1.73 MB | 6 月前
    3
  • pdf文档 Trends Artificial Intelligence

    Monetization Threats = Rising Competition + Open-Source Momentum + China’s Rise 5.1 China vs. USA vs. Rest of World Industrial Robots Installed Note: Data as of 2023. Source: International Federation of Robotics 2022 2024 Revenue (Blue) & Compute Expense (Red) +$3.7B -$5B Details on Page 173 2023 China Rest of World (excl. China & USA) USA 2014 20236 …Charts Paint Thousands of Words AI & Physical World Significantly Faster vs. Internet 1995281 AI Large Language Model (LLM) Leadership = USA & China Outpacing Rest of World (RoW), per Epoch AI *Hong Kong is a Special Administrative Region (SAR) of China, not an
    0 码力 | 340 页 | 12.14 MB | 4 月前
    3
  • pdf文档 Pipes: How Plumbing Can Make Your C++ Code More Expressive

    | ranges::view::transform([](int i){ return i * 2; });19 push_back results OUTLINE OF THE REST OF THE TALK What gets in a pipeline ranges STL algorithms Multiple inputs The pipes Inside a pipes::push_back(values))); entries >>= getKeys(keys);30 push_back results OUTLINE OF THE REST OF THE TALK What gets in a pipeline ranges STL algorithms Multiple inputs The pipes Inside a pipes::intersperse("\n") >>= pipes::to_out_stream(std::cout);50 push_back results OUTLINE OF THE REST OF THE TALK What gets in a pipeline ranges STL algorithms Multiple inputs The pipes Inside a
    0 码力 | 61 页 | 9.52 MB | 6 月前
    3
  • pdf文档 36-云原生监控体系建设-秦晓辉

    json 就是 kube-proxy 的大盘文件 • up 关注 kube-proxy 的存活性,应该和 node 节点的数量相等 • rest_client_request_duration_seconds 针对 apiserver 的请求延迟的指标 • rest_client_requests_total 针对 apiserver 的请求量的指标 • kubeproxy_sync_proxy_r controller-manager出问题的概率相对较小,进程层面没 问题大概率就没问题 • 采集方式可以参考 categraf 仓库的 k8s/deployment.yaml,大盘可以参考 k8s/cm- dash.json • rest_client_request_duration_seconds 请求 apiserver 的耗时分布,histogram类型,按 照 url + verb 统计 • workqueue_adds_total 适的node上,会有一系列的规则计算和筛选。重点关注调 度这个动作的相关指标 • 采集方式可以参考 categraf 仓库的 k8s/deployment.yaml,大盘可以参考 k8s/scheduler- dash.json • rest_client_request_duration_seconds 请求 apiserver 的耗时分布,histogram类型,按照 url + verb 统计 • scheduler_frame
    0 码力 | 32 页 | 3.27 MB | 6 月前
    3
  • pdf文档 julia 1.10.10

    a 1 julia> b Base.Iterators.Rest{Base.Generator{UnitRange{Int64}, typeof(abs2)}, Int64}(Base.Generator{UnitRange{Int64}, typeof(abs2)}(abs2, 1:4), 1) �→ See Base.rest for details on the precise handling U+0021 (category Po: Punctuation, other) This is implemented in terms of the function Base.split_rest. Note that for variadic function definitions, slurping is still only allowed in final position. This computation. This lets the compiler specialize and inline the conversion logic independent from the rest of the body of the larger kernel. This is a common pattern seen when converting from a larger class
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
共 167 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 17
前往
页
相关搜索词
CustomViewsfortheRestofUsApplicativeTheForgottenFunctionalPatternCopingWithOtherPeopleCode雪峰JavaScript教程httpsdocsdjangocmsorgdownloadsenlatestDocumentationExpressiveCompiletimeParsersTrendsArtificialIntelligencePipesHowPlumbingCanMakeYourC++More36原生监控体系建设秦晓辉julia1.1010
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩