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

无数据

分类

全部后端开发(83)Python(34)C++(31)Julia(18)Conda(16)综合其他(9)数据库(8)TiDB(7)系统运维(6)Django(6)

语言

全部英语(94)中文(繁体)(10)zh(2)中文(简体)(2)英语(2)[zh](1)ro(1)

格式

全部PDF文档 PDF(103)其他文档 其他(5)DOC文档 DOC(3)PPT文档 PPT(1)
 
本次搜索耗时 0.086 秒,为您找到相关结果约 112 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • Julia
  • Conda
  • 综合其他
  • 数据库
  • TiDB
  • 系统运维
  • Django
  • 全部
  • 英语
  • 中文(繁体)
  • zh
  • 中文(简体)
  • 英语
  • [zh]
  • ro
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 1.3 Go practices in TiDB 姚维

    Agenda ● How to build a stable database ○ Schrodinger-test platform ○ Failpoint injection ○ Goroutine-leak detection ● Optimization ○ Chunk vs interface{} ○ Vectorized execution TiDB Overview TiDB TiDB TiDB goroutine leak What is goroutine leak? func main() { go func() { // Just invalid the deadlock detection. for { time.Sleep(1 * time.Second) } }() done := make(chan bool) leakCh := make(chan string, 1)
    0 码力 | 32 页 | 1.76 MB | 6 月前
    3
  • pdf文档 Contracts for C++

    std::source_location location() const noexcept; const char* comment() const noexcept; detection_mode detection_mode() const noexcept; evaluation_semantic semantic() const noexcept; assertion_kind std::source_location location() const noexcept; const char* comment() const noexcept; detection_mode detection_mode() const noexcept; evaluation_semantic semantic() const noexcept; assertion_kind std::source_location location() const noexcept; const char* comment() const noexcept; detection_mode detection_mode() const noexcept; evaluation_semantic semantic() const noexcept; assertion_kind
    0 码力 | 181 页 | 4.44 MB | 5 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.3.36 User Manual

    ballooning control . . . . . . . . . . . . . . . . . . . . . . . . . 191 9.21.2 Host isolation detection . . . . . . . . . . . . . . . . . . . . . . . . . . . 192 9.21.3 More information . . . . . . . installer will add several device drivers to the Windows driver database and then invoke the hardware detection wizard. Depending on your configuration, it might display warnings that the drivers are not digitally CD-ROM”, irrespective of the current configuration of the virtual drive. This is to prevent hardware detection from being triggered in the guest operating sys- tem every time the configuration is changed. The
    0 码力 | 380 页 | 3.79 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.32 User Manual

    ballooning control . . . . . . . . . . . . . . . . . . . . . . . . . 182 9.22.2 Host isolation detection . . . . . . . . . . . . . . . . . . . . . . . . . . . 183 9.22.3 More information . . . . . . . installer will add several device drivers to the Windows driver database and then invoke the hardware detection wizard. Depending on your configuration, it might display warnings that the drivers are not digitally CD-ROM”, irrespective of the current configuration of the virtual drive. This is to prevent hardware detection from being triggered in the guest operating sys- tem every time the configuration is changed. The
    0 码力 | 348 页 | 5.93 MB | 6 月前
    3
  • pdf文档 Unity for Human Beings

    now cover the basics. The basics will cover first person view, third person view, and collision detection. As usual my tutorials will be broken down into several sections. First section will cover what person view is and how to achieve it using code. The third and final section is all about collision detection in 3D. As a warning to all of my readers do not to use the code provided in a game of their own behind the player model. This method’s concerns are where the character is facing and collision detection. Another method is the overhead view. The overhead view does not care whether the player is facing
    0 码力 | 239 页 | 27.39 MB | 10 月前
    3
  • pdf文档 OpenAI 《A practical guide to building agents》

    21 22 23 24 25 from import from import class str async def ( "Churn Detection Agent" "Identify if the user message indicates a potential customer churn risk." agents Agent is_churn_risk: reasoning: churn_detection_agent = Agent( name= , instructions= , output_type=ChurnDetectionOutput, ) @input_guardrail churn_detection_tripwire( bool 28 A practical Agent, | [TResponseInputItem] ) -> GuardrailFunctionOutput: result = Runner.run(churn_detection_agent, , context=ctx.context) GuardrailFunctionOutput( output_info=result.final_output
    0 码力 | 34 页 | 7.00 MB | 5 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.1.40 User Manual

    installer will add several device drivers to the Windows driver database and then invoke the hardware detection wizard. Depending on your configuration, it might display warnings that the drivers are not digitally CD-ROM”, irrespective of the current configuration of the virtual drive. This is to prevent hardware detection from being triggered in the guest operating sys- tem every time the configuration is changed. The unless you know what you’re doing. • The osdetect command makes the VMM’s debugger facility (re-)detection the guest oper- ation system. This corresponds to the detect command in the debugger. • The osinfo
    0 码力 | 310 页 | 4.87 MB | 6 月前
    3
  • pdf文档 Robotics at Compile-Time: Optimizing Robotics Algorithms with C++'s Compile-Time Features

    operator()(double value){ return std::clamp(value, limits_.lower, limits_.upper); } };Collision Detection • Need to decide in real-time: is the robot colliding with itself • Each physical link is represented represented by one or more collision shapes • O(n^2) or O(n log n)Collisions with ShapesCollision Detection at Runtime With Ranges auto is_in_collision = [](const ShapeWithPose& shape1, const ShapeWithPose& | std::ranges::transform(is_in_collision_tuple) | std::ranges::none_of; }Collision Detection at Compile Time bool is_in_collision( const BoxWithPose& shape1, const SphereWithPose& shape2){
    0 码力 | 45 页 | 20.73 MB | 5 月前
    3
  • pdf文档 LLVM's Realtime Safety Revolution: Tools for Modern Mission Critical Systems

    code runs faster than allotted time. ● No detection of hand-written assembly system calls. ● Not all libc wrapper functions implemented. ● No detection of nondeterministic loops. ○ Infinite loops code runs faster than allotted time. ● No detection of hand-written assembly system calls. ● Not all libc wrapper functions implemented. ● No detection of nondeterministic loops. ○ Infinite loops existing sanitizers (RTSAN_OPTIONS) ○ Adding “continue mode” ○ Suppression lists ● Later ○ Detection of nondeterministic loops ● Someday? ○ Windows support ○ Android/iOS support ○ Other architectures
    0 码力 | 153 页 | 1.38 MB | 5 月前
    3
  • word文档 The DevOps Handbook

    loops i. Enable working towards shared goals ii. See problems as they occur iii. Enable quick detection & recovery iv. Ensure features operate as intended and achieve organizational goals 2. Ch. 14 most severe incident in recent past. 2. Create list of telemetry that could have enabled earlier detection and diagnosis as well as confirmation 3. For each metric, configure alerts when metric deviates curve) so standard deviations will likely over or under alertd. USING ANOMALY DETECTION TECHNIQUES i. Anomaly detection is “the search for items or events which do not conform to an expected pattern
    0 码力 | 8 页 | 24.02 KB | 5 月前
    3
共 112 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 12
前往
页
相关搜索词
1.3GopracticesinTiDB姚维ContractsforC++OracleVMVirtualBox4.336UserManual4.232UnityHumanBeingsOpenAIpracticalguidetobuildingagents4.140RoboticsatCompileTimeOptimizingAlgorithmswithFeaturesLLVMRealtimeSafetyRevolutionToolsModernMissionCriticalSystemsTheDevOpsHandbook
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩