书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 1243 个相关结果.
  • 柔性事务

    柔性事务 柔性事务 柔性事务在 2008 年发表的一篇论文 中被最早提到, 它提倡采用最终一致性放宽对强一致性的要求,以达到事务处理并发度的提升。 TCC 和 Saga 是两种常见实现方案。 他们主张开发者自行实现对数据库的反向操作,来达到数据在回滚时仍能够保证最终一致性。 SEATA 实现了 SQL 反向操作的自动生成,可以使柔性事务不再必须由开...
  • Beyond combineReducers

    605 2019-06-02 《Redux Document》
    Beyond combineReducers Using slice reducers with Immutable.js objects Sharing data between slice reducers Further Suggestions Beyond combineReducers The combineReducers uti...
  • Lesson 44 实战分析:评论功能(七)

    2490 2019-08-22 《React.js 小书》
    构建评论的 reducer action creators 作者:胡子大哈 原文链接: http://huziketang.com/books/react/lesson44 转载请注明出处,保留原文链接和作者信息。(本文未审核) 从本节开始,我们开始用 Redux、React-redux 来重构第二阶段的评论功能。产品需求跟之前一样,但...
  • Store

    979 2018-02-14 《Redux 中文文档》
    Store Flux 用户使用注意 Store 方法 Store 方法 id='getState' getState() 返回值 id='dispatch' dispatch(action) Flux 用户使用注意 参数 返回值 注意 示例 id='subscribe' subscribe(listener) 参数 ...
  • Contribute to Grafana

    Contribute to Grafana General resources Best practices and style Contribute to Grafana This page lists resources for developers who want to contribute to the Grafana software ...
  • Contribute to Grafana

    Contribute to Grafana General resources Best practices and style Contribute to Grafana This page lists resources for developers who want to contribute to the Grafana software ...
  • Contribute to Grafana

    Contribute to Grafana General resources Best practices and style Contribute to Grafana This page lists resources for developers who want to contribute to the Grafana software ...
  • 9.2 ®QGIS

    9.2 (R)QGIS 9.2 (R)QGIS QGIS is one of the most popular open-source GIS (Table 9.1 ; Graser and Olaya 2015 ).Its main advantage lies in the fact that it provides a unified inte...
  • Creating Functional Forms

    Creating Functional Forms The Problem Redux in a Hurry Setting Up Forms to Work with Redux Connecting the Dots Filling in the Gaps The Payoff: Validation Conclusion Crea...
  • combineReducers 用法

    765 2018-02-14 《Redux 中文文档》
    combineReducers 用法 核心概念 定义 State 结构 combineReducers 用法 核心概念 基于 Redux 的应用程序中最常见的 state 结构是一个简单的 JavaScript 对象,它最外层的每个 key 中拥有特定域的数据。类似地,给这种 state 结构写 reducer 的方式是分拆成多个 red...