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

无数据

分类

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

语言

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

格式

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

    piling up at the bottleneck.” Resource Utilization “The wait time is the ‘percentage of time busy’ divided by the ‘percentage of time idle.’ In other words, if a resource is fifty percent busy, then if a resource is ninety percent busy, the wait time is ‘ninety percent divided by ten percent’, or nine hours. In other words, our task would wait in queue nine times longer than if the resource were of the time, the tasks would spend in queue a total of nine hours time the seven steps…” Change Control  “We need to tighten up our change controls… what’s preventing us from getting there?”  “That
    0 码力 | 3 页 | 154.45 KB | 5 月前
    3
  • pdf文档 Tornado 6.5 Documentation

    Template syntax A Tornado template is just HTML (or any other text-based format) with Python control sequences and expressions embedded within the markup: {{ title }} render("template.html", title="My title", items=items) Tornado templates support control statements and expressions. Control statements are surrounded by {% and %}, e.g. {% if len(items) > 2 %}. Expressions surrounded by {{ and }}, e.g. {{ items[0] }}. 6.1. User’s guide 27Tornado Documentation, Release 6.5.1 Control statements more or less map exactly to Python statements. We support if, for, while, and try, all
    0 码力 | 272 页 | 1.12 MB | 3 月前
    3
  • pdf文档 MITRE Defense Agile Acquisition Guide - Mar 2014

    practices does not guarantee program success, as many variables that affect success lie outside the control of the government program manager and his team. In the government context, Agile represents a good This approach focuses on an integrated government-contractor release team, but could be more resource intensive. Figure 7 Multiple Release Team Example Management of Agile development requires dependencies on existing or planned capabilities must be understood. Some programs may use a Change Control Board for some of the larger backlog grooming decisions. In an Agile environment, users often
    0 码力 | 74 页 | 3.57 MB | 5 月前
    3
  • epub文档 Tornado 6.5 Documentation

    Template syntax A Tornado template is just HTML (or any other text-based format) with Python control sequences and expressions embedded within the markup: {{ title }} support control statements and expressions. Control statements are surrounded by {% and %}, e.g. {% if len(items) > 2 %}. Expressions are surrounded by {{ and }}, e.g. {{ items[0] }}. Control statements main thread. If you use multiple threads it is important to use IOLoop.add_callback to transfer control back to the main thread before finishing the request, or to limit your use of other threads to IOLoop
    0 码力 | 437 页 | 405.14 KB | 3 月前
    3
  • pdf文档 The Goal - A Process of Ongoing Improvement

    QA?Two types of resources ● Bottleneck - any resource whose capacity is equal to or less than the demand placed upon it ● Non-Bottleneck - any resource whose capacity is greater than the demand placed bottleneck produces in that time. And that makes an enormously expensive lunch break” Story - Quality control Jonah: “Make sure the bottleneck works only on good parts by weeding out the ones that are defective divide that time into four elements: ● Setup - the time the part spends waiting for a resource, while the resource is preparing itself to work on the part ● Process time - the amount of time the part
    0 码力 | 6 页 | 100.81 KB | 5 月前
    3
  • pdf文档 Trends Artificial Intelligence

    accelerate scientific research could result in cures for disease and solutions for climate change and resource shortages. As Demis Hassabis, CEO of Google DeepMind, has suggested: ‘First we solve AI, then use Assistant – 6/18-2/25, per Bank of America Erica acts as both a personal concierge and mission control for our clients. Our data science team has made more than 50,000 updates to Erica’s performance relative to prior analytical techniques with the remainder relative to a random baseline or holdout control.’ We indicate 2020 as the start year for JP Morgan’s AI Modernization (2020 Letter to Shareholders:
    0 码力 | 340 页 | 12.14 MB | 4 月前
    3
  • word文档 The DevOps Handbook

    environments matched Prod. They fixed forward, but changes not put back into version control. Focused on version control and automated environment creation – time reduced from 8 weeks to 1 day b. ENABLE system are shared in a version control repository ii. Version control is for everyone in the value stream iii. Everything, everything, everything is checked into version control 1. Application code & dependencies includes pre-production and build processes 9. Tools iv. 2014 State of DevOps Report – use of version control by Ops was the highest predictor of both IT performance & organizational performance d. MAKE INFRASTRUCTURE
    0 码力 | 8 页 | 23.08 KB | 5 月前
    3
  • word文档 A Seat at the Table: IT Leadership in the Age of Agility - Part 2

    dominated the IT world because it appears to offer predictability, control, and efficiency, the key values of the contractor-control model. But it doesn’t. Requirements: Requirements are a way of controlling used to set boundaries for developers when they began a project. In other words, a vehicle for control. But standardization also imposes costs by:  limiting agility and adding bureaucratic waste: exceptions project sponsors (1) developing a formal proposal that incorporates estimated benefits, risks, and resource requirements and (2) submitting the proposal to decision makers who select preferred investments
    0 码力 | 7 页 | 387.61 KB | 5 月前
    3
  • pdf文档 Julia 1.11.4

    19 Further Reading . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 10 Control Flow 94 10.1 Compound Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Logical operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 295 21.4 Control Flow and Short-Circuiting Operators . . . . . . . . . . . . . . . . . . . . . . 296 21.5 Arrays . . . . . . . . . . . . . . . . . . . . . . . . . . 462 35.15 Use MutableArithmetics for more control over allocation for mutable arithmetic types463 35.16 More dots: Fuse vectorized operations . .
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Julia 1.11.5 Documentation

    19 Further Reading . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 10 Control Flow 94 10.1 Compound Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Logical operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 295 21.4 Control Flow and Short-Circuiting Operators . . . . . . . . . . . . . . . . . . . . . . 296 21.5 Arrays . . . . . . . . . . . . . . . . . . . . . . . . . . 462 35.15 Use MutableArithmetics for more control over allocation for mutable arithmetic types463 35.16 More dots: Fuse vectorized operations . .
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
共 34 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
ThePhoenixProjectTornado6.5DocumentationMITREDefenseAgileAcquisitionGuideMar2014GoalProcessofOngoingImprovementTrendsArtificialIntelligenceDevOpsHandbookSeatattheTableITLeadershipinAgeAgilityPartJulia1.11
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩