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

无数据

分类

全部后端开发(377)云计算&大数据(207)综合其他(192)Python(99)系统运维(91)Weblate(90)数据库(89)OpenShift(72)机器学习(50)KiCad(48)

语言

全部中文(简体)(993)

格式

全部PDF文档 PDF(830)其他文档 其他(143)PPT文档 PPT(16)DOC文档 DOC(3)TXT文档 TXT(1)
 
本次搜索耗时 0.347 秒,为您找到相关结果约 993 个.
  • 全部
  • 后端开发
  • 云计算&大数据
  • 综合其他
  • Python
  • 系统运维
  • Weblate
  • 数据库
  • OpenShift
  • 机器学习
  • KiCad
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Comprehensive Rust(简体中文) 202412

    Cargo:它有助于你更轻松地完成练习。在最后一天,我们要做一个综合的练习,向 你展示如何使用依赖项,因此你需要安装 Cargo。 本课程中的代码块是完全交互式的: fn main() { println!("Edit me!"); } You can use Ctrl + Enter to execute the code when focus is in the text box. 如上所示,大多数代码示 操作。 这应会为你提供一个有效的 rustc 和 cargo。在撰写本文时,最新的 Rust 稳定版是以下的版本号: 18 % rustc --version rustc 1.69.0 (84c898d65 2023-04-16) % cargo --version cargo 1.69.0 (6e9a83356 2023-04-12) 你也可以使用任何更高版本,因为 Rust 保持向后兼容性。 rs 中 的 样 板 代 码 替 换 为 自 己 的 代 码。例 如,使 用 上 一 页 中 的 示 例,将 src/main.rs 改为: fn main() { println!("Edit me!"); } 5. 使用 cargo run 构建并运行更新后的二进制文件: $ cargo run Compiling exercise v0.1.0 (/home/mgeisler/tmp/exercise)
    0 码力 | 359 页 | 1.33 MB | 10 月前
    3
  • pdf文档 Zabbix 3.4 中文手册

    database/ibm_db2 shell> db2batch -d zabbix -f schema.sql # stop here if you are creating database for Zabbix proxy shell> db2batch -d zabbix -f images.sql shell> db2batch -d zabbix -f data.sql SQLite shell> (如果使用了 ,则是正则表达式); • mode - 可能的值: avg, max, min (如果忽略了这个参数,设备和传感器将逐字处理)。 例子: sensor[w83781d-i2c-0-2d,temp1] 在 Zabbix 1.8.4 之前,使用了 sensor[temp1] 格式。 Linux 2.6+: (传感器读数从/ sys / class / hwmon 目录获得) proc.e_vm.vm_rssize or ki_rssize ps - rss size (( - default value)) 进程 (代码 + 数 据 + 堆栈) 大小 tsize + d ize + ssize tsize 文本 (代码) 的 大小 kp_ep oc.e_vm.vm_tsize or ki_tsize ps -o siz dsize 数据大小 kp eproc
    0 码力 | 1757 页 | 12.63 MB | 1 年前
    3
  • pdf文档 Zabbix 4.4 中文手册

    Troubleshooting Frequently asked questions or FAQ. 1. Q: Can I flush/clear the queue (as depicted in Administration → Queue)? A: No. 2. Q: How do I migrate from one database to another? A: Dump data only (for cd database/ibm_db2 shell> db2batch -d zabbix -f schema.sql # 下 面 步 骤 当 创 建Zabbix proxy数 据 库 时 不 需 要 执 行 shell> db2batch -d zabbix -f images.sql shell> db2batch -d zabbix -f data.sql Note: Zabbix server search: curl -X PUT \ http://your-elasticsearch.here:9200/text \ -H 'content-type:application/json' \ -d '{ "settings" : { "index" : { "number_of_replicas" : 1, "number_of_shards" : 5 } }, "mappings" :
    0 码力 | 1850 页 | 13.52 MB | 1 年前
    3
  • pdf文档 Zabbix 4.2 中文手册

    Troubleshooting Frequently asked questions or FAQ. 1. Q: Can I flush/clear the queue (as depicted in Administration → Queue)? A: No. 2. Q: How do I migrate from one database to another? A: Dump data only (for cd database/ibm_db2 shell> db2batch -d zabbix -f schema.sql # 下 面 步 骤 当 创 建Zabbix proxy数 据 库 时 不 需 要 执 行 shell> db2batch -d zabbix -f images.sql shell> db2batch -d zabbix -f data.sql Note: Zabbix server search: curl -X PUT \ http://your-elasticsearch.here:9200/text \ -H 'content-type:application/json' \ -d '{ "settings" : { "index" : { "number_of_replicas" : 1, "number_of_shards" : 5 } }, "mappings" :
    0 码力 | 1869 页 | 13.68 MB | 1 年前
    3
  • pdf文档 Zabbix 4.0 中文手册

    Troubleshooting Frequently asked questions or FAQ. 1. Q: Can I flush/clear the queue (as depicted in Administration → Queue)? A: No. 2. Q: How do I migrate from one database to another? A: Dump data only (for cd database/ibm_db2 shell> db2batch -d zabbix -f schema.sql # 下 面 步 骤 当 创 建Zabbix proxy数 据 库 时 不 需 要 执 行 shell> db2batch -d zabbix -f images.sql shell> db2batch -d zabbix -f data.sql Note: Zabbix server search: curl -X PUT \ http://your-elasticsearch.here:9200/text \ -H 'content-type:application/json' \ -d '{ "settings" : { "index" : { "number_of_replicas" : 1, "number_of_shards" : 5 } }, "mappings" :
    0 码力 | 1992 页 | 17.90 MB | 1 年前
    3
  • pdf文档 Zabbix 5.4 中文手册

    Troubleshooting Frequently asked questions or FAQ. 1. Q: Can I flush/clear the queue (as depicted in Administration → Queue)? A: No. 2. Q: How do I migrate from one database to another? A: Dump data only (for cd database/ibm_db2 shell> db2batch -d zabbix -f schema.sql # 下 面 步 骤 当 创 建Zabbix proxy数 据 库 时 不 需 要 执 行 shell> db2batch -d zabbix -f images.sql shell> db2batch -d zabbix -f data.sql Note: Zabbix server search: curl -X PUT \ http://your-elasticsearch.here:9200/text \ -H 'content-type:application/json' \ -d '{ "settings" : { "index" : { "number_of_replicas" : 1, "number_of_shards" : 5 } }, "mappings" :
    0 码力 | 2339 页 | 19.57 MB | 1 年前
    3
  • pdf文档 中国开源软件产业研究报告

    Fluentbit Operator K8s的Fluent Bit kube-events K8s事件处理 Notification Manager K8s消息通知 Alerting Syst 高性能报警系统 S2i-operator 基于Kubernetes CRD的控制器 OpenFunction 开源FaaS平台 Kube-design KubeSphere Console前端React组件库
    0 码力 | 68 页 | 3.63 MB | 1 年前
    3
  • pdf文档 Linux命令大全搜索工具 v1.8

    用于连接另一个系统主机 cupsdisable 停止指定的打印机 cupsenable 启动指定的打印机 curl 利用URL规则在命令行下工作的文件传输工具 cut 连接文件并打印到标准输出设备上 D date 显示或设置系统时间与日期 dd 复制文件并对原文件的内容进行转换和格式化处理 declare 声明变量,设置或显示变量的值和属性 depmod 分析可载入模块的相依性 df 显示磁盘的相关信息 Animate) 一款可以创建HTML5动画的工具。 Black Magic Fusion (Adobe After Effects) 一款先进的合成软件,广泛应用于 视觉特效、广电影视设计以及3D动画设计等领域。 阿里云开源镜像站:http://mirrors.aliyun.com/ 网易开源镜像站:http://mirrors.163.com/ 搜狐开源镜像站:http://mirrors 和机器配合的性能如何。 1. ab [ -A auth-username:password ] [ -c concurrency ] [ -C cookie-name=value 2. ] [ -d ] [ -e csv-file ] [ -g gnuplot-file ] [ -h ] [ -H custom-header ] [ 3. -i ] [ -k ] [ -n requests
    0 码力 | 1347 页 | 8.79 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.14 更新集群

    as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Web 控制台或 OpenShift CLI (oc) 使用单一操作来 更新 OpenShift Container Platform 集群。平台管理员可以通过转至 web 控制台中的 Administration → Cluster Settings 或查看 oc adm upgrade 命令的输出来查看新的更新选项。 红帽托管了一个公共 OpenShift Update Service (OSUS),它根据官方 IMAGE 4.10.26 quay.io/openshift-release-dev/ocp- release@sha256:e1fa1f513068082d97d78be643c369398b0e6820afab708d26acda226294095 4 4.10.25 quay.io/openshift-release-dev/ocp- release@sha256:ed
    0 码力 | 149 页 | 1.94 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.7 安装

    as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the rt>' $ LOCAL_REPOSITORY='' OpenShift Container Platform 4.7 安装 安装 70 1 d. 导出要进行镜像的存储库名称: 对于生产环境版本,必须指定 openshift-release-dev。 e. 导出 registry pull secret 的路径: 对于 me-south-1 (Bahrain) sa-east-1 (São Paulo) us-east-1 (N. Virginia) us-east-2 (Ohio) us-west-1 (N.
    0 码力 | 2276 页 | 23.68 MB | 1 年前
    3
共 993 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
ComprehensiveRust简体中文简体中文202412Zabbix3.4手册4.44.24.05.4中国开源软件产业软件产业研究报告Linux命令大全搜索工具v18.0OpenShiftContainerPlatform4.14更新集群4.7安装
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩