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

无数据

分类

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

语言

全部英语(17)

格式

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

    you will need to know that there are several ways to install django CMS for free. 1. You can either set up a project on Divio Cloud [https://www.divio.com], which is fast and useful for people without a background and a good starting point to experience the CMS User Interface. 2. As another option, you can set up the project using docker [https://www.django- cms.org/en/blog/2021/01/19/how-you-spin-up-a-djan local virtual environment by running the djangocms command. This will create a new Django project set up for running django CMS based on a django CMS-specific project template. See Installing django CMS
    0 码力 | 493 页 | 1.44 MB | 6 月前
    0.03
  • pdf文档 CppCon2021 Concurrency TS2

    was in 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 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 Support ■ to protect access to objects that may be concurrently removed. A hazard pointer is a single-writer multi-reader pointer. If a hazard pointer points to an object before its removal,
    0 码力 | 58 页 | 1.62 MB | 6 月前
    0.03
  • pdf文档 Application of C++ in Computational Cancer Modeling

    event Mutation event Random Time ~ Exp mutation rate growth rate #include std::mt19937_64 rnd_generator; std::exponential_distribution<> exp{rate}; double time = exp(rnd_generator); 𝑢12 𝜆1A array 9 … ArrayXXd TumorGenerator::single_tumor(unsigned seed) { rnd_generator.seed(seed); // set the seed of the random number generator const int datalen = (int)(tmax / dt) + 1; Eigen::ArrayXXd 1 2 3 … ArrayXXd TumorGenerator::single_tumor(unsigned seed) { rnd_generator.seed(seed); // set the seed of the random number generator const int datalen = (int)(tmax / dt) + 1; Eigen::ArrayXXd
    0 码力 | 47 页 | 1.14 MB | 6 月前
    0.03
  • pdf文档 DBeaver Lite User Guide v24.2.ea

    Log Background Tasks Troubleshooting system issues Making a thread dump Posting issues How to set a variable if dbeaver.ini is read only License administration overview How to import license How Database Disconnect from ). Database In the Connection Settings screen, on the tab, you need to set all primary connection settings. Here's what Main you typically need to configure: Configuring Connection SSH Tunnel Configure an if your database requires a secure connection. SSH tunnel SOCKS Proxy Set up a SOCKS proxy if you need to route the connection through a specific proxy server. SSL Configuration
    0 码力 | 1010 页 | 79.48 MB | 1 年前
    3
  • pdf文档 DBeaver Ultimate User Guide v24.2.ea

    Log Background Tasks Troubleshooting system issues Making a thread dump Posting issues How to set a variable if dbeaver.ini is read only License administration overview Admin preferences in DBeaver Database Disconnect from ). Database In the Connection Settings screen, on the tab, you need to set all primary connection settings. Here's what Main you typically need to configure: Configuring Connection SSH Tunnel Configure an if your database requires a secure connection. SSH tunnel SOCKS Proxy Set up a SOCKS proxy if you need to route the connection through a specific proxy server. SSL Configuration
    0 码力 | 1171 页 | 94.65 MB | 1 年前
    3
  • pdf文档 DBeaver User Guide v24.2.ea

    1171. Background Tasks Troubleshooting system issues Making a thread dump Posting issues How to set a variable if dbeaver.ini is read only License administration overview How to import license How Database Disconnect from ). Database In the Connection Settings screen, on the tab, you need to set all primary connection settings. Here's what Main you typically need to configure: Configuring Connection SSH Tunnel Configure an if your database requires a secure connection. SSH tunnel SOCKS Proxy Set up a SOCKS proxy if you need to route the connection through a specific proxy server. SSL Configuration
    0 码力 | 1171 页 | 94.79 MB | 1 年前
    3
  • pdf文档 Apache Cassandra™ 10 Documentation February 16, 2012

    Failure Detection and Recovery 9 About Data Partitioning in Cassandra 10 About Partitioning in Multi-Data Center Clusters 10 Understanding the Partitioner Types 12 About the Random Partitioner 12 About Dynamic Snitching 19 About Client Requests in Cassandra 19 About Write Requests 20 About Multi-Data Center Write Requests 20 About Read Requests 21 Planning a Cassandra Cluster Deployment 22 Initializing a Multi-Node or Multi-Data Center Cluster 38 Calculating Tokens 39 Calculating Tokens for Multiple Racks 40 Calculating Tokens for a Single Data Center 40 Calculating Tokens for a Multi-Data Center
    0 码力 | 141 页 | 2.52 MB | 1 年前
    3
  • pdf文档 Ubuntu Desktop Training 2009

    .... 123 4.4.1. Key Features of OpenOffice.org Impress ................... 123 4.4.2. Creating Multi-Media Presen- tations ............................................. 123 4.5. Using OpenOffice.org including mainstream office applications, Internet connectivity and browsing, graphics arts tools, multi-media and music. Objectives This course will teach you: • The concepts of open source and how they computers and make sure they are functional and running well on Ubuntu. • Ensure you check the classroom set-up guide, test each lab exercise and troubleshoot problems encountered, if any. • Go through the Instructor
    0 码力 | 428 页 | 57.45 MB | 1 年前
    3
  • pdf文档 Is Your Virtual Machine Really Ready-to-go with Istio?

    Non-Linux ○ unikernels ● Domain specific workloads ○ Network Functions (NFV) #IstioCon Hybrid and Multi Clouds #IstioCon Istio VM Integration is? A Tumultuous Odyssey… [1] Istio 1.8: A Virtual Machine sensitive data ○ Strong isolation for multi-vendor services ○ End-to-end security! (not just between middle boxes) ● High performance networking ○ Much higher multi-Gbps peak data speeds ○ Ultra low latency enhanced performance is desired ● Overheads introduced ● No high performance data path support ○ Multi-Gbps bandwidth ○ Ultra low latency #IstioCon Performance Limitations: Solutions ● Software techniques
    0 码力 | 50 页 | 2.19 MB | 1 年前
    3
  • pdf文档 Ozone meetup Nov 10, 2022 Ozone User Group Summit

    lakehouses and data meshes with data anywhere at scale Data Lakehouse Data Fabric Data Mesh SDX Multi-cloud & on-premises data management and analytics Ozone / 51 5 Confidential—Restricted BIG in-progress ○ Tons of new features and improvements ■ Erasure Coding ■ Container Balancer ■ S3 Multi-Tenancy ■ S3 gRPC improvements ○ 1000+ new commits since 1.2.1 release and counting ■ 2,265 changed LSM doesn’t do in-place updates ● RocksDB SST files are immutable ● New updates always go to new set of SST files ● In a simple world : ○ Just compare the SST files between two snapshots - Snapshot-1
    0 码力 | 78 页 | 6.87 MB | 1 年前
    3
共 17 条
  • 1
  • 2
前往
页
相关搜索词
httpsdocsdjangocmsorgdownloadsenlatestDocumentationcppcon2021ConcurrencyTS2ApplicationofComputationalCancerModelingDBeaverLiteUserGuide24.1UltimateApacheCassandra10February162012UbuntuDesktopTrainingIstioOzonemeetupNov2022
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩