https://wiki.archlinux.org/index.php/Power_management/Suspend_and_hibernate_(简体中文)https://wiki.archlinux.org/index.php/Power_management/Suspend_and_hi ...
分类:
系统相关 时间:
2019-03-28 09:43:37
阅读次数:
694
APP.vue loading.vue 组件 vuex中store.js http.js (公用的请求数据) END ...
分类:
其他好文 时间:
2019-03-18 11:48:20
阅读次数:
162
ES5, ES6, ES2016, ES.Next: What's going on with JavaScript versioning? Posted by Hux on September 22, 2015 ES5, ES6, ES2016, ES.Next: What's going on ...
分类:
编程语言 时间:
2019-03-07 11:42:12
阅读次数:
219
当我们基于比原做应用的时候,在构建交易过程中会遇到以下两种情况。多个地址向一个地址转账,还有一种就是从一个地址分批次向多个地址转账。那我们今天就来介绍一下这两种交易构建的具体流程,以及贴出具体实现的代码。 链式交易 当我们从多个钱包地址一次性转到一个地址的时候,为了提高用户体验。我们可以选择链式交易 ...
分类:
其他好文 时间:
2019-03-01 18:28:56
阅读次数:
220
1.删除数组中的多个元素,也就是去掉数组中不符合条件的选项 2.解决方法:使用逆向循环 或者 Array.prototype.filter()方法 下面以angular项目中的删除已完成选项为例: 数据: 删除操作: ...
分类:
编程语言 时间:
2019-02-26 15:24:57
阅读次数:
232
Redux 是一个很棒的用于管理应用程序“状态”的工具。单向数据流以及对不可变数据的关注使得推断状态的变化变得很简单。每次状态变化都由一个 action 触发,这会导致 reducer 函数返回一个变更后的新状态。由于客户要在我们的平台上管理或发布广告资源,在 AppNexus 使用 Redux 创 ...
分类:
其他好文 时间:
2019-02-13 14:24:46
阅读次数:
200
zabbix报警逻辑初探 首先贴出一张网上找的一张关于zabbix报警相关表结构及表关联逻辑图: actions表 actions表对应前端配置是动作(actions) action由condition(条件)和operations(操作)组成。当满足指定的条件,然后执行操作。发送内容在动作里配置( ...
分类:
其他好文 时间:
2019-02-01 18:01:06
阅读次数:
196
Extracting away the implementation details of ngrx from your components using the facade pattern creates some interesting possibilities in terms of it ...
分类:
移动开发 时间:
2019-01-31 01:26:33
阅读次数:
151
Unit test: Specify and test one point of the contract of single method of a class. This should have a very narrow and well defined scope. Complex depe ...
分类:
其他好文 时间:
2019-01-30 14:23:15
阅读次数:
106
> [Redux 中文文档](https://www.redux.org.cn/) # 基本使用 ## 步骤 1. 创建action 2. 创建执行action的reducer 3. 根据reducer创建store ## 流程 actions(一个oject) `---通过调用dispatch传给... ...
分类:
其他好文 时间:
2019-01-27 22:09:49
阅读次数:
336