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

无数据

分类

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

语言

全部英语(12)

格式

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

    solvers, and related algorithms. • Modern C++: • : Pseudo-random number generation • <future>: Task-Based Concurrency • : Parallel versions of certain STL algorithms 2Cancer and early 2)Task-based concurrency 13 • Each tumor is a parallel task: std::vectorfuture> • For each future object, call get() to obtain a 2d array. two different tumorsEigen::ArrayXXd initial_population, const Eigen::ArrayXXd& transition_rates); int main(){ //... std::vectorfuture> sample_tumor_par; for (auto k : seeds) sample_tumor_par.emplace_back(std::as
    0 码力 | 47 页 | 1.14 MB | 5 月前
    0.03
  • pdf文档 CppCon2021 Concurrency TS2

    Concurrency TS1? • Improvements to std::future • Latches and Barriers • Atomic smart pointers 5 © 2021. 6 Since Concurrency TS1? • Improvements to std::future: some adapted into C++ 17 • Latches and - Proposed Wording for Concurrent Data Structures: Read-Copy-Update (RCU) 13 Concurrency TS2 in future Concurrency TS2 is an ongoing WIP but might contain the following which has been making its way https://github.com/cplusplus/concurrency-ts2 Become an IS ● Will it still look like the TS? 14 © 2021. 15 Future C++ Std new clause 33 ● 33: Concurrency Utilities Library ○ 33.1 General Concepts ■ 33.1.1 Thread
    0 码力 | 58 页 | 1.62 MB | 5 月前
    0.03
  • epub文档 Django CMS 3.11.10 Documentation

    PlaceholderAdminMixin is not required any more. For now, it still exists as an empty mixin but will be removed in a future version. I18N Placeholders Placeholders and plugins within them support multiple languages out of non-editable, so it does not appear directly in the Page admin views. This may be addressed in a future update, but in the meantime the toolbar provides access to it. The toolbar item You’ll also want plugin when calculating the page expiration; A TZ-aware datetime of a specific date and time in the future when this plugin’s content expires; A datetime.timedelta instance indicating how long, relative to
    0 码力 | 493 页 | 1.44 MB | 6 月前
    0.03
  • pdf文档 Ubuntu Desktop Training 2009

    Bookmarks. If you come across an interesting Web site over the Internet and would like to keep it for future reference, without trying to remember the URL, create a bookmark. The next time you are online, simply present the data before the management and generate the reports in PDF format for documentation and future reference. In order to accomplish this feat, you shall have to perform the following tasks: • Entering animations wherever required. Finally, you want to convert the presentation into a Flash file for easy future reference. To accomplish the task, you will need to: • Create a presentation with the required
    0 码力 | 428 页 | 57.45 MB | 1 年前
    3
  • pdf文档 Apache APISlX from Gateway to Full Traffic Proxy with Istio

    is Apache APISIX ● Why use Apache APISIX as the data plane for Istio ● How to implement it ● The future #IstioCon What is Apache APISIX #IstioCon Apache APISIX ● ASF top level project ● Full Dynamic proxy_init ● proxy Ref: https://github.com/api7/amesh/blob/main/docs/en/demo.md #IstioCon The future ● Donate it to the ASF for development as a sub-project of APISIX. ● Apache APISIX covers all traffic
    0 码力 | 15 页 | 1.29 MB | 5 月前
    0.03
  • pdf文档 Istio at Scale: How eBay is building a massive Multitenant Service Mesh using Istio

    #IstioCon Agenda ● Introduction ● Applications Deployment ● Service Mesh Journey ● Scale Testing ● Future Direction #IstioCon Introduction: eBay at a glance 185M Number of Active Buyers worldwide 19M PILOT_DEBOUNCE_AFTER, PILOT_DEBOUNCE_MAX, PILOT_PUSH_THROTTLE, etc. params of Istio Pilot #IstioCon Future Direction ● Support for on-demand config pushes to Envoy via Incremental XDS ● Support for multiple
    0 码力 | 22 页 | 505.96 KB | 1 年前
    3
  • pdf文档 Ozone meetup Nov 10, 2022 Ozone User Group Summit

    21 March 2022 - ID G00746011, Analyst(s): Robert Thanaraj, Adam Ronthal, Donald Feinberg “The future data ecosystem should leverage distributed data management components — which may run on multiple Snapshots ○ Hard links for the SST files ○ All Snapshots are self contained with hard links ○ In future, it can also be used to support writable Snapshots ● RATIS driven for consistency across all OM
    0 码力 | 78 页 | 6.87 MB | 1 年前
    3
  • pdf文档 Apache Cassandra™ 10 Documentation February 16, 2012

    It is as easy to use as SimpleStrategy and allows for expansion to multiple data centers in the future, should that become useful. It is much easier to configure the most flexible replication strategy only be stored in dedicated column families; they will be allowed to mix with normal columns in a future release. Counter columns are different from regular columns in that once a counter is defined, the SQL, clients built on CQL only need to know how to interpret query resultset objects. CQL is the future of Cassandra client API development. CQL drivers are hosted within the Apache Cassandra project.
    0 码力 | 141 页 | 2.52 MB | 1 年前
    3
  • pdf文档 The Many Faces of Struct Tags

    Marshal(gopher, "es") fmt.Println(string(asBytes)) // "{"nombre":"Gopher Cleveland","edad":40}" The Future: Code Generation? Right Now Code Generation is usually configured through comments, which is
    0 码力 | 18 页 | 148.80 KB | 1 年前
    3
  • pdf文档 Performance tuning and best practices in a Knative based, large-scale serverless platform with Istio

    PILOT_ENABLE_FLOW_CONTROL environment variable in Istiod. o Final solution is envoy delta-XDS push in future Istio release. Istio scalability optimization during Knative Service provisioning • support for
    0 码力 | 23 页 | 2.51 MB | 1 年前
    3
共 12 条
  • 1
  • 2
前往
页
相关搜索词
ApplicationofComputationalCancerModelingcppcon2021ConcurrencyTS2httpsdocsdjangocmsorgdownloadsenlatestDocumentationUbuntuDesktopTrainingc5dApacheAPISIXg2sIstioAtScaleeBaySudhiOzonemeetupNov102022ApacheCassandraFebruary162012StructTagsIstio
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩