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

无数据

分类

全部后端开发(13)Julia(10)系统运维(6)网络与安全(6)综合其他(2)Python(2)人工智能(2)Tornado(2)数据库(1)Rust(1)

语言

全部英语(11)中文(繁体)(10)中文(简体)(1)

格式

全部PDF文档 PDF(16)DOC文档 DOC(4)PPT文档 PPT(1)其他文档 其他(1)
 
本次搜索耗时 0.308 秒,为您找到相关结果约 22 个.
  • 全部
  • 后端开发
  • Julia
  • 系统运维
  • 网络与安全
  • 综合其他
  • Python
  • 人工智能
  • Tornado
  • 数据库
  • Rust
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • DOC文档 DOC
  • PPT文档 PPT
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Tornado 6.5 Documentation

    organize your code in the same way you would if it were synchronous. This is especially important for error handling, since try/except blocks work as you would expect in coroutines while this is difficult to parallel_fetch_many(urls): responses = await multi ([http_client.fetch(url) for url in urls]) # responses is a list of HTTPResponses in the same order async def parallel_fetch_dict(urls): responses = await multi({url: multi({url: http_client.fetch(url) for url in urls}) # responses is a dict {url: HTTPResponse} In decorated coroutines, it is possible to yield the list or dict directly: @gen.coroutine def parallel_fetch_decorated(url1
    0 码力 | 272 页 | 1.12 MB | 3 月前
    3
  • epub文档 Tornado 6.5 Documentation

    Application object Subclassing RequestHandler Handling request input Overriding RequestHandler methods Error Handling Redirection Asynchronous handlers Templates and UI Configuring templates Template syntax organize your code in the same way you would if it were synchronous. This is especially important for error handling, since try/except blocks work as you would expect in coroutines while this is difficult to s): responses = await multi ([http_client.fetch(url) for url in urls]) # responses is a list of HTTPResponses in the same order async def parallel_fetch_dict(urls): responses = await multi({url:
    0 码力 | 437 页 | 405.14 KB | 3 月前
    3
  • pdf文档 OpenAI - AI in the Enterprise

    agreed-upon-metrics for accuracy, relevance, and coherence. 03 Human trainers Comparing AI results to responses from expert advisors, grading for accuracy and relevance. These evals—and others—gave Morgan fine-tuning OpenAI models, the Lowe’s team was able to improve product tagging accuracy 
 by 20%—with error detection improving by 60%. Excitement in the team was palpable when we saw results from fine-tuning were getting bogged down, spending time accessing systems, trying to understand context, craft responses, and take the right actions for customers. So we built an internal automation platform. It works
    0 码力 | 25 页 | 9.48 MB | 5 月前
    3
  • word文档 The DevOps Handbook

    failure, tested for failure, and evolved beyond it b. ESTABLISH A JUST, LEARNING CULTURE i. Unjust responses to incidents 1. Impede safety 2. Promote fear over mindfulness 3. Create bureaucracy rather Bad Apple Theory – you cannot eliminate error by eliminating the people who caused the error. 1. “Human error is not our cause of troubles; instead, human error is a consequence of the design of the
    0 码力 | 9 页 | 25.13 KB | 5 月前
    3
  • word文档 The DevOps Handbook

    Examples of ineffective quality controls include: a. Requiring another team to complete tedious, error-prone, and manual tasks that could be easily automated and run as needed by the team who needs the batches of work to teams and special committees for approval and processing and then waiting for responses 3. Instead a. Use peer reviews of our proposed changes to gain whatever assurance is needed that
    0 码力 | 8 页 | 22.57 KB | 5 月前
    3
  • pdf文档 Trends Artificial Intelligence

    Stanford HAI (4/25) AI Development Trending = Unprecedented42 AI Performance = In Q1:25… 73% of Responses & Rising Mistaken as Human by Testers Note: The Turing test, introduced in 1950, measures a machine’s ‘Large Language Models Pass the Turing Test’ (3/25) via UC San Diego % of Testers Who Mistake AI Responses as Human-Generated – 3/25, per Cameron Jones / Benjamin Bergen Date Released 5/24 1/25 2/25 indistinguishable from that of a human. In the test, if a human evaluator cannot reliably tell whether responses are coming from a human or a machine during a conversation, the machine is said to have passed
    0 码力 | 340 页 | 12.14 MB | 5 月前
    3
  • pdf文档 julia 1.10.10

    Extracting useful information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411 33.3 Error handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 412 33.4 Exception give you an error: julia> pi π = 3.1415926535897... julia> pi = 3 ERROR: cannot assign a value to imported variable Base.pi from module Main julia> sqrt(100) 10.0 julia> sqrt = 4 ERROR: cannot assign julia> x, ___ = size([2 2; 1 1]) (2, 2) julia> y = ___ ERROR: syntax: all-underscore identifier used as rvalue julia> println(___) ERROR: syntax: all-underscore identifier used as rvalue The only
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • pdf文档 Julia 1.10.9

    Extracting useful information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411 33.3 Error handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 412 33.4 Exception give you an error: julia> pi π = 3.1415926535897... julia> pi = 3 ERROR: cannot assign a value to imported variable Base.pi from module Main julia> sqrt(100) 10.0 julia> sqrt = 4 ERROR: cannot assign julia> x, ___ = size([2 2; 1 1]) (2, 2) julia> y = ___ ERROR: syntax: all-underscore identifier used as rvalue julia> println(___) ERROR: syntax: all-underscore identifier used as rvalue The only
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • pdf文档 Julia 1.11.4

    Extracting useful information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 438 34.3 Error handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 439 34.4 Exception give you an error: julia> pi π = 3.1415926535897... julia> pi = 3 ERROR: cannot assign a value to imported variable Base.pi from module Main julia> sqrt(100) 10.0 julia> sqrt = 4 ERROR: cannot assign 2; 1 1]) (2, 2) julia> y = ___ ERROR: syntax: all-underscore identifiers are write-only and their values cannot be used in expressions �→ julia> println(___) ERROR: syntax: all-underscore identifiers
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Julia 1.11.5 Documentation

    Extracting useful information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 438 34.3 Error handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 439 34.4 Exception give you an error: julia> pi π = 3.1415926535897... julia> pi = 3 ERROR: cannot assign a value to imported variable Base.pi from module Main julia> sqrt(100) 10.0 julia> sqrt = 4 ERROR: cannot assign 2; 1 1]) (2, 2) julia> y = ___ ERROR: syntax: all-underscore identifiers are write-only and their values cannot be used in expressions �→ julia> println(___) ERROR: syntax: all-underscore identifiers
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
共 22 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
Tornado6.5DocumentationOpenAIAIintheEnterpriseTheDevOpsHandbookTrendsArtificialIntelligencejulia1.1010Julia1.11
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩