hadoop存在的两个问题: 1.内存受限的问题 联邦解决内存受限问题。 建立多个NameNode,每个NameNode记录元数据的一部分,但是对于元数据整体来说本质上还是只有一份。 2.单点故障 HA(high available)高可用,解决hdfs的单点故障问题。 主备namenode,存储相 ...
分类:
其他好文 时间:
2019-12-26 21:28:33
阅读次数:
115
可在AppDelegate中设置 if (@available(iOS 11.0, *)) { UITableView.appearance.estimatedRowHeight = 0; UITableView.appearance.estimatedSectionFooterHeight = 0 ...
分类:
其他好文 时间:
2019-12-26 20:59:23
阅读次数:
470
(一)free命令概述free命令可以显示当前系统未使用的和已使用的内存数目,还可以显示被内核使用的内存缓冲区。(二)常用命令格式free[选项](三)命令参数-b:以Byte为单位显示内存使用情况-k:以KB为单位显示内存使用情况-m:以MB为单位显示内存使用情况-o:不显示缓冲区调节列-s<间隔秒数>:持续观察内存使用状况-t:显示内存总和列-V:显示版本信息(四)使用实例(4.1
分类:
其他好文 时间:
2019-12-26 14:55:42
阅读次数:
110
参考资料:猿天地 https://mp.weixin.qq.com/s/901rNhc4WhLCQ023zujRVQ 作者:尹吉欢 当单表的数量急剧上升,超过了1千万以上,这个时候就要对表进行水平拆分。 表的水平拆分是什么? 就是将一个表拆分成N个表,就像一块大石头,搬不动,然后切割成10块,这样就 ...
分类:
数据库 时间:
2019-12-25 12:55:04
阅读次数:
185
install samba on wsl 参考 https://blog.csdn.net/fcymk2/article/details/86572249 参考 https://segmentfault.com/a/1190000015892542 参考 https://dog.xmu.edu.cn ...
分类:
其他好文 时间:
2019-12-23 22:34:38
阅读次数:
112
Properties Properties This is a full list of all the available properties that can be used within your routes.yaml config file to manipulate your URL ...
分类:
其他好文 时间:
2019-12-23 00:53:48
阅读次数:
109
HTTP状态码(响应码)用来表明HTTP请求是否已经成功完成.HTTP响应类型一共分五大类:消息响应,成功响应,重定向,客户端错误,服务器端错误. 下表列出了所有HTTP状态码,以及他们各自所代表的含义: # Informational. 100: ('continue',),(继续) 101: ( ...
分类:
Web程序 时间:
2019-12-22 18:41:07
阅读次数:
103
配置方法: 1. 在卡住的而画面点击"config" 2. 点击"Add remote catalog", 然后设置华为云的maven仓库地址, 然后点击"verrify", 发现找到很多arhcetypes. description的地方随便起个名字,比如huawei: (https://mirr ...
分类:
其他好文 时间:
2019-12-22 12:43:59
阅读次数:
255
Week7 Technology: Application Protocols This week, we’ll be covering application protocols. With reliable “pipes” available from the Transport layer, ...
分类:
移动开发 时间:
2019-12-22 00:55:41
阅读次数:
154
Description Given n kinds of items, and each kind of item has an infinite number available. The i-th item has size A[i] and value V[i]. Also given a b ...
分类:
其他好文 时间:
2019-12-21 22:49:05
阅读次数:
83