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

无数据

分类

全部后端开发(12)综合其他(10)Julia(10)Blender(10)云计算&大数据(3)系统运维(2)Linux(2)Kubernetes(2)前端开发(1)PHP(1)

语言

全部中文(繁体)(28)

格式

全部PDF文档 PDF(28)
 
本次搜索耗时 0.392 秒,为您找到相关结果约 28 个.
  • 全部
  • 后端开发
  • 综合其他
  • Julia
  • Blender
  • 云计算&大数据
  • 系统运维
  • Linux
  • Kubernetes
  • 前端开发
  • PHP
  • 全部
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 這些年,我們一起追的Hadoop

    designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-availability, the library itself is designed to detect JobTracker (Master),可是要管理多個 TaskTracker (Slave)! 10 / 74 Hadoop 1.x 架構與限制 比較基本的模組: Hadoop HDFS (Storage) Hadoop MapReduce (Computing Engine + Resource Management + Job Scheduling / Monitoring + ...) 比較明顯的限制: 改造 HDFS -> HDFS2 20 / 74 Hadoop 2.x 架構 比較基本的模組: Hadoop Common (Core Libraries) Hadoop HDFS (Storage) Hadoop MapReduce (Computing Engine) Hadoop YARN (Resource Management + Job Scheduling / Monitoring)
    0 码力 | 74 页 | 45.76 MB | 1 年前
    3
  • pdf文档 Julia 1.11.4

    Sparse Arrays 1708 94.1 Compressed Sparse Column (CSC) Sparse Matrix Storage . . . . . . . . . . . . . . . 1708 94.2 Sparse Vector Storage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . if there are leading zero digits which don’t contribute to the value, they count for determining storage size of a literal. So 0x01 is a UInt8 while 0x0001 is a UInt16. That allows the user to control sense to write something like let x = x since the two x variables are distinct and have separate storage. Here is an example where the behavior of let is needed: julia> Fs = Vector{Any}(undef, 2); i =
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Julia 1.11.5 Documentation

    Sparse Arrays 1708 94.1 Compressed Sparse Column (CSC) Sparse Matrix Storage . . . . . . . . . . . . . . . 1708 94.2 Sparse Vector Storage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . if there are leading zero digits which don’t contribute to the value, they count for determining storage size of a literal. So 0x01 is a UInt8 while 0x0001 is a UInt16. That allows the user to control sense to write something like let x = x since the two x variables are distinct and have separate storage. Here is an example where the behavior of let is needed: julia> Fs = Vector{Any}(undef, 2); i =
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Julia 1.11.6 Release Notes

    Sparse Arrays 1708 94.1 Compressed Sparse Column (CSC) Sparse Matrix Storage . . . . . . . . . . . . . . . 1708 94.2 Sparse Vector Storage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . if there are leading zero digits which don’t contribute to the value, they count for determining storage size of a literal. So 0x01 is a UInt8 while 0x0001 is a UInt16. That allows the user to control sense to write something like let x = x since the two x variables are distinct and have separate storage. Here is an example where the behavior of let is needed: julia> Fs = Vector{Any}(undef, 2); i =
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 多雲一體就是現在: GOOGLE CLOUD 的 KUBERNETES 混合雲戰略

    全球機房備援設計 台灣區已經備有三個容錯區域 高效能代管式服務 涵蓋Web/App/DB皆有多 樣化代管服務可以組合出 最適架構 自動化部署 與開放平台以及開發環境 整合,加速應用上線 Google Cloud Taiwan 優勢 Google Infrastructure event driven functions web apps & APIs orchestrate containers 隨選生成的K8S叢集 Compute Engine 隨選生成的虛擬機 IaaS and PaaS at Scale Google App Engine #全代管服務 #以容器為基礎 #適合Web應用 #適合Api #全自動擴展+強大的負載平衡 #整合能同步擴展的NoSQL DB Kubernetes ● Kubernetes 是用於自動部署,擴展和管理容器化應用 程序的開源系統 Ecommerce site Catalog, ERP Warehouse Factory Branch Augmented Services On-Prem Cloud Cloud Storage Cloud ML Big Query Jurisdictional / PII Europe Secure records US IT policy Interconnect
    0 码力 | 32 页 | 2.77 MB | 1 年前
    3
  • pdf文档 julia 1.13.0 DEV

    Sparse Arrays 1773 96.1 Compressed Sparse Column (CSC) Sparse Matrix Storage . . . . . . . . . . . . . . . 1773 96.2 Sparse Vector Storage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . if there are leading zero digits which don’t contribute to the value, they count for determining storage size of a literal. So 0x01 is a UInt8 while 0x0001 is a UInt16. That allows the user to control sense to write something like let x = x since the two x variables are distinct and have separate storage. Here is an example where the behavior of let is needed: julia> Fs = Vector{Any}(undef, 2); i =
    0 码力 | 2058 页 | 7.45 MB | 3 月前
    3
  • pdf文档 Julia 1.12.0 RC1

    Sparse Arrays 1771 96.1 Compressed Sparse Column (CSC) Sparse Matrix Storage . . . . . . . . . . . . . . . 1771 96.2 Sparse Vector Storage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . if there are leading zero digits which don’t contribute to the value, they count for determining storage size of a literal. So 0x01 is a UInt8 while 0x0001 is a UInt16. That allows the user to control sense to write something like let x = x since the two x variables are distinct and have separate storage. Here is an example where the behavior of let is needed: julia> Fs = Vector{Any}(undef, 2); i =
    0 码力 | 2057 页 | 7.44 MB | 3 月前
    3
  • pdf文档 Julia 1.12.0 Beta4

    Sparse Arrays 1770 96.1 Compressed Sparse Column (CSC) Sparse Matrix Storage . . . . . . . . . . . . . . . 1770 96.2 Sparse Vector Storage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . if there are leading zero digits which don’t contribute to the value, they count for determining storage size of a literal. So 0x01 is a UInt8 while 0x0001 is a UInt16. That allows the user to control sense to write something like let x = x since the two x variables are distinct and have separate storage. Here is an example where the behavior of let is needed: julia> Fs = Vector{Any}(undef, 2); i =
    0 码力 | 2057 页 | 7.44 MB | 3 月前
    3
  • pdf文档 Julia 1.12.0 Beta3

    Sparse Arrays 1770 96.1 Compressed Sparse Column (CSC) Sparse Matrix Storage . . . . . . . . . . . . . . . 1770 96.2 Sparse Vector Storage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . if there are leading zero digits which don’t contribute to the value, they count for determining storage size of a literal. So 0x01 is a UInt8 while 0x0001 is a UInt16. That allows the user to control sense to write something like let x = x since the two x variables are distinct and have separate storage. Here is an example where the behavior of let is needed: julia> Fs = Vector{Any}(undef, 2); i =
    0 码力 | 2057 页 | 7.44 MB | 3 月前
    3
  • pdf文档 julia 1.12.0 beta1

    Arrays 1761 95.1 Compressed Sparse Column (CSC) Sparse Matrix Storage . . . . . . . . . . . . . . . 1761CONTENTS xii 95.2 Sparse Vector Storage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . if there are leading zero digits which don’t contribute to the value, they count for determining storage size of a literal. So 0x01 is a UInt8 while 0x0001 is a UInt16. That allows the user to control sense to write something like let x = x since the two x variables are distinct and have separate storage. Here is an example where the behavior of let is needed: julia> Fs = Vector{Any}(undef, 2); i =
    0 码力 | 2047 页 | 7.41 MB | 3 月前
    3
共 28 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
這些我們一起HadoopJulia1.11DocumentationReleaseNotes多雲一體就是現在GOOGLECLOUDKUBERNETES混合雲戰略julia1.13DEV1.12RC1Beta4Beta3beta1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩