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

无数据

分类

全部云计算&大数据(7)Istio(4)后端开发(3)数据库(3)数据库工具(3)DBeaver(3)C++(2)系统运维(1)Python(1)Django(1)

语言

全部英语(14)

格式

全部PDF文档 PDF(13)其他文档 其他(1)
 
本次搜索耗时 0.026 秒,为您找到相关结果约 14 个.
  • 全部
  • 云计算&大数据
  • Istio
  • 后端开发
  • 数据库
  • 数据库工具
  • DBeaver
  • C++
  • 系统运维
  • Python
  • Django
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 The Many Faces of Struct Tags

    The Many Faces of Struct Tags Kyle Erf and Sam Helman Why are we here? ● To showcase and explain an underused feature of the language ● To galvanize you to consider struct tags as a potential Priorities []string `stated_priorities` } x := Candidate{} y := VocalCandidate(x) // <-- not allowed Why? ● Attach arbitrary values to your fields ● Provided without a specific use case Namespacing What github.com/mitchellh/mapstructure Library for converting between structs and Go's builtin map. Why? "If you have configuration or an encoding that changes slightly depending on specific fields" In
    0 码力 | 18 页 | 148.80 KB | 1 年前
    3
  • pdf文档 CppCon2021 Concurrency TS2

    © 2021. 2 2 © 2021. 3 Agenda 1.Don’t we already have a Concurrency TS? • Why do we need a new one? • implementation status 2.TS2 Hazard Pointer • how I learn to love C++ tricks 3.TS2 RCU • From rcu_read_unlock(); do_something_after_reader(); } • But why not just add a pair of curly braces??? 44 © 2021. 45 Lock Lock Lock Lock Why RCU Non-RAII Readers? 45 Root Internal Internal Leaf Object Object Leaf Object Leaf Object Leaf Object RCU © 2021. 46 Why RCU Non-RAII Readers? • Use RCU to protect a search structure, and locking on objects void update_object(int key) { auto rdr = std::m
    0 码力 | 58 页 | 1.62 MB | 6 月前
    0.03
  • pdf文档 Is Your Virtual Machine Really Ready-to-go with Istio?

    Service Mesh for VM Native, Chris Crall, Jianfei Hu, Google Cloud Next ‘19 #IstioCon Why Add VMs to the Mesh? ● = Why Service Mesh? ○ More services = more complexity ○ Need consistent policy enforcement Observability ○ See VM metrics alongside containers ● Extensibility #IstioCon Why Should Istio Support VMs ● ≈ Why VMs? ○ Technical reasons ■ Better known security controls ■ Better isolation (of seems closer to be production ready? Should we expect more? And what do we need else? #IstioCon Why We Expect More? A Closer Look… ● Example use case: Telco & Edge computing ○ where VMs play a crucial
    0 码力 | 50 页 | 2.19 MB | 1 年前
    3
  • pdf文档 Ubuntu Desktop Training 2009

    Use any/all of the following methods: • Giving out a brief introduction to the topic. • Explaining why the topic is important from learner's perspective. • Providing a link from the previous to the current Internet? Answer: Question: Which tool is used to identify a modem on Ubuntu? Answer: Question: Why do you require a bookmark in Firefox? Answer: Question: What is a feed? Answer: Question: Match window, you can simultaneously view the results in the document. • Creating Individual Symbols: Why not create or own symbols and import new characters from other fonts? You can add the new symbols in
    0 码力 | 428 页 | 57.45 MB | 1 年前
    3
  • epub文档 Django CMS 3.11.10 Documentation

    com/questions/tagged/django-cms] is also a good place for questions around django CMS and its plugin ecosystem. Why django CMS? django CMS is a well-tested CMS platform that powers sites both large and small. Here are difficult interface …and much more There are other capable Django-based CMS platforms, but here’s why you should consider django CMS: thorough documentation easy and comprehensive integration into existing plugins, or by the many available third-party plugins, you’ll have to write your own custom CMS Plugin. Why would you need to write a plugin? A plugin is the most convenient way to integrate content from another
    0 码力 | 493 页 | 1.44 MB | 6 月前
    0.03
  • pdf文档 Apache APISlX from Gateway to Full Traffic Proxy with Istio

    zhangjintao@apache.org ● https://github.com/tao12345666333 #IstioCon Agenda ● What is Apache APISIX ● Why use Apache APISIX as the data plane for Istio ● How to implement it ● The future #IstioCon What Kubernetes Ingress controller(UPYUN) ● https://github.com/apache/apisix-ingress-controller/ #IstioCon Why use Apache APISIX as the data plane for Istio #IstioCon Easy to use The concepts in APISIX are few
    0 码力 | 15 页 | 1.29 MB | 6 月前
    0.03
  • pdf文档 f5a Istio Adoption Cash App

    com/in/janzantinge linkedin.com/in/gflarity linkedin.com/in/liam-white Internal Presentation AGENDA Why? Reasons Options How? Strategy Compromise What could have been better? Learnings Hurdles
    0 码力 | 15 页 | 2.20 MB | 1 年前
    3
  • pdf文档 Using Istio to Build the Next 5G Platform

    Architect, Aspen Mesh February 22, 2021 2 ©2021 Aspen Mesh. All rights reserved. What Is 5G and Why Does It Matter? 5G wireless technology is meant to deliver higher multi-Gbps peak data speeds, ultra
    0 码力 | 18 页 | 3.79 MB | 1 年前
    3
  • pdf文档 Istio at Scale: How eBay is building a massive Multitenant Service Mesh using Istio

    OpenStack, etc. ● Transport Layer Security (TLS) ● Custom OpenID implementation for L7 AuthN #IstioCon Why Service Mesh? ● Current challenges include - ○ Manageability of Hardware Devices ■ Traffic Management
    0 码力 | 22 页 | 505.96 KB | 1 年前
    3
  • pdf文档 Ozone meetup Nov 10, 2022 Ozone User Group Summit

    Cloudera, Inc. All rights reserved. OZONE SCALES! 59 © 2022 Cloudera, Inc. All rights reserved. WHY DOES FOREGROUND SCALE • No heap limitations: Working set can be cached in memory and unused data
    0 码力 | 78 页 | 6.87 MB | 1 年前
    3
共 14 条
  • 1
  • 2
前往
页
相关搜索词
StructTagscppcon2021ConcurrencyTS2IstioUbuntuDesktopTraininghttpsdocsdjangocmsorgdownloadsenlatestDocumentationc5dApacheAPISIXf5aIstioAdoptionCashAppa3pBuildNext5GPlatformNeerajDaveg2sIstioAtScaleeBaySudhiOzonemeetupNov102022
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩