首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏云计算与大数据

    Kubernetes|Operators Best Practices

    This document presents a set of best practices to keep in mind when designing and developing operators To make sure your CRD conforms to the Kubernetes best practices for extending the API, follow these conventions All the best practices mentioned in this article are portrayed in an example available at the operator-utils Finally this set of best practices for writing operators represents my personal view and should not be considered an official list of best practices from Red Hat.

    1.3K10发布于 2019-07-12
  • 来自专栏用户2119464的专栏

    python-best-practices

    文章目录 导入 新增路径导入 语句 单行 if else 语句 字符串 列表拼接为字符串 去除字符串两边空格 列表处理 列表倒序 时间 当地时间 datetime 对象转换成字符串 字符串转换成 datetime 对象 时间戳转换成字符串 字符串转换成时间戳 datetime 对象转换成时间戳 时间戳转为当地时间字符串 UTC 时间 UTC datetime 对象转换成北京时间字符串 UTC 时间字符串转换成北京时间字符串 时间戳转为 UTC 时间字符串 UTC 字符串转为时间戳 网络请求 POST 请求

    61420编辑于 2021-12-06
  • 来自专栏用户4822892的专栏

    Best Practices & Tools for DevOps Testing Strategy

    Best Practices for DevOps Testing Strategy Software development companies have been adopting DevOps To help you out, we will discuss the basic concept of DevOps, its lifecycle, best practices and tools Unlike traditional manual practices, the DevOps team uses a technology stack and tooling that automates Best Practices For DevOps Testing DevOps test engineers need to re-think software QA test strategies Although it is beyond the scope of this article to explain each of the test best practices of DevOps.

    48400编辑于 2022-05-12
  • 来自专栏Base_CDNKevin

    Claude Code: Best practices for agentic coding

    我们最近发布了 Claude Code,一款智能编程命令行工具。作为一个研究项目,Claude Code 为 Anthropic 的工程师和研究人员提供了一种更原生的方式,将 Claude 无缝集成到他们的编程工作流中。

    1.5K11编辑于 2025-07-22
  • 来自专栏云原生应用工坊

    Container Platform and Best Practices Reference

    In such an architecture, the use of DevOps practices and tools such as GitOps and automated pipelines By integrating these components and practices, you can create a robust architecture that supports deploying Here are some recommendations and best practices to help you manage large-scale applications using Helm Consider adopting continuous delivery and continuous integration practices to deploy new features and By following these best practices and utilizing the recommended tools, you can more effectively manage

    57210编辑于 2023-12-12
  • 来自专栏一日一工具

    Intro Guide to Dockerfile Best Practices

    Efficiency is critical, and this blog series will cover five areas for Dockerfile best practices to help the recommended Dockerfile, while all intermediate ones are there only to illustrate specific best practices The next set of best practices will look at how we can optimize for maintainability, security, and repeatability images can save a lot of time spent on maintenance because all the installation steps are done and best practices

    1K30发布于 2020-07-06
  • 来自专栏GAN&CV

    Rules of Machine Learning: Best Practices for ML Engineering

    原文地址:https://developers.google.com/machine-learning/rules-of-ml/ 作者:Martin Zinkevich

    1.2K30发布于 2018-09-12
  • 来自专栏皮皮星球

    Kubernetes Networking: From Basics to Best Practices

    Kubernetes Networking: From Basics to Best Practices Introduction Importance of Kubernetes in modern Real-world Cases and Best Practices Implementations of K8s networking in enterprise or project settings Best practices in K8s networking. Future Outlook Upcoming trends in Kubernetes networking.

    23820编辑于 2023-11-18
  • 来自专栏Fish

    CUDA C最佳实践-CUDA Best Practices(一)

    这文档堪称CUDA官方手册里最有用TOP3了。 ps:全文翻译会累死猿哒,意译意译,各位看官凑合一下啦 前言 文档的作用 这文档能干嘛,是用来帮助开发者从NVIDIA GPU上获取最好的性能的。建

    2.2K60发布于 2018-01-09
  • 来自专栏Fish

    CUDA C最佳实践-CUDA Best Practices(三)

    1.8K100发布于 2018-01-09
  • 来自专栏包子铺里聊IT

    REST API Best practices: Where to put parameters?

    原文链接:http://stackoverflow.com/questions/4024271/rest-api-best-practices-where-to-put-parameters Question

    84750发布于 2018-04-20
  • 来自专栏阿dai_linux

    Best Practices for Speeding Up Your Web Site(网站优化)

    Best Practices for Speeding Up Your Web Site Minimize HTTP Requests tag: content 80% of the end-user It's good when the performance goals are inline with other web development best practices. Choose <link> over @import tag: css One of the previous best practices states that CSS should be at the

    1.1K30发布于 2019-04-03
  • 来自专栏生信菜鸟团

    读《Single-cell best practices》2025实践版

    《Single-cell best practices》是咱们生信书房推荐的第66本书。 最近在生信技能树上,看再次到这本书(https://www.sc-best-practices.org/preamble.html),内容确实比第一次关注到这本书更加全面了。 关于单细胞数据分析最佳实践(Single-cell best practices),一直伴随着单细胞数据的发展,概念、工具、方法、流程。 Best practices for single-cell analysis across modalities. scverse/scanpy/issues/2164 # in this book scales_counts = sc.pp.normalize_total https://www.sc-best-practices.org

    65710编辑于 2025-08-11
  • 来自专栏ThoughtWorks

    TW Insight - Good Practices to Build Your AngularJS Application

    We want to share some practices that we have learned along the way that can help you start your AngularJS Here are some good practices for AngularJS applications separated in five categories: #1 Structure:

    78370发布于 2018-04-20
  • 来自专栏Fish

    CUDA C最佳实践-CUDA Best Practices(二)

    9. 内存优化 看页数也知道,内存优化是性能提升最重要的途径。目标在于通过最大化带宽获得对硬件的最大使用率。最好使用快速内存而减少慢速内存的访问。这章就是各种讨论内存优化。 9.1. 主机和设备之间的

    2.6K100发布于 2018-01-09
  • 来自专栏大内老A

    New Release: patterns & practices App Arch Guide 2.0 Beta 1

    [From J.D Meier’s Blog:http://blogs.msdn.com/jmeier/default.aspx] Today we released our patterns & practices Map relevant patterns & practices solution assets. Principles, patterns and practices - Using the frames as backdrops, the guide overlays relevant principles , patterns, and practices. Catalog at a Glance Posted to CodePlex Cheat Sheet: patterns & practices Pattern Catalog Posted to CodePlex

    36410编辑于 2022-05-09
  • 来自专栏公众号:懒时小窝

    【Java】Best coding practices every java developer should

    原文 Best coding practices every java developer should follow 引言 把标题翻译成中文在国内也是一个老生常谈的问题:编程习惯和编码规范。 参考 另一位读者:Best coding practices every Java developer should follow? 10 Java Core Best Practices Every Java Programmer Should Know

    61830编辑于 2023-03-16
  • 来自专栏用户4822892的专栏

    Web App Development: 12 Best Practices You Cant Miss

    Web-App-Development.png Web App Development Best Practices. What web app best practices should you have? Top Web Application Development Practices You need to be keen if you want to stand out the competitive If you want your enterprise to succeed, you should be ready to adopt various best practices.

    59030发布于 2019-07-24
  • 来自专栏机器学习、深度学习

    视频动作识别--Towards Good Practices for Very Deep Two-Stream ConvNets

    Towards Good Practices for Very Deep Two-stream ConvNets http://yjxiong.me/others/action_recog/ https

    1.1K80发布于 2018-01-03
  • 来自专栏机器学习、深度学习

    视频动作识别--Temporal Segment Networks: Towards Good Practices for Deep Action Recognition

    Temporal Segment Networks: Towards Good Practices for Deep Action Recognition ECCV2016 https://github.com

    1.8K90发布于 2018-01-03
领券