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

无数据

分类

全部云计算&大数据(186)VirtualBox(85)OpenShift(36)Apache Kyuubi(26)rancher(7)Istio(4)机器学习(4)Harbor(4)边缘计算(4)Kubernetes(3)

语言

全部英语(136)中文(简体)(50)

格式

全部PDF文档 PDF(169)其他文档 其他(15)DOC文档 DOC(1)PPT文档 PPT(1)
 
本次搜索耗时 0.060 秒,为您找到相关结果约 186 个.
  • 全部
  • 云计算&大数据
  • VirtualBox
  • OpenShift
  • Apache Kyuubi
  • rancher
  • Istio
  • 机器学习
  • Harbor
  • 边缘计算
  • Kubernetes
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Docker 从入门到实践 0.9.0(2017-12-31)

    apt-transport-https \ ca-certificates \ curl \ software-properties-common 鉴于国内网络问题,强烈建议使用国内源,官方源请在注释中查看。 为了确认所下载软件包的合法性,需要添加软件源的 GPG 密钥。 $ curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/gpg cn/docker-ce/linux/ubuntu/gpg | sudo apt-key add - # 官方源 # $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 然后,我们需要向 source.list 中添加 Docker 软件源 $ sudo add-apt-repository \ apt-get install docker-ce 使用脚本自动安装 在测试或开发环境中 Docker 官方为了简化安装流程,提供了一套便捷的安装脚本,Ubuntu 系统上可以使用这套脚本安装: $ curl -fsSL get.docker.com -o get-docker.sh $ sudo sh get-docker.sh --mirror Aliyun 执行这个命令后,脚本就会自动的将一切准备工作做好,并且把
    0 码力 | 370 页 | 6.73 MB | 1 年前
    3
  • pdf文档 Hadoop开发指南

    -******-master1的Namenode为Active为例 数据准备 touch uhadoop.txt echo "uhadoop" > uhadoop.txt 创建⽂件请求 curl -i -X PUT "http://uhadoop-******-master1:50070/webhdfs/v1/tmp/uhadoop.txt?op=CREATE" Hadoop开发指南 Location: http://:/webhdfs/v1/?op=CREATE... Content-Length: 0 使⽤上述Location地址上传⽂件 curl -i -X PUT -T uhadoop.txt "http://uhadoop-******-core*:50075/webhdfs/v1/tmp/uhadoop.txt? op=CREAT echo "ucloud" > append_uhadoop.txt 获取被append⽂件地址 Hadoop开发指南 Copyright © 2012-2021 UCloud 优刻得 7/12 curl -i -X POST "http://uhadoop-hfygbg-master1:50070/webhdfs/v1/tmp/uhadoop.txt?op=APPEND" 执⾏上述命令将获取到
    0 码力 | 12 页 | 135.94 KB | 1 年前
    3
  • pdf文档 Istio Security Assessment

    Istio Security Assessment Google / NCC Group Confidential kubectl exec -it {YOURPOD} -n {YOURNS} -- curl istiod.istio-system.svc.clus ter.local:15014/debug • This will return the plaintext debug endpoing result of the following 7. Run the following command and observe that a normal HTML page is returned curl -v "http://$GATEWAY/productpage" 8. Use an administrative account to run the following commands samples/bookinfo/networking/bookinfo-gateway.yaml 9. Run the following two commands curl -v "http://$GATEWAY/productpage" curl -v "http://$GATEWAY/login" 10. Observe that the first command now returns a 404
    0 码力 | 51 页 | 849.66 KB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.10 监控

    prometheus-k8s -n openshift-monitoring` $ oc -n openshift-monitoring exec -c prometheus prometheus-k8s-0 -- curl -k -H "Authorization: Bearer $token" 'https://thanos-querier.openshift- monitoring.svc:9091/api/v1/query get route thanos-querier -n openshift-monitoring -o json | jq -r '.spec.host'` $ NAMESPACE=ns1 $ curl -X GET -kG "https://$THANOS_QUERIER_HOST/api/v1/query?" --data-urlencode "query=up{namespace='$NAMESPACE'}" OpenShift Container Platform 中,指标通过 /metrics 规范名称下的 HTTP 服务端点公开。您可以通 过针对 http:///metrics 运行 curl 查询来列出服务的所有可用指标。例如,您可以向 prometheus-example-app 示例服务公开路由,然后运行以下命令来查看其所有可用指标: 输 输出示例 出示例 其他 其他资 资源
    0 码力 | 135 页 | 1.58 MB | 1 年前
    3
  • pdf文档 Docker 从入门到实践 0.4

    其他窗口也无法执行操作了。 nsenter 工具在 util-linux 包2.23版本后包含。 如果系统中 util-linux 包没有该命令,可以按照下面的方法 从源码安装。 $ cd /tmp; curl https://www.kernel.org/pub/linux/utils/util-linux/v2.24/util-linux-2.24.tar.gz | tar -zxf-; cd util-linux-2 --error-logfile - -k gevent -b 0.0.0.0:5000 -w 4 --max-requests 100 docker_registry.wsgi:application 此时使用 curl 访问本地的 5000 端口,看到输出 docker-registry 的版本信息说明运行成功。 *注: config/config_sample.yml 文件是示例配置文件。 创建好私有仓库之后,就可以使用 for rev [ba5877dc9bec] on {http://192.168.7.26:5000/v1/repositories/test/tags/latest} 用 curl 查看仓库中的镜像。 $ curl http://192.168.7.26:5000/v1/search {"num_results": 7, "query": "", "results": [{"description":
    0 码力 | 179 页 | 2.27 MB | 1 年前
    3
  • pdf文档 Dapr february 2021 security audit report

    Pollution is still possible, as demonstrated via the Proof-of-Concept (PoC) below. PoC: /tmp # ./curl -d "{"data":{"orderId":"1"}}" -i -H 'dapr-api-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.ey' -X accessing the /neworder API of nodeapp is prohibited by the configured access control list. /app # /tmp/curl -XPOST http://localhost:3500/v1.0/invoke/nodeapp/method/neworder -H 'dapr-api-token: eyJ0eXAiO access control list which is supposed to block access to the /neworder API of nodeapp. /app # /tmp/curl -XPOST http://localhost:3500/v1.0/invoke/nodeapp/method/neworde%2572 -H 'dapr-api- token: eyJ0e
    0 码力 | 9 页 | 161.25 KB | 1 年前
    3
  • pdf文档 AI大模型千问 qwen 中文文档

    entrypoints.openai.api_server --model Qwen/Qwen1.5-7B-Chat 然后,您可以使用 create chat interface 来与 Qwen 进行交流: curl http://localhost:8000/v1/chat/completions -H "Content-Type: application/json" - �→d '{ "model": 5-7B-Chat-AWQ 模型: python -m vllm.entrypoints.openai.api_server --model Qwen/Qwen1.5-7B-Chat-AWQ curl http://localhost:8000/v1/chat/completions -H "Content-Type: application/json" - �→d '{ "model": API 兼容的 API: python -m vllm.entrypoints.openai.api_server --model Qwen/Qwen1.5-7B-Chat-GPTQ-Int8 curl http://localhost:8000/v1/chat/completions -H "Content-Type: application/json" - �→d '{ "model":
    0 码力 | 56 页 | 835.78 KB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.13 网络

    describe pod $ curl -u : http://:/metrics $ curl -u user:password https://:/metrics -k $ curl -u : http:// django-psql-example OpenShift Container Platform 4.13 网 网络 络 72 b. 运行以下 curl 命令或在浏览器中访问路由主机名: 3. 对于 404 自定义 http 错误代码响应: a. 访问不存在的路由或路由不正确。 b. 运行以下 curl 命令或在浏览器中访问路由主机名: 4. 检查 haproxy.config 文件中的 errorfile 属性是否正确: HAProxy 进程不会启动。有关这个参数的更多信息,请参阅"Ingress Controller 配置参数"部分中的表。 7.9. 其他资源 配置自定义 PKI $ curl -vk $ curl -vk $ oc -n openshift-ingress rsh cat /var/lib/haproxy/conf/haproxy
    0 码力 | 697 页 | 7.55 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.4 构建(build)

    BuildConfig 中定义 GitHub Webhook 触发器,并由 Gogs 服务器触发它。 2. 提供含有有效 JSON 内容的文件后,如 payload.json,您可以使用 curl 手动触发 Webhook: $ curl -H "X-GitHub-Event: push" -H "Content-Type: application/json" -k -X POST --data- binary GitLab 设置说明,将 Webhook URL 粘贴到 GitLab 存储库设置中。 2. 提供含有有效 JSON 内容的文件后,如 payload.json,您可以使用 curl 手动触发 Webhook: $ curl -H "X-GitLab-Event: Push Hook" -H "Content-Type: application/json" -k -X POST -- data-binary Bitbucket 设置说明,将 Webhook URL 粘贴到 Bitbucket 存储库设置中。 2. 提供含有有效 JSON 内容的文件后,如 payload.json,您可以使用 curl 手动触发 Webhook: $ curl -H "X-Event-Key: repo:push" -H "Content-Type: application/json" -k -X POST --data- binary
    0 码力 | 101 页 | 1.12 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.13 CI/CD

    服务器,也可以在 BuildConfig 中定义 GitHub Webhook 触发器,并由 Gogs 服务器触发它。 2. 提供含有有效 JSON 内容的文件后,如 payload.json,您可以使用 curl 手动触发 Webhook: 只有在 API 服务器没有适当签名的证书时,才需要 -k 参数。 注意 注意 只有 GitHub Webhook 事件的 ref 值与 BuildConfig 资源中的 com:443/apis/build.openshift.io/v1/namespaces//buildconfigs//webhooks//github $ curl -H "X-GitHub-Event: push" -H "Content-Type: application/json" -k -X POST --data- binary @payload.json 值。 c. 按照 GitLab 设置说明,将 Webhook URL 粘贴到 GitLab 存储库设置中。 2. 提供含有有效 JSON 内容的文件后,如 payload.json,您可以使用 curl 手动触发 Webhook: 只有在 API 服务器没有适当签名的证书时,才需要 -k 参数。 2.8.1.1.3. 使用 使用 Bitbucket Webhook 当存储库更新时,Bitbucket
    0 码力 | 129 页 | 1.37 MB | 1 年前
    3
共 186 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 19
前往
页
相关搜索词
Docker入门实践0.920171231Hadoop开发指南IstioSecurityAssessmentOpenShiftContainerPlatform4.10监控0.4Daprfebruary2021securityauditreportAI模型千问qwen中文文档4.13网络4.4构建buildCICD
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩