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

无数据

分类

全部后端开发(88)云计算&大数据(44)Python(39)Service Mesh(23)系统运维(19)Julia(18)存储(17)综合其他(10)C++(9)人工智能(9)

语言

全部中文(简体)(110)英语(37)中文(繁体)(24)中文(简体)(2)西班牙语(1)日语(1)zh(1)

格式

全部PDF文档 PDF(176)
 
本次搜索耗时 0.012 秒,为您找到相关结果约 176 个.
  • 全部
  • 后端开发
  • 云计算&大数据
  • Python
  • Service Mesh
  • 系统运维
  • Julia
  • 存储
  • 综合其他
  • C++
  • 人工智能
  • 全部
  • 中文(简体)
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 西班牙语
  • 日语
  • zh
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Service Mesh Meetup #3 深圳站

    • 4. MR 触发 Jenkins,Jenkins/Drone 触发 Sonar 代码质量检测系统; • 5. Sonar 将 report 和 issue 以 comments 的方式写到 Gitlab MR 中; • 6. Developer 对 MR 进行反复修复直至通过 Sonar 的分析; • 7. Reviewer 对 MR 进行 code review ,批准合并之后,feature/new_branch 查看 Docker 服务所占用的CPU和内存开销DroneDrone • 一款使用 Go 开发,基于容器技术的 CI/CD 系统,能够单独部署,支持几乎所有的 Git 平台(Github,Gitlab,Bitbucket,Gogs,Gitea 等)。 • 它的特点: • 一个 .drone.yml 搞定(简单) • 原生 Docker 支持: 任何步骤都是在 Docker 内执行的(环境隔离) 支持Cache(vendor,node_modules):方便下次更快执行 • 支持触发其他CI服务: • Jenkins(plugins/drone-jenkins) • Gitlab-CI(plugins/drone-gitlab-ci) • Drone(plugins/drone-downstream) • 支持自定义插件(你可以自己实现自己所需的插件) • 本机测试 .drone.yml :
    0 码力 | 45 页 | 18.62 MB | 5 月前
    3
  • pdf文档 开课吧基于混合云的Kubernetes平台落地实践-程亮

    标准的CICD流程 Developer LOCAL DEV Jenkins 构建 Git Maven Docker kubectl Jenkins pipeline 开课吧CI/CD架构 GitLab Maven Repository(nexus) Registry 云厂商K8S pull install deploy push get status rolling update • 多云多K8S多环境平台建设的初衷 资源严格隔离:独占K8S,根据引入流量区分线上,线下 • 资源逻辑隔离:线下环境,通过智能路由,解决多环境 • 多云部署的目的 目的一 目的二 目的三 多K8S集群严格隔离 • 通过流量配置,区分不同云承 • 接不同流量(单元架构) 高可用 • 多云多冗余,包括数据的同步容易 降低成本 • 跟不同的云厂商有更多的议价空间 • 多云部署架构图 kaikeba1 Kaikeba2 get key1 set key1 abc Redis客户端(Jedis) get namespace1:key1 set namespace1:key1 abc 定时给Redis客户端下发配置 Redis虚机节点 应用2 get key2 sadd key2 aa bb cc Redis客户端(Jedis) get namespace2:key2 Sadd namespace2:key2
    0 码力 | 22 页 | 7.42 MB | 9 月前
    3
  • pdf文档 Libraries: A First Step Toward Standard C++ Dependency Management

    https://github.com/bretbrownjr https://gitlab.kitware.com/bbrown105 Bill Hoffman CTO, Kitware bill.hoffman@kitware.org https://github.com/billhoffman https://gitlab.kitware.com/bill-hoffman 3Goals 4Non-goals world! This is spdlog version 1.12.0! 72Try it yourself 73 https://gitlab.kitware.com/matthew-woehlke/cps-demo https://gitlab.kitware.com/matthew-woehlke/cmake/-/tags/cps-cppcon-demo-2023CPS and C++20 io/cps/ CPS project: https://github.com/cps-org/cps Demo repos: ● https://gitlab.kitware.com/matthew-woehlke/cps-demo ● https://gitlab.kitware.com/matthew-woehlke/cmake/-/tags/cps-cppcon-demo-2023 Slack:
    0 码力 | 82 页 | 4.21 MB | 5 月前
    3
  • pdf文档 Remote Execution Caching Compiler (RECC)

    via Homebrew: https://gitlab.com/BuildGrid/buildbox/homebrew-buildbox Install via Debian: https://gitlab.com/BuildGrid/buildbox/buildbox-packaging Explore the code: https://gitlab.com/BuildGrid/buildbox
    0 码力 | 6 页 | 2.03 MB | 5 月前
    3
  • pdf文档 Cetting Started with C++

    continuous integration GitHub https://github.com BitBucket https://bitbucket.org GitLab https://about.gitlab.com Azure DevOps https://azure.microsoft.com/products/devops Jenkins https://www.jenkins
    0 码力 | 95 页 | 4.71 MB | 5 月前
    3
  • pdf文档 OpenMetrics - Standing on the shoulders of Titans

    intro OpenMetrics Outro People First commitments, too many for full list Cloudflare CNCF at large GitLab Google Grafana InfluxData Prometheus ;) RobustPerception SpaceNet Uber Richard Hartmann, RichiH@{freenode
    0 码力 | 21 页 | 84.83 KB | 1 年前
    3
  • pdf文档 stdx::interval, a library for intervals on totally ordered sets

    Since this sequence is unbounded, there is no“last string”before the upper bound. The code https://gitlab.com/stdx_interval/code
    0 码力 | 1 页 | 45.14 KB | 5 月前
    3
  • pdf文档 Beyond Compilation Databases to Support C++ Modules: Build Databases

    questions? Comments? Concerns? Contact: ● @mathstuf on Github, Reddit ● CMake Discourse and Kitware GitLab ● ben.boeckel@kitware.com 30Beyond Compilation Databases Supporting C++ modules with Build Databases
    0 码力 | 31 页 | 585.05 KB | 5 月前
    3
  • pdf文档 Prometheus Deep Dive - Monitoring. At scale.

    Beyond Outro OpenMetrics First committers to adopt, too many to list all Cloudflare CNCF at large GitLab Google Grafana InfluxData Kausal.co Oath.com / Yahoo / Verizon RobustPerception SpaceNet Uber Richard
    0 码力 | 34 页 | 370.20 KB | 1 年前
    3
  • pdf文档 Mastering C++ Modules

    70Resources 71https://github.com/ChuanqiXu9/clang-modules-converter 727374links for resources • https://gitlab.kitware.com/cmake/cmake/-/tree/master/Tests/RunC Make/CXXModules/examples • https://www.kitware
    0 码力 | 77 页 | 9.07 MB | 5 月前
    3
共 176 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 18
前往
页
相关搜索词
ServiceMeshMeetup深圳开课基于混合Kubernetes平台落地实践程亮LibrariesFirstStepTowardStandardC++DependencyManagementRemoteExecutionCachingCompilerRECCCettingStartedwithOpenMetricsStandingontheshouldersofTitansstdxintervallibraryforintervalstotallyorderedsetsBeyondCompilationDatabasestoSupportModulesBuildPrometheusDeepDiveMonitoringAtscaleMastering
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩