warning: operation on ‘i’ may be undefined ...
分类:
其他好文 时间:
2020-01-11 18:38:59
阅读次数:
224
注意:本文所使用的 fabric 版本为 v1.4.3,与其它版本的网络存在差异。 手动启动 first network 网络系列分为三部分: "手动启动 first network 网络(一)" "手动启动 first network 网络(二)" "手动启动 first network 网络(三 ...
分类:
Web程序 时间:
2020-01-11 18:27:13
阅读次数:
109
GetBrowserCore.js export default () => { var sBrowser = null var sUsrAg = window.navigator.userAgent // The order matters here, and this may report fa ...
分类:
其他好文 时间:
2020-01-11 13:30:56
阅读次数:
100
3.1,文档 http://redis.cn/topics/cluster-tutorial.html 3.2,原理:去中心化 3.3,集群规则 机器编号 ip port 1 192.168.120.129 7000 2 192.168.120.129 7001 3 192.168.120.129 ...
分类:
其他好文 时间:
2020-01-11 13:06:13
阅读次数:
79
通过快速入门示例,我们发现使用mybatis 是非常容易的一件事情,因为只需要编写 Dao 接口并且按照 mybatis要求编写两个配置文件,就可以实现功能。远比我们之前的jdbc方便多了。(我们使用注解之后,将变得 更为简单,只需要编写一个mybatis配置文件就够了。) 1.mybatis的环境 ...
分类:
其他好文 时间:
2020-01-11 11:29:01
阅读次数:
83
lvs基础 lvs基础原理及实现 Linux Cluster: Cluster:计算机集合,为解决某个特定问题组合起来形成的单个系统 LB:Load Balancing,负载均衡 HA: High Availiablity,高可用 HP:High Performance,高性能 lvs集群的类型: ...
分类:
其他好文 时间:
2020-01-10 18:47:33
阅读次数:
179
背景 PG的一些元数据没有时间字段,例如对象的创建时间、DDL的修改时间。 如果要获得这个时间信息,我们可以 1、通过事件触发器,将DDL事件记录到某个元数据表中,来获得。 2、或者打开DDL审计日志,从审计日志中获得。 3、与事件触发器类似,不过是通过PG的HOOK来实现的,在执行DDL时,通过代 ...
分类:
数据库 时间:
2020-01-10 10:41:44
阅读次数:
109
中英对照Hello, I am Severn Suzuki speaking for E.C.O - the Environmental Children’s Organization. We are a group of 12 and 13 year-olds trying to make a d... ...
分类:
其他好文 时间:
2020-01-10 10:32:03
阅读次数:
308
Given preorder and inorder traversal of a tree, construct the binary tree. Note:You may assume that duplicates do not exist in the tree. For example, ...
分类:
其他好文 时间:
2020-01-09 13:29:51
阅读次数:
67
+ Hadoop常见的端口 + Hadoop生态圈 + Hadoop配置文件以及简单的Hadoop集群搭建 + Hadoop参数调优 + 项目经验之基准测试 + Hadoop宕机 + Hadoop 高可用配置 Hadoop 常见的端口 ? dfs.namenode.http address:5007 ...
分类:
其他好文 时间:
2020-01-08 19:08:08
阅读次数:
91