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

无数据

分类

全部云计算&大数据(197)VirtualBox(80)Apache Kyuubi(44)Pandas(32)OpenShift(11)rancher(7)Istio(6)dapr(4)Kubernetes(3)机器学习(2)

语言

全部英语(181)中文(简体)(15)英语(1)

格式

全部PDF文档 PDF(174)其他文档 其他(22)DOC文档 DOC(1)
 
本次搜索耗时 0.071 秒,为您找到相关结果约 197 个.
  • 全部
  • 云计算&大数据
  • VirtualBox
  • Apache Kyuubi
  • Pandas
  • OpenShift
  • rancher
  • Istio
  • dapr
  • Kubernetes
  • 机器学习
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Leveraging Istio for Creating API Tests - Low Effort API Testing for Microservices

    API Tests Low Effort API Testing for Microservices | CONFIDENTIAL • What has changed? – Migration to microservices triggering need for extensive API tests • Problem: – Creating API tests is effort effort intensive – Creating + maintainting E2E, service tests, component tests adds up very quickly • What happens if you do not address the problem? – Thorough test coverage can take a lot of time outcome: Just create E2E tests • What is our solution? – Leverage Istio sidecar to listen to API traffic data and create tests from the data – 10x speed in creating API tests • Can also be sped up
    0 码力 | 21 页 | 1.09 MB | 1 年前
    3
  • pdf文档 Dapr june 2023 fuzzing audit report

    APIs 1: FuzzExprDecodeString Tests the decoding of strings into an Expr type. The fuzzer uses the test case as the input for the DecodeString() api. 2: FuzzHandleRequest Tests the request handling of the github.com/dapr/dapr/pkg/injector.(*injector).handleRequest(). 3: FuzzFSMPlacementState This fuzzer tests the fsmʼs handling of ra� log entries. The fuzzer creates a new FSM (finite state machine). It then test if a ra� log entry could cause disruption. 4: FuzzDaprRuntime This is an extensive fuzzer that tests the dapr runtime package. The fuzzer implements its own mocked pubsub type. The fuzzer has 4 targets:
    0 码力 | 19 页 | 690.59 KB | 1 年前
    3
  • pdf文档 Rancher Kubernetes Cryptographic Library FIPS 140-2 Non-Proprietary Security Policy

    ....... 13 8 Self-Tests...........................................................................................................................14 8.1 Power-On Self-Tests ..................... ..................................................................... 14 8.2 Conditional Self-Tests ................................................................................................. Physical Security NA Operational Environment 1 Cryptographic Key Management 1 EMI/EMC 1 Self-Tests 1 Design Assurance 1 Mitigation of Other Attacks NA Overall Level 1 [140] Section 4.5
    0 码力 | 16 页 | 551.69 KB | 1 年前
    3
  • pdf文档 Apache Karaf 3.0.5 Guides

    Karaf: INSTALLATION 15 mvn clean install NB: you can speed up the build by bypassing the unit tests: mvn clean install -DskipTests 2. You can find the built binary distribution in assemblies\apache-karaf\ Maven to build Apache Karaf: mvn clean install NB: you can speed up the build by bypassing the unit tests: mvn clean install -DskipTests 2. You can find the built binary distribution in assemblies/apache-karaf/ TROUBLESHOOTING, DEBUGGING, PROFILING, AND MONITORING 191 Writing integration tests We recommend using PAX Exam to write integration tests when developing applications using Karaf. Starting with Karaf 3.0 we've
    0 码力 | 203 页 | 534.36 KB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.10 可伸缩性和性能

    生成延迟测试失败报告 15.6. 生成 JUNIT 延迟测试报告 15.7. 在单节点 OPENSHIFT 集群上运行延迟测试 15.8. 在断开连接的集群中运行延迟测试 15.9. 对 CNF-TESTS 容器的错误进行故障排除 78 78 78 80 80 82 83 84 87 87 87 90 90 92 92 94 94 94 95 96 96 96 100 "disable" spec: containers: - name: dynamic-irq-pod image: "registry.redhat.io/openshift4/cnf-tests-rhel8:v4.10" command: ["sleep", "10h"] resources: requests: cpu: 2 memory: 集群上运行延迟测试,其中安装了运行 CNF 工作负载所需的所有组件。运行延迟测试以验证工 作负载的节点调整。 cnf-tests 容器镜像位于 registry.redhat.io/openshift4/cnf-tests-rhel8:v4.10 中。 重要 重要 cnf-tests 镜像还包含了红帽不支持的多个测试。红帽只支持延迟测试。 15.1. 运行延迟测试的先决条件 运行延迟测试前,集群必须满足以下要求:
    0 码力 | 315 页 | 3.19 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.3.0 Documentation

    Building Kyuubi 2. Building a Runnable Distribution 3. Building Kyuubi Documentation 4. Running Tests 5. Debugging Kyuubi 6. Developer Tools Community 1. Collaborators 2. Contribution Guidelines 3. dependencies 3.3. Create Documentation 3.4. View Locally 4. Running Tests 4.1. Running Tests Fully 4.2. Running Tests for a Module 4.3. Running Tests for a Single Test 5. Debugging Kyuubi 5.1. Debugging Server 3.4. View Locally Open the _build/html/index.html file in your favorite web browser. 4. Running Tests Kyuubi can be tested based on Apache Maven [http://maven.apache.org] and the ScalaTest Maven Plugin
    0 码力 | 199 页 | 4.42 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.3.1 Documentation

    Building Kyuubi 2. Building a Runnable Distribution 3. Building Kyuubi Documentation 4. Running Tests 5. Debugging Kyuubi 6. Developer Tools Community 1. Collaborators 2. Contribution Guidelines 3. dependencies 3.3. Create Documentation 3.4. View Locally 4. Running Tests 4.1. Running Tests Fully 4.2. Running Tests for a Module 4.3. Running Tests for a Single Test 5. Debugging Kyuubi 5.1. Debugging Server 3.4. View Locally Open the _build/html/index.html file in your favorite web browser. 4. Running Tests Kyuubi can be tested based on Apache Maven [http://maven.apache.org] and the ScalaTest Maven Plugin
    0 码力 | 199 页 | 4.44 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.4.1 Documentation

    Building Kyuubi 2. Building a Runnable Distribution 3. Building Kyuubi Documentation 4. Running Tests 5. Debugging Kyuubi 6. Developer Tools Community 1. Collaborators 2. Contribution Guidelines 3. src_ip like '157%' and dst_ip like '216.%'; 3.1. Benchmark result We have done two performance tests: one is to compare the efficiency of Z-order Optimize and Order by Sort, and the other is to query dependencies 3.3. Create Documentation 3.4. View Locally 4. Running Tests 4.1. Running Tests Fully 4.2. Running Tests for a Module 4.3. Running Tests for a Single Test 5. Debugging Kyuubi 5.1. Debugging Server
    0 码力 | 233 页 | 4.62 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.4.0 Documentation

    Building Kyuubi 2. Building a Runnable Distribution 3. Building Kyuubi Documentation 4. Running Tests 5. Debugging Kyuubi 6. Developer Tools Community 1. Collaborators 2. Contribution Guidelines 3. src_ip like '157%' and dst_ip like '216.%'; 3.1. Benchmark result We have done two performance tests: one is to compare the efficiency of Z-order Optimize and Order by Sort, and the other is to query dependencies 3.3. Create Documentation 3.4. View Locally 4. Running Tests 4.1. Running Tests Fully 4.2. Running Tests for a Module 4.3. Running Tests for a Single Test 5. Debugging Kyuubi 5.1. Debugging Server
    0 码力 | 233 页 | 4.62 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.9.0-SNAPSHOT Documentation

    Code Get Started Code Style Guide Building From Source Building A Runnable Distribution Running Tests Debugging Kyuubi Developer Tools IntelliJ IDEA Setup Guide Release Guide Contributing Documentations ScalaTest Maven plugin If you omit -DskipTests option in the command above, you will also get all unit tests run. build/mvn clean package -pl :kyuubi-spark-authz_2.12 If any bug occurs and you want to debug optional). build/mvn clean package -pl :kyuubi-spark-authz_2.12 - DdebugForkedProcess=true The tests will suspend at startup and wait for a remote debugger to attach to the configured port. We will
    0 码力 | 405 页 | 4.96 MB | 1 年前
    3
共 197 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 20
前往
页
相关搜索词
LeveragingIstioforCreatingAPITestsLowEffortTestingMicroservicesDaprjune2023fuzzingauditreportRancherKubernetesCryptographicLibraryFIPS140NonProprietarySecurityPolicyApacheKaraf3.0GuidesOpenShiftContainerPlatform4.10伸缩伸缩性可伸缩性性能Kyuubi1.3Documentation1.41.9SNAPSHOT
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩