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

无数据

分类

全部系统运维(12)网络与安全(12)后端开发(1)Python(1)

语言

全部英语(12)中文(简体)(1)

格式

全部DOC文档 DOC(13)
 
本次搜索耗时 0.015 秒,为您找到相关结果约 13 个.
  • 全部
  • 系统运维
  • 网络与安全
  • 后端开发
  • Python
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • word文档 Open Discussion on Project Planning

    Planning DOs and DON’Ts  DO establish some high-level planning, requirements, processes, and structure; however, activities focus on what teams can develop and field in the next few releases.  DON’T the cost estimate increases once a development team is established to help estimate the level of work for each requirement (i.e., as translated into user stories)
    0 码力 | 2 页 | 49.30 KB | 5 月前
    3
  • word文档 The DevOps Handbook

    short lead times was small batch sizes of work b. Agile, Continuous Delivery, and the Three Ways 7 c. The First Way: The Principles of Flow 15 i. MAKE OUR WORK VISIBLE 1. A significant difference between that our work is invisible. Unlike physical processes, in the technology value stream we cannot easily see where flow is being impeded or when work is piling up in front of constrained work centers. 2. By putting all work for each work center in queues and making it visible, all stakeholders can more easily prioritize work in the context of global goals. ii. REDUCE BATCH SIZES1. Another key
    0 码力 | 8 页 | 22.57 KB | 5 月前
    3
  • word文档 python3学习手册

    check iden�fied no issues (0 silenced). You have 18 unapplied migra�on(s). Your project may not work properly un�l you apply the migra�ons for app(s): admin, auth, conten�ypes, sessions. Run 'python main() ★实例化mul�processing.Process类-调用外部函数 import multiprocessing import os import time def work_func(): res = 0 for i in range(100000000): res *= i def main(): process_list cpu_count(), "核") start = time.time() for i in range(4): p = multiprocessing.Process(target=work_func) # 创建一个进程,将目标函数放入 process_list.append(p) p.start() for p in process_list:
    0 码力 | 213 页 | 3.53 MB | 1 年前
    3
  • word文档 The DevOps Handbook

    rapidly spread learning throughout the organization 2. Ch. 19 – Enable and Inject Learning into Daily Work a. Complex systems are impossible to predict for all outcomes i. Dr. Steven Spear - resilient organizations their chatrooms 1. Everyone saw everything that was happening 2. New engineers could see what daily work and how it was performed 3. People were more likely to ask for help when others helped 4. Rapid i. Goal – make recurring work as repeatable and deterministic as possible; standardize and automate (rinse and repeat) ii. Collectively define handoffs, for non-automated work, as clearly as possible
    0 码力 | 9 页 | 25.13 KB | 5 月前
    3
  • word文档 The Phoenix Project

    Three Ways, Bill starts to see that IT work has more in common with manufacturing plant work than he ever imagined. With the clock ticking, Bill must organize work flow streamline interdepartmental communications the performance of a specific silo of work or department. The outcomes of putting the First Way into practice include never passing a known defect to downstream work centers, never allowing local optimization for the improvement of daily work, creating rituals that reward the team for taking risks, and introducing faults into the system to increase resilience. Four Types of Work 1. Business projects 2. IT
    0 码力 | 3 页 | 154.45 KB | 5 月前
    3
  • word文档 The DevOps Handbook

    ii. Use for fact-based problem-solving e. ENABLE CREATION OF PRODUCTION METRICS AS PART OF DAILY WORK i. Create infrastructure to make it easy for Dev or Ops to create telemetry for functions built likely a vanity metric. 4. Reinforces that analyzing customer usage is part of daily work and helps understand how work contributes to organizational goals iii. Infrastructure Metrics 1. Quickly determine DUTIES WITH OPS i. Complex systems will inevitably have unexpected problems ii. Prevent upstream work from locally optimizing at the expense of the entire value stream – Everyone (development, managers
    0 码力 | 8 页 | 24.02 KB | 5 月前
    3
  • word文档 The DevOps Handbook

    First Way – The Technical Practices of Flow 1. Introduction a. Goal – Enable & sustain fast flow of work by implementing continuous delivery i. Create the foundation of our deployment pipeline ii. Enabling Deployment Pipeline a. Enterprise Data Warehouse program by Em Campbell-Pretty - $200M, All streams of work were significantly behind schedule. Surprising discovery: only 50% of the source code in Dev/Test effect – lose the ability to learn from mistakes and diminish integrating that learning into future work d. Google Web Server (GWS) team was struggling with changes – Hard line: no changes would be accepted
    0 码力 | 8 页 | 23.08 KB | 5 月前
    3
  • word文档 A Seat at the Table - IT Leadership in the Age of Agility

    https://git.io/JeaO2 Risk The presence of uncertainty is the simple reason why Agile approaches work better than plan-driven approaches—it is also the reason why a good IT leader will often have to Agile world; it is a kind of feedback cycle that lets us make good decisions in the normal course of work.  Let’s say that we are deciding between two different open source products for building a piece mobilizing the skills and passions of a broad community and encourage the members of that community to work together across organizational silos in a way that values skills and contributions. Shadow IT—rogue
    0 码力 | 7 页 | 387.48 KB | 5 月前
    3
  • word文档 A Seat at the Table - IT Leadership in the Age of Agility

    context of that intent.  How will the team determine the specific requirements—that is, determine what work they will do? Note that I am not asking what the requirements are, but rather how the team will discover to make sure the team has a good basis for making value decisions.  How is the team planning to work together? What skills are on the team? How will the team communicate? How do they plan to retrospect and that they are committed to continuous improvement.  How will the team seek feedback on its work? How will it solicit feedback and guidance from management? How frequently will it engage management
    0 码力 | 4 页 | 379.23 KB | 5 月前
    3
  • word文档 A Seat at the Table: IT Leadership in the Age of Agility - Part 2

    decision could be adjusted. We would manage risk by only committing resources to the smallest piece of work that would give us such useful learning.  we would gauge progress by seeing operational results tentative for the long term.  Then I need to know what its high-level budget is for that future work.  By comparing these two things—roadmap and budget—I can decide whether the business case for the practices. Daily standups and burndown charts give the team rapid feedback on whether it will finish the work of the sprint on time. Sprint reviews provide frequent feedback from stakeholders. And my two-week
    0 码力 | 7 页 | 387.61 KB | 5 月前
    3
共 13 条
  • 1
  • 2
前往
页
相关搜索词
OpenDiscussiononProjectPlanningTheDevOpsHandbookpython3学习手册PhoenixSeatattheTableITLeadershipinAgeofAgilityPart
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩