书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 856 个相关结果.
  • Events Calendar

    1206 2020-04-19 《Kubeflow 0.7 Document》
    Events Calendar Events Calendar Events related to Kubeflow This is a nonexhaustive list of events (in reverse chronological order) with talks and workshops about Kubeflow.Plea...
  • Counting Sort

    Counting Sort Algorithm Complexity References Counting Sort In computer science, counting sort is an algorithm for sorting a collection of objects according to keys that ar...
  • How to Evaluate Interviewees

    How to Evaluate Interviewees How to Evaluate Interviewees Evaluating potential employees is not given the energy it deserves. A bad hire, like a bad marriage, is terrible. A si...
  • Ceph Foundation

    900 2020-12-05 《Ceph v15.2 Document》
    Ceph Foundation Members Premier General Associate Governing Board Members Joining Ceph Foundation The Ceph Foundation exists to enable industry members to collaborate an...
  • Topological Sorting

    Topological Sorting Example Application References Topological Sorting In the field of computer science, a topological sort or topological ordering of a directed graph is a ...
  • References

    References References “Definition of Algorithm.” https://www.merriam-webster.com/dictionary/algorithm . (2017). Aamodt, Agnar, and Enric Plaza. “Case-based reasoning: Foundat...
  • External Links and Articles

    External Links and Articles Articles English Japanese Vietnamese Russian German Podcasts Talks Projects External Links and Articles Warning The current page still does...
  • Events Calendar

    1249 2020-03-06 《Kubeflow 1.0 Document》
    Events Calendar Feedback Events Calendar Events related to Kubeflow This is a nonexhaustive list of events (in reverse chronological order) with talks and workshops about Kub...
  • Scripts & functions

    Scripts & functions Note Scripts & functions GreptimeDB supports running Python script inside the database. If the business logic is too complex to express via SQL, you can use...
  • 乐观事务和悲观事务

    乐观事务和悲观事务 悲观事务 1. 编写悲观事务示例 2. 运行不涉及超卖的例子 3. 运行防止超卖的例子 乐观事务 1. 编写乐观事务示例 2. 运行不涉及超卖的例子 3. 运行防止超卖的例子 乐观事务和悲观事务 简单的讲,乐观事务 模型就是直接提交,遇到冲突就回滚,悲观事务 模型就是在真正提交事务前,先尝试对需要修改的资源上锁,只有...